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

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

bug#42210: closed (Add -other-window variants of project-prefix-map comm


From: GNU bug Tracking System
Subject: bug#42210: closed (Add -other-window variants of project-prefix-map commands)
Date: Mon, 27 Jul 2020 00:02:02 +0000

Your message dated Mon, 27 Jul 2020 03:01:06 +0300
with message-id <66172cd6-3464-fe83-feda-e89e7b9a3338@yandex.ru>
and subject line Re: bug#42210: bug#41890: 28.0.50; [PATCH]: Add bindings for 
project.el
has caused the debbugs.gnu.org bug report #42210,
regarding Add -other-window variants of project-prefix-map commands
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42210: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42210
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Add -other-window variants of project-prefix-map commands Date: Sat, 04 Jul 2020 23:13:58 -0700
Hello,

On Fri 03 Jul 2020 at 05:54PM -07, Sean Whitton wrote:

> It seems like it would be a good idea to have
>
> C-x 4 p f
> be like
> C-x 4 4 C-x p f
>
> C-x 5 p e
> be like
> C-x 5 5 C-x p e
>
> etc., since many of the commands in project-prefix-map involve switching
> to another buffer.  Certainly project-switch-project, project-find-file
> and project-switch-to-buffer would be wanted.

Here is a patch implementing commands under C-x 4 p.  If the approach is
thought sound I can also prepare patches for C-x 5 p and C-x t p.

I have tested the attached change except for the autoload cookies which
I am not sure will work with my new macro.  And I'm not sure I should be
doing this with a macro instead of a function which calls fset -- please
advise.

If you want me to do copyright assignment before investing time giving
me feedback on my patch, I would be happy to.

-- 
Sean Whitton

Attachment: 0001-Add-define-other-window-command-and-project-other-wi.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#42210: bug#41890: 28.0.50; [PATCH]: Add bindings for project.el Date: Mon, 27 Jul 2020 03:01:06 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0
On 26.07.2020 08:15, Sean Whitton wrote:

Thank you, fixed, along with fixing some references to function
arguments which were incorrect in the previous series (they were
'buffer-or-name' in one place but 'buffer' in another).

Applied and pushed. Thanks all!

With that, I'm closing the associated bug report.

Please file new reports for any follow-up patches.


--- End Message ---

reply via email to

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