mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* lisp/progmodes/project.el: Update Commentary.
This commit is contained in:
parent
5fde9732b4
commit
d1c3ba95cb
|
|
@ -157,11 +157,9 @@
|
|||
;; force every project backend to be aware of the build tool(s) the
|
||||
;; project is using.
|
||||
;;
|
||||
;; * Command to (re)build the tag files in all project roots. To that
|
||||
;; end, we might need to add a way to provide file whitelist
|
||||
;; wildcards for each root to limit etags to certain files (in
|
||||
;; addition to the blacklist provided by ignores), and/or allow
|
||||
;; specifying additional tag regexps.
|
||||
;; * Minor mode to (re)build the tags across the current project:
|
||||
;; `etags-regen-mode'. It would be straightforward to add support for
|
||||
;; multiple roots, if someone works with a project organized this way.
|
||||
;;
|
||||
;; * UI for the user to be able to pick the current project for the
|
||||
;; whole Emacs session, independent of the current directory. Or,
|
||||
|
|
|
|||
Loading…
Reference in a new issue