Gnus development mailing list
 help / color / mirror / Atom feed
* Group based gnus-summary-line-format ?
@ 1998-03-15 12:09 jari.aalto
  1998-03-15 19:56 ` Kai Grossjohann
  1998-03-19 13:06 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 10+ messages in thread
From: jari.aalto @ 1998-03-15 12:09 UTC (permalink / raw)




    I'm trying to figure out where should I redefine the default
    gnus-summary-line-format for selected groups: nntp, mailing
    listp, private mail and my work mail have different needs
    for gnus-summary-line-format.

    If I change it inside gnus-summary-generate-hook, that won't
    work. What's next place to look for?

(defun my-gnus-summary-generate-hook  ()
   ....
    (when (string-match "nntp" group)
      (make-local-variable 'gnus-summary-line-format)
      (setq gnus-summary-line-format ...)
      )
 

    Further, I tried to figure out how to byte compile this custom
    spec beforehand, so that instead of saying 

        (setq gnus-summary-line-format ...)

    I would like to replace the definition with pre-byte-compiled one.
    The gnus-spec.el::gnus-compile is pretty hairy to read, how 
    does it actually work? (pictures would be nice)

    jari


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

end of thread, other threads:[~1998-03-19 13:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-15 12:09 Group based gnus-summary-line-format ? jari.aalto
1998-03-15 19:56 ` Kai Grossjohann
1998-03-15 21:05   ` jari.aalto
     [not found]     ` <x7en03qte0.fsf@peorth.gweep.net>
1998-03-16  2:18       ` Hrvoje Niksic
     [not found]         ` <x7u38zpe1b.fsf@peorth.gweep.net>
1998-03-16  2:54           ` Hrvoje Niksic
     [not found]             ` <x7ra43pbcj.fsf@peorth.gweep.net>
1998-03-16  3:28               ` Hrvoje Niksic
     [not found]                 ` <x7u38z2slw.fsf@peorth.gweep.net>
1998-03-16  4:15                   ` Hrvoje Niksic
1998-03-16 13:07       ` jari.aalto
1998-03-16 23:42       ` Raja R Harinath
1998-03-19 13:06 ` 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).