Re: 2 x summary buffer line color

2012-11-29 Thread Emanuel Berg
Emanuel Berg writes: > I wonder though, you say, my articles, replies to me, etc., but, for > example in the first case, will that not simply highlight all articles > that you've not read? Or, is this determined by the score? Then it makes sense, my mistake. -- Emanuel Berg - programmer (hire

Re: 2 x summary buffer line color

2012-11-29 Thread Emanuel Berg
Oleksandr Gavenko writes: > ;; Especially highlight my message and replays to me. > (eval-after-load 'gnus-sum > '(progn > (defface my-gnus-own-unread-face nil >"Use this face to display own postings in Summary Buffer") > (copy-face 'gnus-summary-high-unread-face 'my-gnus-own-

Re: 2 x summary buffer line color

2012-11-29 Thread Oleksandr Gavenko
On 2012-11-29, Emanuel Berg wrote: > 2) How do you define your own highlighting as for read and unread > articles? Again, I added this to .gnus, but it fell short because I > don't know how to define those last elements of the association list > element (they are not Emacs variables, and not Emacs

2 x summary buffer line color

2012-11-29 Thread Emanuel Berg
1) I'd like a line in the summary buffer only to tell author and subject, but I'd like those elements to be in different colors. This is how far I got (in .gnus): (setq gnus-summary-line-format "%U%R%I%a: %s\n") Is there a markup for colors? 2) How do you define your own highlighting as for rea