Gnus development mailing list
 help / color / mirror / Atom feed
From: arne@rune.biokemi.su.se (Arne Elofsson)
Subject: Upgrading to sgnus
Date: 19 Mar 1996 12:47:37 +0100	[thread overview]
Message-ID: <ygb3f75719i.fsf@rune.biokemi.su.se> (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/


             reply	other threads:[~1996-03-19 11:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-19 11:47 Arne Elofsson [this message]
1996-03-24  0:37 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ygb3f75719i.fsf@rune.biokemi.su.se \
    --to=arne@rune.biokemi.su.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).