emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vertical-motion fails when tab in line


From: Ralf Angeli
Subject: Re: vertical-motion fails when tab in line
Date: Sun, 11 Jun 2006 11:30:38 +0200

* David Reitter (2006-06-11) writes:

> To reproduce, take a scratch buffer, enter a few lines of text wich  
> will be wrapped and contain one (or more?) tabs. Place cursor near  
> the end of a wrapped line, but not too far towards the end, and call  
> M-: (vertical-motion 1).
>
> Tried this in Aquamacs (based on very recent GNU CVS) and as well  
> with a vanilla CVS build (Carbon port on OS X) with a fixed-width font.

Unreproducible with

emacs -Q -eval '(progn (insert "\t" (make-string 50 ?x) "\t" (make-string 50 
?x)) (goto-char 85) (vertical-motion 1))'

and a build from today:

In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.8.16)
 of 2006-06-11 on neutrino
X server distributor `The X.Org Foundation', version 11.0.60802000
configured using `configure '--with-gtk''

Assuming a window width of 80 characters and a fixed-width font
(-Bitstream-Terminal-Medium-R-Normal--18-140-100-100-C-110-ISO8859-1
to be precise).

After executing the command above, point will be at the end of the
line.

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]