Gnus development mailing list
 help / color / mirror / Atom feed
From: <jari.aalto@poboxes.com>
Subject: Group based gnus-summary-line-format ?
Date: 15 Mar 1998 14:09:01 +0200	[thread overview]
Message-ID: <tbvhtgkvfm.fsf@pegasus.tele.nokia.fi> (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


             reply	other threads:[~1998-03-15 12:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-03-15 12:09 jari.aalto [this message]
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

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=tbvhtgkvfm.fsf@pegasus.tele.nokia.fi \
    --to=jari.aalto@poboxes.com \
    --cc=jari.aalto@ntc.nokia.com \
    /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).