bug#73044: [PATCH] Add project-find-file-in-root

2024-09-07 Thread Dmitry Gutov
On 07/09/2024 09:10, Eli Zaretskii wrote: If you consider this not important enough to be in the manual, please mark the NEWS entry with "---", to convey your opinion. Added, thanks. Also split the entry into two lines.

bug#73044: [PATCH] Add project-find-file-in-root

2024-09-06 Thread Eli Zaretskii
> Date: Fri, 6 Sep 2024 23:05:06 +0300 > Cc: 73...@debbugs.gnu.org, sba...@janestreet.com > From: Dmitry Gutov > > On 06/09/2024 20:44, Eli Zaretskii wrote: > >> Resent-To:bug-gnu-emacs@gnu.org > >> Date: Fri, 6 Sep 2024 19:20:16 +0300 > >> From: Dmitry Gutov > >> > >>> This command is equivalent

bug#73044: [PATCH] Add project-find-file-in-root

2024-09-06 Thread Dmitry Gutov
On 06/09/2024 20:44, Eli Zaretskii wrote: Resent-To:bug-gnu-emacs@gnu.org Date: Fri, 6 Sep 2024 19:20:16 +0300 From: Dmitry Gutov This command is equivalent to C-x p o C-x C-f, but it's nice to be able to bind it to a specific key. Overall, this is easy enough to provide, so let's just do that

bug#73044: [PATCH] Add project-find-file-in-root

2024-09-06 Thread Eli Zaretskii
> Resent-To: bug-gnu-emacs@gnu.org > Date: Fri, 6 Sep 2024 19:20:16 +0300 > From: Dmitry Gutov > > > This command is equivalent to C-x p o C-x C-f, but it's nice to > > be able to bind it to a specific key. > > > > Overall, this is easy enough to provide, so let's just do that. > > Makes sense,

bug#73044: [PATCH] Add project-find-file-in-root

2024-09-06 Thread Dmitry Gutov
Version: 31.1 Hi Spencer, On 05/09/2024 17:01, Spencer Baugh via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote: Several users have asked me for a command which is just find-file, but starting from the project root. In large projects, where project-files is expensive, t

bug#73044: [PATCH] Add project-find-file-in-root

2024-09-05 Thread Bug reports for GNU Emacs, the Swiss army knife of text editors
Tags: patch Several users have asked me for a command which is just find-file, but starting from the project root. In large projects, where project-files is expensive, this will have substantially better performance than project-find-file. Also, it allows opening files which aren't included in