Optain
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.000 sec
Re: changing precedence in font-lock-add-keywords     

Group: gnu.emacs.help · Group Profile · Search for Optain in gnu.emacs.help
Author: Dieter Wilhelm
Date: Nov 24, 2006 13:22

...for\\|import\\|if\\|in\\)\\>" 3 font-lock-keyword-face) ("\\(\\$\\(?:\\sw\\|}\\|{\\|\\s_\\)+\\)" 1 font-lock-variable-name-face) )) (font-lock-mode 1) ) what I'd like to optain is that the regexp defined here take precedence over those defined in html-mode. As an example the line with <%% %%> gets colored as it would in html but i'd like it to show as a ...
Show full article (1.29Kb) · Show article thread
Re: changing precedence in font-lock-add-keywords     

Group: gnu.emacs.help · Group Profile · Search for Optain in gnu.emacs.help
Author: Robert Thorpe
Date: Nov 23, 2006 09:36

...for\\|import\\|if\\|in\\)\\>" 3 font-lock-keyword-face) ("\\(\\$\\(?:\\sw\\|}\\|{\\|\\s_\\)+\\)" 1 font-lock-variable-name-face) )) (font-lock-mode 1) ) what I'd like to optain is that the regexp defined here take precedence over those defined in html-mode. As an example the line with <%% %%> gets colored as it would in html but i'd like it to show as a ...
Show full article (1.22Kb) · Show article thread
changing precedence in font-lock-add-keywords     

Group: gnu.emacs.help · Group Profile · Search for Optain in gnu.emacs.help
Author: sandro.dentella
Date: Nov 22, 2006 06:36

...from\\|for\\|end\\)\\).*\\<\\(for\\|import\\|if\\|in\\)\\>" 3 font-lock-keyword-face) ("\\(\\$\\(?:\\sw\\|}\\|{\\|\\s_\\)+\\)" 1 font-lock-variable-name-face) )) (font-lock-mode 1) ) what I'd like to optain is that the regexp defined here take precedence over those defined in html-mode. As an example the line with <%% %%> gets colored as it would in html but i'd like it to ...
Show full article (1.05Kb)
changing precedence in font-lock-add-keywords     

Group: gnu.emacs.gnus · Group Profile · Search for Optain in gnu.emacs.gnus
Author: sandro.dentella
Date: Nov 21, 2006 12:23

...from\\|for\\|end\\)\\).*\\<\\(for\\|import\\|if\\|in\\)\\>" 3 font-lock-keyword-face) ("\\(\\$\\(?:\\sw\\|}\\|{\\|\\s_\\)+\\)" 1 font-lock-variable-name-face) )) (font-lock-mode 1) ) what I'd like to optain is that the regexp defined here take precedence over those defined in html-mode. As an example the line with <%% %%> gets colored as it would in html but i'd like it to ...
Show full article (1.05Kb)