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

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

bug#16497: 24.3.50; `move-to-column' ignores invisible text at the begin


From: Bastien
Subject: bug#16497: 24.3.50; `move-to-column' ignores invisible text at the beginning of the line, which create problems when using string-rectangle
Date: Mon, 20 Jan 2014 10:22:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Eli,

Eli Zaretskii <eliz@gnu.org> writes:

> Is it possible to concoct a simple test case that explicitly uses
> move-to-column, and doesn't require Org?

emacs -Q
M-: (insert "abc") RET
C-a
M-: (put-text-property (point) (1+ (point)) 'invisible t) RET
M-: (move-to-column 0)

The point is between the invisible character and "b", which
feels wrong even in terms of interactively inserting text.

It is also wrong when you C-x r t SPC RET, as the rectangle
will be inserted after the real first (invisible) character
of the line.

Hope this clarifies,

-- 
 Bastien





reply via email to

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