Gnus development mailing list
 help / color / mirror / Atom feed
* Scrolling the article at point in gnus-summary-mode
@ 2007-11-28 17:01 Bastien
  2007-11-29  8:39 ` Stephen Berman
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2007-11-28 17:01 UTC (permalink / raw)
  To: ding

Hi,

when hitting RET or SPC to scroll an article from the summary buffer,
Gnus scrolls the article in *article*.  

But if the article in *article* is _not_ the article the point is on in
the summary buffer, then RET will scroll the wrong article.  RET should
make sure that the article at point in the summary buffer and article in
*article* are the same before scrolling.

Did someone else already encounter this issue?

-- 
Bastien



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Scrolling the article at point in gnus-summary-mode
  2007-11-28 17:01 Scrolling the article at point in gnus-summary-mode Bastien
@ 2007-11-29  8:39 ` Stephen Berman
  2007-11-29  9:17   ` Tassilo Horn
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Berman @ 2007-11-29  8:39 UTC (permalink / raw)
  To: ding

On Wed, 28 Nov 2007 17:01:37 +0000 Bastien <bzg@altern.org> wrote:

> Hi,
>
> when hitting RET or SPC to scroll an article from the summary buffer,
> Gnus scrolls the article in *article*.  
>
> But if the article in *article* is _not_ the article the point is on in
> the summary buffer, then RET will scroll the wrong article.  RET should
> make sure that the article at point in the summary buffer and article in
> *article* are the same before scrolling.
>
> Did someone else already encounter this issue?
>
> -- 
> Bastien

I think I've seen this.  I have definitely observed the following, which
I suppose is related: When more than one Gnus Summary buffer is open,
typing h in the Article buffer goes to that last selected Summary
buffer, even if the article comes from another Summary buffer.  I
suppose this has to do with Gnus only having one *Article* buffer, while
allowing multiple Summary buffers, which are differently named.  I used
rename-uniquely on the *Article* buffer but that didn't make h work
better.

Steve Berman




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Scrolling the article at point in gnus-summary-mode
  2007-11-29  8:39 ` Stephen Berman
@ 2007-11-29  9:17   ` Tassilo Horn
  2007-11-29 22:37     ` Stephen Berman
  2007-11-30  1:45     ` Bastien
  0 siblings, 2 replies; 5+ messages in thread
From: Tassilo Horn @ 2007-11-29  9:17 UTC (permalink / raw)
  To: ding

Stephen Berman <Stephen.Berman@gmx.net> writes:

>> But if the article in *article* is _not_ the article the point is on
>> in the summary buffer, then RET will scroll the wrong article.  RET
>> should make sure that the article at point in the summary buffer and
>> article in *article* are the same before scrolling.
>>
>> Did someone else already encounter this issue?
>
> I think I've seen this.

Me, too.

> I have definitely observed the following, which I suppose is related:
> When more than one Gnus Summary buffer is open, typing h in the
> Article buffer goes to that last selected Summary buffer, even if the
> article comes from another Summary buffer.  I suppose this has to do
> with Gnus only having one *Article* buffer, while allowing multiple
> Summary buffers, which are differently named.

You can have one article buffer per summary buffer.

,----[ C-h v gnus-single-article-buffer RET ]
| gnus-single-article-buffer is a variable defined in `gnus-sum.el'.
| Its value is t
| 
| Documentation:
| *If non-nil, display all articles in the same buffer.
| If nil, each group will get its own article buffer.
| 
| You can customize this variable.
`----

Or to have several article buffers in the same summary buffer, have a
look at:

,----[ (info "(gnus)Sticky Articles") ]
| When you select an article the current article buffer will be reused
| according to the value of the variable `gnus-single-article-buffer'.
| If its value is non-`nil' (the default) all articles reuse the same
| article buffer.  Else each group has its own article buffer.
| 
|    This implies that it's not possible to have more than one article
| buffer in a group at a time.  But sometimes you might want to display
| all the latest emails from your mother, your father, your aunt, your
| uncle and your 17 cousins to coordinate the next christmas party.
| 
|    That's where sticky articles come in handy.  A sticky article buffer
| basically is a normal article buffer, but it won't be reused when you
| select another article.
`----

Nevertheless, your and Bastien's problems look like a bug.

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Scrolling the article at point in gnus-summary-mode
  2007-11-29  9:17   ` Tassilo Horn
@ 2007-11-29 22:37     ` Stephen Berman
  2007-11-30  1:45     ` Bastien
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Berman @ 2007-11-29 22:37 UTC (permalink / raw)
  To: ding

On Thu, 29 Nov 2007 10:17:06 +0100 Tassilo Horn <tassilo@member.fsf.org> wrote:

> You can have one article buffer per summary buffer.
>
> ,----[ C-h v gnus-single-article-buffer RET ]
[...]
> Or to have several article buffers in the same summary buffer, have a
> look at:
>
> ,----[ (info "(gnus)Sticky Articles") ]

Thanks for the tip/reminder (I didn't know about the first and forgot
about the second)!

Steve Berman




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Scrolling the article at point in gnus-summary-mode
  2007-11-29  9:17   ` Tassilo Horn
  2007-11-29 22:37     ` Stephen Berman
@ 2007-11-30  1:45     ` Bastien
  1 sibling, 0 replies; 5+ messages in thread
From: Bastien @ 2007-11-30  1:45 UTC (permalink / raw)
  To: ding

Tassilo Horn <tassilo@member.fsf.org> writes:

> ,----[ C-h v gnus-single-article-buffer RET ]
> ,----[ (info "(gnus)Sticky Articles") ]
>
> Nevertheless, your and Bastien's problems look like a bug.

Nevertheless, it's always a pleasure to unbury some still-unread part of
Gnus manual!

-- 
Bastien



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-11-30  1:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-28 17:01 Scrolling the article at point in gnus-summary-mode Bastien
2007-11-29  8:39 ` Stephen Berman
2007-11-29  9:17   ` Tassilo Horn
2007-11-29 22:37     ` Stephen Berman
2007-11-30  1:45     ` Bastien

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).