bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#65558: 30.0.50; project-other-{window,frame,tab}-command a bit too o


From: Dmitry Gutov
Subject: bug#65558: 30.0.50; project-other-{window,frame,tab}-command a bit too obtrusive
Date: Thu, 19 Oct 2023 15:40:35 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

Hi Juri,

On 30/08/2023 19:50, Juri Linkov wrote:
Thanks for the pointer! That is a long thread so I only skimmed it. I
think you meant this snippet in [0]:

(defun project-other-window-command ()
   (interactive)
   (other-window-prefix)
   (set-transient-map (make-composed-keymap project-prefix-map
                                            project-other-window-map)))
Exactly.  And the same for the frame command in the most recent patch
I posted to bug#63648, and I confirm that your bug report is fixed with it.

That indeed fixes the issue. My only concern is that
`other-window-prefix' is a new function introduced in Emacs 28.
Indeed, it would take more efforts to provide backward-compatibility
for older Emacs versions.

I think we can install this (tweaked) part of your changes from that other bug to close this report.

Attachment: project-other-place-prefix.diff
Description: Text Data


reply via email to

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