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 19:42:55 +0200	[thread overview]
Message-ID: <878vi0vobk.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <m37gxkkgkf.fsf@stories.gnus.org> (Lars Magne Ingebrigtsen's message of "Thu, 12 Apr 2012 19:25:52 +0200")

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

> Tassilo Horn <tassilo@member.fsf.org> writes:
>
>> Oh, you've broken summary exit!  With Ma Gnus from this morning, exiting
>> a summary places point on the next group with unread messages.  Now,
>> point is always placed exactly
>> [ Gnus (0/18) ]
>>   [ News (0/4) ]<------ HERE!
>
> I'm unable to reproduce this.

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

    (setq group-point (point))

the position of point in the *summary* is used here and later set as the
new point position in *Group*.

Bye,
Tassilo



  reply	other threads:[~2012-04-12 17:42 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 [this message]
2012-04-12 17:51       ` Lars Magne Ingebrigtsen
2012-04-12 18:09         ` Tassilo Horn
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=878vi0vobk.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).