emacs-devel
[Top][All Lists]
Advanced

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

Re: What happened to wdired.el?


From: Juri Linkov
Subject: Re: What happened to wdired.el?
Date: Tue, 04 May 2004 09:05:32 +0300
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Richard Stallman <address@hidden> writes:
>     The user can forget to call dired-execute later.  But what about
>     C-x C-q asking yes/no question about accepting the changes,
>     and an option to disable such a question?
>
> What are the changes in question, and why would they be lost?

wdired provides one user-level function `wdired-change-to-wdired-mode'
to start editing the file names and two functions to exit wdired-mode:
`wdired-finish-edit' and `wdired-abort-changes' with the former
committing the changes and the latter aborting them.  Both return
wdired to dired mode.

I proposed to add one user-level function which depending on the
user's answer to the question about accepting changes would call
either `wdired-finish-edit' or `wdired-abort-changes'.  And an option
which will allow to assume that the user always wants to accept the
changes by answering `yes' and calling `wdired-finish-edit'.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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