From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67093 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Selecting message moves cursor in summary buffer by 3 lines Date: Mon, 30 Jun 2008 11:40:41 +0900 Organization: Emacsen advocacy group Message-ID: References: <87skuyr5bq.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 1214793676 15795 80.91.229.12 (30 Jun 2008 02:41:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2008 02:41:16 +0000 (UTC) Cc: bugs@gnus.org, ding@gnus.org, emacs-devel@gnu.org To: Nikolaus Rath Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 30 04:42:00 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KD9L5-0004d1-Pp for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 04:42:00 +0200 Original-Received: from localhost ([127.0.0.1]:36845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD9KF-0006rT-Ci for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2008 22:41:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KD9KB-0006r6-2Q for emacs-devel@gnu.org; Sun, 29 Jun 2008 22:41:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KD9KA-0006qq-Cd for emacs-devel@gnu.org; Sun, 29 Jun 2008 22:41:02 -0400 Original-Received: from [199.232.76.173] (port=56065 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD9KA-0006qe-7R for emacs-devel@gnu.org; Sun, 29 Jun 2008 22:41:02 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:54141) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KD9KA-0006JG-2l for emacs-devel@gnu.org; Sun, 29 Jun 2008 22:41:02 -0400 Original-Received: from localhost ([127.0.0.1]:59329) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1KD9Jz-0004h3-KZ; Sun, 29 Jun 2008 21:40:52 -0500 X-Hashcash: 1:20:080630:nikolaus@rath.org::eXjm1K4P98U8sPUx:000000000000000000000000000000000000000000000LDp X-Hashcash: 1:20:080630:emacs-devel@gnu.org::oCpSkaU31iee/cRq:0000000000000000000000000000000000000000001Qd/ X-Hashcash: 1:20:080630:ding@gnus.org::j5QKAOqKD6kQ7nAp:00004mm7 X-Hashcash: 1:20:080630:bugs@gnus.org::CjazwKsgFk7Z+NJR:000014MQ X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:oN5rCX2AZGD1Sq/t+bCkhWcTYkA= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100181 gmane.emacs.gnus.general:67093 Archived-At: >>>>> Nikolaus Rath wrote: > Hello, > Whenever I have a large number of unread messages (20 unrelated, > unread messages seems to be a critical value) in the summary buffer, > selecting one article shows the marked article but also moves down the > cursor by 3 lines, so that pressing space doesn't show the next page > of the visible article but selects the new article. Try evaluating this form (type `C-x C-e' at the end of the line): (setq scroll-margin 0) If it solves the problem, you seem to have modified it in your ~/.emacs file (the default is `0'). There is a known problem in Emacs 22 and greater that setting it to a non-zero value causes Gnus malfunction at least in the summary buffer. See: http://article.gmane.org/gmane.emacs.devel/85300 http://article.gmane.org/gmane.emacs.devel/90810 > Detailed steps to reproduce: > 1. In the group buffer, press G f and create a foreign group for the > attached example mbox file. > 2. Enter the new group > 3. Move cursor to the first article and select it with space. The > cursor stays on the same line, the article is shown and marked as > read. > 4. Move the cursor into line 5, press space > 5. The new article is shown, it is *not* marked as read and the > cursor moves down to line 8 > 6. Press space again > 7. The article in line 8 of the summary buffer is shown and marked as > read, the cursor moves to line 11 > Please let me know if there is anything else I can do to help with > this bug. > I'm using > - Gnus v5.11 > - GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9) > of 2008-05-03 on terranova, modified by Ubuntu > Best, > -Nikolaus