Version: 31.1

On 07/09/2024 10:33, Eli Zaretskii wrote:
Date: Tue, 27 Aug 2024 03:37:54 +0530
From:  James Thomas via "Bug reports for GNU Emacs,
  the Swiss army knife of text editors"<bug-gnu-emacs@gnu.org>

James Thomas wrote:

emacs -Q
(define-key key-translation-map  [?\C-j] (kbd "RET"))
M-x vc-dir (select a git repo)
(with point on a 'stash' entry) C-x v ! = C-j (fails)
Of course, if a 'stash' doesn't exist, it may be created, so that the
steps are:

emacs -Q
C-x C-f (open a git-tracked file, make changes), C-x C-s (and save it)
C-x p v (select the above repo)
z c (create stash)
M-: (define-key key-translation-map  [?\C-j] (kbd "RET"))
(with point on the new 'stash' entry) C-x v ! = C-j (fails)
Dmitry, any comments or suggestions?

Makes sense. Pushed to master, thanks!



Reply via email to