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

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

`next-line' and the `intangible' property


From: Oliver Scholz
Subject: `next-line' and the `intangible' property
Date: Mon, 20 Sep 2004 18:14:12 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (windows-nt)

Eval this:

(progn (switch-to-buffer (generate-new-buffer "*tmp*"))
       (insert "    ")
       (save-excursion
         (insert "lirum larum"
                 (propertize "\n    " 'intangible t)
                 "lirum larum")))

If you press C-n, point will /not/ move to before the first "l" on the
second line.  It will not move at all.  This used to work in Emacs
21.3.

    Oliver
-- 
Oliver Scholz               Jour des Récompenses de l'Année 212 de la Révolution
Ostendstr. 61               Liberté, Egalité, Fraternité!
60314 Frankfurt a. M.       




reply via email to

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