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