From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.bugs Subject: bug#971: 23.0.60; next-line, previous-line and goal-column Date: Thu, 18 Sep 2008 16:34:52 +0200 Message-ID: <18642.26380.317112.98448@tfkp07.physik.uni-erlangen.de> References: <48D1EFE1.5020803@gmx.at> Reply-To: Roland Winkler , 971@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221749283 30358 80.91.229.12 (18 Sep 2008 14:48:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2008 14:48:03 +0000 (UTC) Cc: 971@emacsbugs.donarmstrong.com To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 18 16:48:59 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KgKoI-00010U-G3 for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Sep 2008 16:48:46 +0200 Original-Received: from localhost ([127.0.0.1]:41211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgKnH-0002wP-7J for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Sep 2008 10:47:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgKnC-0002wG-U9 for bug-gnu-emacs@gnu.org; Thu, 18 Sep 2008 10:47:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgKnB-0002vg-S1 for bug-gnu-emacs@gnu.org; Thu, 18 Sep 2008 10:47:38 -0400 Original-Received: from [199.232.76.173] (port=42061 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgKnB-0002vc-JN for bug-gnu-emacs@gnu.org; Thu, 18 Sep 2008 10:47:37 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:50163) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KgKnB-0002H1-3O for bug-gnu-emacs@gnu.org; Thu, 18 Sep 2008 10:47:37 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8IElZJY007488; Thu, 18 Sep 2008 07:47:35 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m8IEe4ZU005446; Thu, 18 Sep 2008 07:40:04 -0700 X-Loop: don@donarmstrong.com Resent-From: "Roland Winkler" Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 18 Sep 2008 14:40:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 971 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 971-submit@emacsbugs.donarmstrong.com id=B971.12217484984165 (code B ref 971); Thu, 18 Sep 2008 14:40:03 +0000 Original-Received: (at 971) by emacsbugs.donarmstrong.com; 18 Sep 2008 14:34:58 +0000 Original-Received: from tfkpsv.physik.uni-erlangen.de (tfkpsv.physik.uni-erlangen.de [131.188.164.197]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8IEYsVr004159 for <971@emacsbugs.donarmstrong.com>; Thu, 18 Sep 2008 07:34:56 -0700 Original-Received: from tfkp07.physik.uni-erlangen.de (tfkp07.physik.uni-erlangen.de [131.188.164.207]) by tfkpsv.physik.uni-erlangen.de (Postfix) with ESMTP id B73C322929; Thu, 18 Sep 2008 16:34:52 +0200 (CEST) In-Reply-To: <48D1EFE1.5020803@gmx.at> X-Mailer: VM 8.0.9 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Thu, 18 Sep 2008 10:47:38 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:20612 Archived-At: On Thu Sep 18 2008 martin rudalics wrote: > > When goal-column has a value larger than the window width, next line > > and previous-line behave oddly. Visit file foo.txt, choose a window > > width of, say, 40, and set goal-column to 50. If initially point is > > at the beginning of line, next-line and previous-line put point in a > > column smaller than goal-column. Executing next-line again puts > > point at the end of the line past goal-column. > > > > Results also behave on the value of truncate-lines. The above refers > > to truncate-lines being t. If it is nil, previous-line doesn't do > > anything for me. (It does not move point backwards.) > > > > There is no such problem with emacs 22.2. > > I suppose this has been fixed with Chong's recent change to > `vertical-motion'. Can you confirm? No, the problem still persists. I just built a fresh emacs from CVS. It still gives me the very same problems described in the original report. Roland