1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00
emacs/test/manual
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
..
cedet ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
etags New command-line options for 'etags' 2024-10-08 15:39:33 +03:00
indent perl-mode.el: Improve indent after hanging open-paren 2024-07-05 10:02:39 -04:00
noverlay Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
BidiCharacterTest.txt Update Emacs sources for Unicode 16.0 2024-09-12 21:12:09 +03:00
biditest.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
image-circular-tests.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
image-size-tests.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
image-tests.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
image-transforms-tests.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
process-callout-tests.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
redisplay-testsuite.el Add manual tests for the 'min-width' display property 2024-08-29 21:55:16 -07:00
scroll-tests.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00