emacs-devel
[Top][All Lists]
Advanced

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

Re: A new user perspective about "Changes for emacs 28"


From: Dmitry Gutov
Subject: Re: A new user perspective about "Changes for emacs 28"
Date: Mon, 7 Sep 2020 23:05:05 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 07.09.2020 21:08, Ergus wrote:

- undo-tree-mode
Undo tree had some problems in the past. But if you want the basic
undo/redo behavior there is something already in vanilla (as usual a bit
hidden):

(global-set-key [remap undo] 'undo-only)
(global-set-key (kbd "C-M-_") 'undo-redo)

which I discovered after asking here and fighting with undo tree for
almost a year.

Good point.

undo-tree has been stable for me lately, but it might be overkill for a lot of users, and the default undo behavior is... exotic.

So I think ideally we'd switch to the above key mappings by default. But since this is going to be a hard sell, at least this option should be better documented/advertised, maybe even on the new splash screen people have imagined/mentioned.



reply via email to

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