emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem with revert-buffer and overlays


From: martin rudalics
Subject: Re: Problem with revert-buffer and overlays
Date: Wed, 30 Nov 2005 10:52:41 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> Please provide a precise test case.  It is not obvious.

I use a file foobar consisting of the three lines

foo
bar
baz

and an .emacs file

(setq inhibit-startup-message t)
(find-file "~/foobar")
(display-buffer "foobar")
(transient-mark-mode 1)
(forward-line)
(delete-char 3)
(set-mark (point-min))
(forward-line)
(revert-buffer)


If I answer "yes" the region remains highlighted.





reply via email to

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