emacs-faces
change color of code within #if 0 ... #endif block in C/C++ mode in Emacs 21.3.1
With refe开发者_Go百科rence to the link, In C/C++ mode in Emacs, change face of code in #if 0...#endif block to comment face.[详细]
2023-03-30 11:51 分类:问答Change face of plain text between double quotation marks in Emacs
I am looking for a way to highlight or use different face of quoted text in plain text. It seems that there should be a sophisticated/enhanced text mode but I cannot find it.[详细]
2023-03-30 03:32 分类:问答Emacs font lock mode: provide a custom color instead of a face
On this page discussing font开发者_StackOverflow lock mode, an example is provided which highlights a custom pattern:[详细]
2023-03-11 21:41 分类:问答Getting Emacs to recognise custom math delimiters so it can colour the face accordingly
I have found a code to make typing equations in LaTeX in a simpler and faster way. Instead of typing[详细]
2023-03-07 18:58 分类:问答Color discrepancy between Emacs 22 and Emacs 23
If .emacs contains the following two lines (set-face-foreground \'modeline \"#000000\") (set-face-background \'modeline \"#00FFFF\")[详细]
2023-02-23 15:40 分类:问答How do I change Emacs's font face for Python docstrings?
I\'m just starting to learn Python and use Emacs as my editor.Currently, Emacs uses the same color for normal strings (single quotes) and docstrings (triple quotes).I want docstrings to be a different[详细]
2023-02-13 11:48 分类:问答what is custom-set-variables and faces in my .emacs?
this is in my .emacs can I mess with it or not? (custom-set-variables ;; custom-set-variables was added by Custom.[详细]
2023-02-11 06:09 分类:问答In Emacs, how do I create for a certain color constant to be mapped to another color?
I use Emacs native Win 32, but run it in DOS Prompt using emacs -nw. I love it. But, I can not easily read the blue color for 开发者_JS百科a face foreground. And now I like to mapped all blue color, t[详细]
2023-02-10 14:27 分类:问答emacsclient unable to load color "unspecified-bg"
I\'m getting the error Unable to load color \"unspecified-bg\" [16 times] when using emacsclient -c. I\'ve started up emacs using emacs --daemon. This seems 开发者_如何学编程to mean that my custom fac[详细]
2023-02-07 17:03 分类:问答emacs minor mode for temporarily modifying the default face
For example, how can I make a minor mode that changes the default foreground color to gray, and upon e开发者_如何学Cxiting the minor mode, the foreground color is back to black? This mode might be use[详细]
2023-01-31 10:42 分类:问答