From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65808 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.gnus.general Subject: Re: Scrolling the article at point in gnus-summary-mode Date: Thu, 29 Nov 2007 09:39:30 +0100 Message-ID: <87odddsawt.fsf@escher.local.home> References: <87ir3me232.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196325649 3980 80.91.229.12 (29 Nov 2007 08:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2007 08:40:49 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14304@lists.math.uh.edu Thu Nov 29 09:40:57 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ixex6-0005hx-Tu for ding-account@gmane.org; Thu, 29 Nov 2007 09:40:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Ixew3-0004oQ-Gg; Thu, 29 Nov 2007 02:39:51 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ixew1-0004oE-NO for ding@lists.math.uh.edu; Thu, 29 Nov 2007 02:39:49 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Ixevv-0005Ta-MV for ding@lists.math.uh.edu; Thu, 29 Nov 2007 02:39:49 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ixevs-00052L-00 for ; Thu, 29 Nov 2007 09:39:40 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ixevq-0002JP-Vj for ding@gnus.org; Thu, 29 Nov 2007 08:39:38 +0000 Original-Received: from i5387d6fb.versanet.de ([83.135.214.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Nov 2007 08:39:38 +0000 Original-Received: from Stephen.Berman by i5387d6fb.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Nov 2007 08:39:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i5387d6fb.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65808 Archived-At: On Wed, 28 Nov 2007 17:01:37 +0000 Bastien 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