emacs/doc/man
Eli Zaretskii 339ffd7986 New command-line options for 'etags'
This adds '--no-fallback-lang' and '--no-empty-file-entries'
options, and their opposites '--fallback-lang' and
'--empty-file-entries'.
* lib-src/etags.c (fallback_lang, empty_files): New toggles.
(main): Initialize them to 'true'.
(longopts) [!CTAGS]: Add the '--(no-)fallback-lang' and
'--(no-)empty-file-entries' options.
(find_entries): If 'fallback_lang' is false, don't attempt Fortran
and C/C++ fallbacks.
(print_help): Add help for new options.
(main): If 'empty_files' is false, don't output file entries for
files that have no tags.  (Bug#73484)

* doc/emacs/maintaining.texi (Create Tags Table):
* etc/NEWS:
* doc/man/etags.1: Document the new options.

* test/manual/etags/Makefile (check): Add test for new options.
* test/manual/etags/ETAGS.good_7: New file.
2024-10-08 15:39:33 +03:00
..
ChangeLog.1 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ctags.1 Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ebrowse.1 Add before-save-hook to man page files 2024-06-22 16:56:12 +02:00
emacs.1.in * doc/man/emacs.1.in: Add "No warranty" notice. 2024-07-18 10:42:59 +02:00
emacsclient.1 * doc/man/emacsclient.1: Bump date. 2024-08-20 22:46:40 +02:00
etags.1 New command-line options for 'etags' 2024-10-08 15:39:33 +03:00