[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recentish C-s M-y change
From: |
Juri Linkov |
Subject: |
Re: Recentish C-s M-y change |
Date: |
Mon, 28 Dec 2020 19:19:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) |
> This has been discussed many times, and the most promising solution is
> to add a single variable that will define whether the user prohibits
> changing the definitions of traditional keys. When its value is nil,
> then with a new release the user gets new keybindings that are more
> logical and consistent with other keybindings and new functionality.
> However, when you set it to t, then you get all old keybindings untouched.
Or better to add a new theme that would restore the old values:
(deftheme back-to-emacs-27)
(define-key isearch-mode-map "\M-y" 'isearch-yank-kill)
(setq read-char-choice-use-read-key t)
(setq y-or-n-p-use-read-key t)
...
Then if you don't want to revert all changes, it's easy
to pick some of them and copy to the init file.
- Recentish C-s M-y change, Lars Ingebrigtsen, 2020/12/27
- Re: Recentish C-s M-y change, Juri Linkov, 2020/12/28
- Re: Recentish C-s M-y change, Lars Ingebrigtsen, 2020/12/28
- Re: Recentish C-s M-y change, Juri Linkov, 2020/12/29
- RE: Recentish C-s M-y change, Drew Adams, 2020/12/29
- Re: Recentish C-s M-y change, Jean Louis, 2020/12/29
- Re: Recentish C-s M-y change, Richard Stallman, 2020/12/30
- Re: Recentish C-s M-y change, Gregory Heytings, 2020/12/31
- Re: Recentish C-s M-y change, Filipp Gunbin, 2020/12/29