From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67095 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Selecting message moves cursor in summary buffer by 3 lines Date: Mon, 30 Jun 2008 11:27:40 +0200 Message-ID: References: <87skuyr5bq.fsf@nokile.rath.org> <87d4lzibs4.fsf@nokile.rath.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214818094 6807 80.91.229.12 (30 Jun 2008 09:28:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2008 09:28:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15561@lists.math.uh.edu Mon Jun 30 11:29:00 2008 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 1KDFgq-0005c7-9o for ding-account@gmane.org; Mon, 30 Jun 2008 11:28:52 +0200 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 1KDFfp-0005ne-Kt; Mon, 30 Jun 2008 04:27:49 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KDFfo-0005nN-G2 for ding@lists.math.uh.edu; Mon, 30 Jun 2008 04:27:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1KDFfi-0004b0-Ik for ding@lists.math.uh.edu; Mon, 30 Jun 2008 04:27:48 -0500 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1KDFg1-0000TO-00 for ; Mon, 30 Jun 2008 11:28:01 +0200 Original-Received: from kafka.physik3.gwdg.de ([134.76.92.48]) by m61s02.vlinux.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1KDFfh-0005M6-R0 for ding@gnus.org; Mon, 30 Jun 2008 11:27:41 +0200 In-Reply-To: <87d4lzibs4.fsf@nokile.rath.org> (Nikolaus Rath's message of "Mon, 30 Jun 2008 10:10:03 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) X-Spam-Score: -2.3 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67095 Archived-At: Nikolaus Rath writes: >> Try evaluating this form (type `C-x C-e' at the end of the line): >> >> (setq scroll-margin 0) > > Yes, that fixes the problem. Thanks a lot! I'm struggling with the same problem, and it's difficult to track down what exactly is triggering it when scroll-margin>0. I'm using a three pane layout, and it seems to me this happens when I select an article at the bottom of the summary buffer and it shrinks due to the article buffer popping up, but it also depends on the size of the Emacs frame and the value of scroll-margin. I guess that gnus-summary-recenter somehow positions the cursor wrongly, but I'm not really sure. At least, setting gnus-auto-center-summary to nil also seems to fix the problem for me. Regards, David