|
From: | GNU bug Tracking System |
Subject: | bug#72768: closed ([PATCH] Keep local keymap out of vc-git-stash-get-at-point) |
Date: | Sun, 08 Sep 2024 02:12:02 +0000 |
Your message dated Sun, 8 Sep 2024 05:11:29 +0300 with message-id <f14386da-e15e-4f5c-86a5-2e9b2956f984@gutov.dev> and subject line Re: bug#72768: [PATCH] Keep local keymap out of vc-git-stash-get-at-point has caused the debbugs.gnu.org bug report #72768, regarding [PATCH] Keep local keymap out of vc-git-stash-get-at-point to be marked as done. (If you believe you have received this mail in error, please contact help-debbugs@gnu.org.) -- 72768: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72768 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems
--- Begin Message ---Subject: [PATCH] Keep local keymap out of vc-git-stash-get-at-point Date: Fri, 23 Aug 2024 10:53:40 +0530 User-agent: Gnus/5.13 (Gnus v5.13) 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) The following seems to work:0001-Keep-local-keymap-out-of-vc-git-stash-get-at-point.patch
Description: [PATCH] Keep local keymap out of vc-git-stash-get-at-point
--- End Message ---
--- Begin Message ---Subject: Re: bug#72768: [PATCH] Keep local keymap out of vc-git-stash-get-at-point Date: Sun, 8 Sep 2024 05:11:29 +0300 User-agent: Mozilla Thunderbird 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!
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |