Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: ding@gnus.org
Cc: Wang Diancheng <dcwang@redflag-linux.com>, bugs@gnus.org
Subject: Re: [PATCH] gnus-group-suspend should not kill sticky article buffer?
Date: Thu, 22 May 2008 13:01:28 +0200	[thread overview]
Message-ID: <v93aoali0n.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87fxsb9j10.fsf@redflag-linux.com> (Wang Diancheng's message of "Thu, 22 May 2008 00:11:19 +0800")

On Wed, May 21 2008, Wang Diancheng wrote:

> if need, This is the patch:
>
> --- gnus-group.el~      2008-05-06 17:17:25.000000000 +0800
> +++ gnus-group.el       2008-05-21 23:38:13.000000000 +0800
> @@ -4406,7 +4406,9 @@
>        (unless (or (eq buf group-buf)
>                   (eq buf gnus-dribble-buffer)
>                   (with-current-buffer buf
> -                   (eq major-mode 'message-mode)))
> +                   (eq major-mode 'message-mode))
> +                 (with-current-buffer buf
> +                   (eq major-mode 'gnus-sticky-article-mode)))
>         (gnus-kill-buffer buf)))
>      (setq gnus-backlog-articles nil)
>      (gnus-kill-gnus-frames)

Thanks for your patch.

I never use `gnus-group-suspend', but keeping sticky article buffers
seems to make sense.  What do people think?  If we add this patch, the
doc string of `gnus-group-suspend' and the manual (info "(gnus)Exiting
Gnus") need to be adjusted.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



           reply	other threads:[~2008-05-22 11:01 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <87fxsb9j10.fsf@redflag-linux.com>]

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=v93aoali0n.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=bugs@gnus.org \
    --cc=dcwang@redflag-linux.com \
    --cc=ding@gnus.org \
    /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).