Gnus development mailing list
 help / color / mirror / Atom feed
From: Jari Aalto <jari.aalto@ntc.nokia.com>
Subject: Re: What is group parameter 'quit-config ?
Date: 02 Oct 1997 21:59:40 +0300	[thread overview]
Message-ID: <tbafgsm1nn.fsf@pegasus.tele.nokia.fi> (raw)
In-Reply-To: Justin Sheehy's message of "02 Oct 1997 10:57:32 -0400"

|  97-10-02 Justin Sheehy <justin@linus.mitre.org> list.ding
| > 'quit-config. I dind't find any documentation for it
| > from the .texi manual, so what is it used for?
| 
| Neither did I, and I've never heard of that parameter.
| 
| What makes you think that it exists?

igrep.el + TinyIgrep.el combo told me that :-)

cd /users/jaalto/elisp/gnus/qgnus/lisp/
find . -type d \( -name SCCS -o -name RCS \) -prune -o \( -type f \) -name "*el" -exec egrep -n  -e 'quit-config' "{}" /dev/null \;

For example there is already method for it:

        ./gnus.el:2222:(defun gnus-group-quit-config (group)

(defun gnus-group-quit-config (group)
  "Return the quit-config of GROUP."
  (gnus-group-get-parameter group 'quit-config))

It seems to be used heavily in "would be" `gnus-summary-exit', which 
I was looking previously, but due to definition

        (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)

The new code isn't activated yet. Sounds intereasting.

| > How do I prevent gnus from going to next unread group?
| 

[Justin: gnus-auto-select-next]

Thank you.


  reply	other threads:[~1997-10-02 18:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-02 14:12 Jari Aalto
1997-10-02 14:57 ` Justin Sheehy
1997-10-02 18:59   ` Jari Aalto [this message]
1997-10-03 22:20     ` Lars Magne Ingebrigtsen
1997-10-03 22:20 ` 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=tbafgsm1nn.fsf@pegasus.tele.nokia.fi \
    --to=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).