From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: lee Newsgroups: gmane.emacs.bugs Subject: bug#14616: 24.3.50; Excessive cursor movement on non-X Emacs Date: Thu, 27 Jun 2013 13:16:46 +0200 Organization: my virtual residence Message-ID: <87bo6rls69.fsf@yun.yagibdah.de> References: <83wqpxuky4.fsf@gnu.org> <87txkwouwt.fsf@yun.yagibdah.de> <83hagvs96q.fsf@gnu.org> <87vc5aop5c.fsf@yun.yagibdah.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372331840 21376 80.91.229.3 (27 Jun 2013 11:17:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 11:17:20 +0000 (UTC) Cc: 14616@debbugs.gnu.org, larsi@gnus.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 27 13:17:21 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UsACX-0005AH-Cj for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 13:17:21 +0200 Original-Received: from localhost ([::1]:48177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsACW-0005mY-Vk for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 07:17:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsACK-0005Vh-3m for bug-gnu-emacs@gnu.org; Thu, 27 Jun 2013 07:17:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsACF-0002XJ-9T for bug-gnu-emacs@gnu.org; Thu, 27 Jun 2013 07:17:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsACF-0002XB-5n for bug-gnu-emacs@gnu.org; Thu, 27 Jun 2013 07:17:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UsACE-0006rc-Ej for bug-gnu-emacs@gnu.org; Thu, 27 Jun 2013 07:17:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: lee Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 27 Jun 2013 11:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14616 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14616-submit@debbugs.gnu.org id=B14616.137233181926368 (code B ref 14616); Thu, 27 Jun 2013 11:17:02 +0000 Original-Received: (at 14616) by debbugs.gnu.org; 27 Jun 2013 11:16:59 +0000 Original-Received: from localhost ([127.0.0.1]:44866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UsACA-0006rD-8v for submit@debbugs.gnu.org; Thu, 27 Jun 2013 07:16:58 -0400 Original-Received: from client-194-42-186-216.muenet.net ([194.42.186.216]:50576 helo=yun.yagibdah.de) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UsAC7-0006r1-6v for 14616@debbugs.gnu.org; Thu, 27 Jun 2013 07:16:56 -0400 Original-Received: from lee by yun.yagibdah.de with local (Exim 4.80.1) (envelope-from ) id 1UsAC4-0000OI-Mb; Thu, 27 Jun 2013 13:16:52 +0200 In-Reply-To: <87vc5aop5c.fsf@yun.yagibdah.de> (lee@yun.yagibdah.de's message of "Wed, 19 Jun 2013 03:38:55 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:75635 Archived-At: lee writes: > Eli Zaretskii writes: >>> + start emacs (just normally) >>> + M-x gnus RET >>> + enter a group that has messages all marked as O >>> + press enter with the cursor on the first message in the summary buffer >>> + that message is displayed and the cursor in the summary buffer moves >>> down by two messages, i. e.: >>> >>> >>> O Message 1 <--Cursor >>> O Message 2 >>> O Message 3 >>> O Message 4 >>> [...] >>> >>> >>> becomes >>> >>> >>> O Message 1 >>> O Message 2 >>> O Message 3 <-- Cursor >>> O Message 4 >>> [...] >>> >>> >>> I would expect the cursor to remain on Message 1. Now when I 'C-x b >>> some-other-buffer' to switch to another buffer from the summary display >>> --- or run 'emacsclient some-file' --- and then 'C-x o' to the message >>> buffer and then press 't' to display the message headers, Message 3 is >>> suddenly displayed instead of Message 1 (without showing the headers). >> >> Sounds like an entirely different problem from the one reported by >> Lars in this bug report. Why did you think they are the same? > > Uh, I don't think they are the same. Oh, I think now I know what happened: I made --- or wanted to make --- a bug report about the behaviour I described above, and that report had "cursor" in the subject. Apparently, at about the same time, Lars made another bug report. Then when I looked here for the bug report I made (searching for "cursor"), I found Lars' report and thought it was the one I wanted to make because it also has "cursor" in the subject. I'm sorry for the confusion! The report I wanted to make apparently never was sent. Should I make a new report? Can anyone reproduce the behaviour I've described? -- "Object-oriented programming languages aren't completely convinced that you should be allowed to do anything with functions." http://www.joelonsoftware.com/items/2006/08/01.html