From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: [bug] line move and truncation Date: Tue, 16 Nov 2004 15:03:10 +0100 Message-ID: References: <4199C0B8.40408@math.ku.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100613834 7644 80.91.229.6 (16 Nov 2004 14:03:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 14:03:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 16 15:03:49 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CU3vx-00073z-00 for ; Tue, 16 Nov 2004 15:03:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CU44h-0005Hv-M9 for ged-emacs-devel@m.gmane.org; Tue, 16 Nov 2004 09:12:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CU43r-00050M-9h for emacs-devel@gnu.org; Tue, 16 Nov 2004 09:11:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CU43q-000502-I6 for emacs-devel@gnu.org; Tue, 16 Nov 2004 09:11:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CU43q-0004zs-DT for emacs-devel@gnu.org; Tue, 16 Nov 2004 09:11:58 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1CU3v4-0007dm-8O for emacs-devel@gnu.org; Tue, 16 Nov 2004 09:02:54 -0500 Original-Received: (qmail 864 invoked from network); 16 Nov 2004 14:02:52 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 16 Nov 2004 14:02:52 -0000 Original-To: Lars Hansen In-Reply-To: <4199C0B8.40408@math.ku.dk> (Lars Hansen's message of "Tue, 16 Nov 2004 09:56:24 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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: main.gmane.org gmane.emacs.devel:29923 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29923 Lars Hansen writes: > With Emacs of today, do > emacs --no-site-file --no-init-file --eval=(setq-default > truncate-lines t) > Open a file with long lines. (You may open files.el and search for > read-directory-names). > With point on a truncated line, hit down-arrow (or C-n if you prefer that). > Then point will move down two lines (as if lines were wrapped rather > than truncated). > Nothing seems to be wrong when you move upwards. It's caused by a recent change to Fvertical_motion. I just posted an analysis of the problem to emacs-pretest-bug ... -- Kim F. Storm http://www.cua.dk