emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Lazy wdired preprocessing


From: Stefan Monnier
Subject: Re: [PATCH] Lazy wdired preprocessing
Date: Sat, 27 Mar 2021 22:00:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> That's odd.  The way I read the code, if you `wdired-abort` then it just
>> restores the original contents of the buffer and doesn't look at the
>> actual files at all.
> Ok, true.  My problem is that this loses window points when the buffer
> is displayed in several windows, but that might be a minor problem for
> others.

That should be easy enough to fix.  I'd recommend you `M-x report-emacs-bug`
(and then post a patch to fix it ;-)
E.g. you could use undo to recover the original contents, which should
also recover the original `window-point`s.


        Stefan




reply via email to

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