Gnus development mailing list
 help / color / mirror / Atom feed
* Upgrading to sgnus
@ 1996-03-19 11:47 Arne Elofsson
  1996-03-24  0:37 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Arne Elofsson @ 1996-03-19 11:47 UTC (permalink / raw)




Hi

sorry for these simple questions !

Been busy with other things and finally managed to upgrade to sgnus.
I really like the topics ? What is tha status of the MIME support I
couldn't find anything about that in the manual ? 

Only problem I had was that my (personalised) coloring of the group
buffer does not work any more. (I like to have different color
depending on the degree of subscribidness).


This is what I used to do:

-------
(add-hook 'gnus-group-mode-font-lock-hook 'gnus-group-mode-font-lock-keywords)
(add-hook 'gnus-group-prepare-hook 'gnus-group-mode-font-lock-hook)
(defun gnus-group-mode-font-lock-hook ()
  (run-hooks 'font-lock-hook)
  (setq font-lock-keywords gnus-group-mode-font-lock-keywords))
(make-face 'gnus-group-ticked)
(defconst gnus-group-ticked       'gnus-group-ticked)
(set-face-foreground           'gnus-group-ticked         "tomato")

(setq gnus-group-mode-font-lock-keywords
  (list
   (cons "^*.*$"                           'gnus-group-ticked)
   ))
--------
And similar for all other subscribedness leveles. my grou line format
is:
(setq gnus-group-line-format "%(%M%S%L%5y: %g%)\n")
                                                                          

it sems to sort of work but then some other function changes the lines
to some awfull green bold color.

is there some other hook  that is called after gnus-group-prepare-hook ?

thanxs a lot again and sorry for wasting your time

arne

PS. What package are people using for pgp ?
PPS. Any other new fewatures that I have missed and you recoment


(To think before you speak is like wiping your ass before you take a dump.)
-----------------------------------------------------------------
      From: Arne Elofsson           Email: arne@biokemi.su.se
      Tel:+46(0)8-161553   WWW:  http://www.biokemi.su.se/~arne/


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

* Re: Upgrading to sgnus
  1996-03-19 11:47 Upgrading to sgnus Arne Elofsson
@ 1996-03-24  0:37 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-03-24  0:37 UTC (permalink / raw)
  Cc: ding

arne@rune.biokemi.su.se (Arne Elofsson) writes:

> What is tha status of the MIME support I couldn't find anything
> about that in the manual ?

There hasn't been any development on the MIME front.

> Only problem I had was that my (personalised) coloring of the group
> buffer does not work any more. (I like to have different color
> depending on the degree of subscribidness).

[...]

> it sems to sort of work but then some other function changes the lines
> to some awfull green bold color.
> 
> is there some other hook  that is called after gnus-group-prepare-hook ?

To avoid Gnus' highlighting in the group buffer, set
`gnus-group-highlight' to nil.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

end of thread, other threads:[~1996-03-24  0:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-19 11:47 Upgrading to sgnus Arne Elofsson
1996-03-24  0:37 ` Lars Magne Ingebrigtsen

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).