From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: bug in vertical-motion? Date: Mon, 29 Aug 2005 21:01:34 -0500 (CDT) Message-ID: <200508300201.j7U21Ye19707@raven.dms.auburn.edu> References: <200508230222.j7N2MVh14683@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1125368759 22591 80.91.229.2 (30 Aug 2005 02:25:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Aug 2005 02:25:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 30 04:25:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E9voR-00078F-GN for ged-emacs-devel@m.gmane.org; Tue, 30 Aug 2005 04:25:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9vsY-0002YJ-3u for ged-emacs-devel@m.gmane.org; Mon, 29 Aug 2005 22:29:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E9vrh-0002PU-IB for emacs-devel@gnu.org; Mon, 29 Aug 2005 22:28:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E9vrf-0002Oh-R9 for emacs-devel@gnu.org; Mon, 29 Aug 2005 22:28:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9voo-0001Zj-7v for emacs-devel@gnu.org; Mon, 29 Aug 2005 22:25:46 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E9vTr-0004HU-Ua; Mon, 29 Aug 2005 22:04:08 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j7U21i42015768; Mon, 29 Aug 2005 21:01:44 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j7U21Ye19707; Mon, 29 Aug 2005 21:01:34 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) 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:42494 Archived-At: Richard Stallman wrote: Put cursor on the next to last `q' on the screen line that is continued. Then M-: (vertical-motion 0) carries you to the beginning of the current screen line, as one would expect. But then put cursor on the very last `q' of the continued screen line. Then M-: (vertical-motion 0) carries you to the beginning of the _next_ screen line. This appears to be a bug. Do people get good results from this patch? *** xdisp.c 27 Aug 2005 22:41:25 -0400 1.1045 --- xdisp.c 29 Aug 2005 20:14:40 -0400 It appears to work. Sincerely, Luc.