Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: ding@gnus.org
Subject: Re: Reading groups without starting Gnus
Date: Thu, 12 Apr 2012 20:09:51 +0200	[thread overview]
Message-ID: <874nsovn2o.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <m3bomwj0th.fsf@stories.gnus.org> (Lars Magne Ingebrigtsen's message of "Thu, 12 Apr 2012 19:51:22 +0200")

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

>> The problem is that in `gnus-summary-exit', in
>>
>>     ;; Make sure where we were, and go to next newsgroup.
>>     (when (buffer-live-p gnus-group-buffer)
>>       (set-buffer gnus-group-buffer))
>>
>> `gnus-group-buffer' is nil, and thus later in
>
> Why is `gnus-group-buffer' nil?

Oh, that's actually wrong.  It's value is "*Group*", but `buffer-live-p'
only works on buffers, not buffer names, so we need to wrap it in
(get-buffer g-g-b).

Fix committed in 62d2c12d145fa844f823b5242d11b45dde1d23ef.

Bye,
Tassilo



  reply	other threads:[~2012-04-12 18:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-12 16:53 Lars Magne Ingebrigtsen
2012-04-12 17:14 ` Tassilo Horn
2012-04-12 17:25   ` Lars Magne Ingebrigtsen
2012-04-12 17:31     ` Tassilo Horn
2012-04-12 18:30       ` Lars Magne Ingebrigtsen
2012-04-12 19:45         ` Tassilo Horn
2012-04-12 17:22 ` Tassilo Horn
2012-04-12 17:25   ` Lars Magne Ingebrigtsen
2012-04-12 17:42     ` Tassilo Horn
2012-04-12 17:51       ` Lars Magne Ingebrigtsen
2012-04-12 18:09         ` Tassilo Horn [this message]
2012-04-12 18:13           ` 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=874nsovn2o.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=larsi@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).