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

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

bug#13277: 24.2.91; -nw display bug with overlay-arrow


From: Andreas Schwab
Subject: bug#13277: 24.2.91; -nw display bug with overlay-arrow
Date: Tue, 25 Dec 2012 19:13:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (gnu/linux)

This is a regression from emacs 23, already present in 24.1:

$ cat bug.el
(set (make-local-variable 'overlay-arrow-string) "=>")
(set (make-local-variable 'overlay-arrow-position) (point-marker))
;;(setq truncate-lines t)
(insert-char ?- (window-width))
(goto-char (point-min))
$ emacs -nw -l ./bug.el

The cursor is placed at the right margin.  Either moving forward two
characters or deleting one character (so that the line fits in the
window) puts the cursor after the arrow, where it belongs.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





reply via email to

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