Gnus development mailing list
 help / color / mirror / Atom feed
* Quote emphasis
@ 1996-11-29 22:45 Per Abrahamsen
  1996-11-30 13:12 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 10+ messages in thread
From: Per Abrahamsen @ 1996-11-29 22:45 UTC (permalink / raw)



I have been experimenting with gnus-emphasis-alist in order to make
the fruit salad in the article buffer even more angry.  Using emphasis
for "quote" and `stuff', 'like this' seems to work.

Should this be done by default?

Probably with some other faces than what font-lock uses.

You can try this

(setq gnus-emphasis-alist
      (append gnus-emphasis-alist
	      '(("\\W'\\(\\w[^']*\\w\\)'\\W" 1 1 font-lock-reference-face)
	        ("\\W\"\\(\\<[^\"]*\\>\\)\"\\W" 1 1 font-lock-string-face)
                ("\\W`\\(\\<[^`']*\\w\\)'\\W" 1 1 font-lock-keyword-face))))

to test it (I haven't).  

Or add customize entries  (like I did):

** gnus-emphasis-alist:

[ ... ]

[INS] [DEL] List:
            Regexp:  \W'\(\w[^']*\w\)'\W
            Match group:  1
            Emphasize group:  1
            Face: font-lock-reference-face (show)
            [-] 
[INS] [DEL] List:
            Regexp:  \W"\(\<[^"]*\>\)"\W
            Match group:  1
            Emphasize group:  1
            Face: font-lock-string-face (show)
            [-] 
[INS] [DEL] List:
            Regexp:  \W`\(\<[^`']*\w\)'\W
            Match group:  1
            Emphasize group:  1
            Face: font-lock-keyword-face (show)
            [-] 
[INS]
[!] [?] Alist that says how to fontify certain phrases.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~1996-12-02 20:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-29 22:45 Quote emphasis Per Abrahamsen
1996-11-30 13:12 ` Lars Magne Ingebrigtsen
1996-11-30 16:27   ` Per Abrahamsen
1996-11-30 16:51     ` Lars Magne Ingebrigtsen
1996-11-30 20:22       ` Steven L Baur
1996-11-30 23:14         ` Sudish Joseph
1996-12-01  0:16           ` Per Abrahamsen
1996-12-01  1:15             ` Sudish Joseph
1996-12-01  6:27               ` Lars Magne Ingebrigtsen
1996-12-02 20:21       ` Edward J. Sabol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).