From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: [bug] line move and truncation Date: Tue, 16 Nov 2004 09:56:24 +0100 Message-ID: <4199C0B8.40408@math.ku.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100595422 16458 80.91.229.6 (16 Nov 2004 08:57:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 08:57:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 16 09:56:57 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 1CTz8w-0002Ev-00 for ; Tue, 16 Nov 2004 09:56:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTzHf-0004vM-Hq for ged-emacs-devel@m.gmane.org; Tue, 16 Nov 2004 04:05:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTzHK-0004vH-6H for emacs-devel@gnu.org; Tue, 16 Nov 2004 04:05:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTzHJ-0004v1-3O for emacs-devel@gnu.org; Tue, 16 Nov 2004 04:05:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTzHI-0004ur-QV for emacs-devel@gnu.org; Tue, 16 Nov 2004 04:05:32 -0500 Original-Received: from [213.170.224.162] (helo=smtp.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTz8U-0001p8-7B for emacs-devel@gnu.org; Tue, 16 Nov 2004 03:56:26 -0500 Original-Received: from math.ku.dk (pppoe1-ves.broadcom.dk [212.99.255.40]) by smtp.kabelnettet.dk (Postfix) with ESMTP id CF45A609869 for ; Tue, 16 Nov 2004 09:56:23 +0100 (CET) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en Original-To: emacs-devel@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: main.gmane.org gmane.emacs.devel:29917 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29917 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.