1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
emacs/lisp/progmodes
Spencer Baugh d879c40f68 * etc/NEWS: Mention it.
Add project-find-file-in-root (bug#73044)

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
project-files without paying the further cost of running
project--files-in-directory (which is what happens when passing
INCLUDE-ALL=t to project-find-file).

Also, it may help with user confusion about why
project-find-file doesn't behave like find-file (which I've
encountered a few times).

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.

* lisp/progmodes/project.el (project-find-file-in-root): Add.

* etc/NEWS: Mention it.
2024-09-06 19:16:46 +03:00
..
antlr-mode.el
asm-mode.el
autoconf.el
bat-mode.el
bug-reference.el Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
c-ts-common.el Clean-up warning due to unused lexical variable 2024-08-07 09:27:37 +02:00
c-ts-mode.el Merge from savannah/emacs-30 2024-08-03 16:55:35 +08:00
cc-align.el
cc-awk.el Fix fontification of network files in awk-mode 2024-07-07 04:31:01 +02:00
cc-bytecomp.el
cc-cmds.el
cc-defs.el
cc-engine.el FIx spurious fontification of variable in Java Mode 2024-07-22 12:24:43 +00:00
cc-fonts.el
cc-guess.el
cc-langs.el Remove a reference to a non-existant variable from a doc-string 2024-07-01 20:37:28 +00:00
cc-menus.el
cc-mode.el In normal-mode, make c-mode call c-mode when CC Mode is loaded 2024-05-30 12:40:07 +00:00
cc-styles.el
cc-vars.el
cfengine.el
cl-font-lock.el
cmacexp.el
cmake-ts-mode.el Fix cmake-ts-mode number fontification (Bug#72228) 2024-08-07 17:35:39 +02:00
compile.el Allow to expand truncated long lines in *Compilation* buffers 2024-06-22 13:40:11 +03:00
cperl-mode.el ; cperl-mode.el: Make it checkdoc clean 2024-07-29 21:30:55 +02:00
cpp.el
csharp-mode.el
cwarn.el
dcl-mode.el Delete redundant mention of `with-eval-after-load' 2024-06-29 21:16:58 +02:00
dockerfile-ts-mode.el
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el
ebrowse.el ; Fix typos in symbols 2024-06-29 17:29:38 +02:00
eglot.el Merge from savannah/emacs-30 2024-08-29 08:53:52 +08:00
elisp-mode.el (eval-last-sexp): Fix bug#71774 2024-06-27 14:43:32 -04:00
elixir-ts-mode.el
erts-mode.el
etags-regen.el etags-regen-mode: Handle TAGS buffer being killed 2024-07-11 03:49:28 +03:00
etags.el Checkdoc fixes in progmodes 2024-07-07 17:46:30 +02:00
executable.el
f90.el
flymake-cc.el
flymake-proc.el
flymake.el ; * lisp/progmodes/flymake.el: Fix "Maintainer" header 2024-08-29 22:30:38 +02:00
fortran.el
gdb-mi.el Checkdoc fixes in progmodes 2024-07-07 17:46:30 +02:00
glasses.el
go-ts-mode.el * lisp/progmodes/go-ts-mode.el (go-ts-mode-build-tags): Fix :version. 2024-07-21 11:13:35 +02:00
grep.el Prefer to run find and grep in parallel in rgrep (bug#71094) 2024-07-03 15:39:23 +02:00
gud.el Bind TAB not <tab> in M-x lldb 2024-08-07 11:38:48 +02:00
heex-ts-mode.el
hideif.el Checkdoc fixes in progmodes 2024-07-07 17:46:30 +02:00
hideshow.el
icon.el
idlw-complete-structtag.el
idlw-help.el Checkdoc fixes in progmodes 2024-07-07 17:46:30 +02:00
idlw-shell.el
idlw-toolbar.el
idlwave.el Checkdoc fixes in progmodes 2024-07-07 17:46:30 +02:00
inf-lisp.el ; Fix typos 2024-06-23 16:40:06 +02:00
java-ts-mode.el ; Fix last change 2024-07-13 13:16:42 +03:00
js.el * lisp/progmodes/js.el: Improve sexp navigation in js-ts-mode (bug#72573) 2024-09-01 20:02:12 +03:00
json-ts-mode.el
ld-script.el
lua-ts-mode.el ; Use 'keymap-set' in 'lua-ts-mode' 2024-06-28 21:54:51 +02:00
m4-mode.el
make-mode.el ; Fix typos 2024-08-29 00:17:10 +02:00
meta-mode.el
mixal-mode.el
modula2.el
octave.el
opascal.el
pascal.el Checkdoc fixes in progmodes 2024-07-07 17:46:30 +02:00
peg.el * lisp/progmodes/peg.el (peg-syntax-classes): Typo (bug#72131) 2024-07-19 14:18:29 -04:00
perl-mode.el perl-mode: fix bug introduced in bd86a6c4fd 2024-07-08 14:37:07 +00:00
php-ts-mode.el Improve php-ts-mode font lock and support latest grammar (bug#72796) 2024-08-26 00:48:35 -07:00
prog-mode.el
project.el * etc/NEWS: Mention it. 2024-09-06 19:16:46 +03:00
prolog.el
ps-mode.el
python.el Merge from origin/emacs-30 2024-08-31 08:14:14 -04:00
ruby-mode.el Checkdoc fixes in progmodes 2024-07-07 17:46:30 +02:00
ruby-ts-mode.el
rust-ts-mode.el Merge from savannah/emacs-30 2024-07-08 15:43:55 +08:00
scheme.el ; Fix typos 2024-07-18 11:46:50 +02:00
sh-script.el
simula.el
sql.el
subword.el
tcl.el
typescript-ts-mode.el Add link to commit compatibility function handles 2024-07-21 14:56:52 +02:00
vera-mode.el
verilog-mode.el Checkdoc fixes in progmodes 2024-07-07 17:46:30 +02:00
vhdl-mode.el (vhdl-run-when-idle): Don't use timer--triggered 2024-07-31 04:52:08 -04:00
which-func.el ; Fix thinko in my last change 2024-05-27 22:39:03 +02:00
xref.el Checkdoc fixes in progmodes 2024-07-07 17:46:30 +02:00
xscheme.el