comparison man/programs.texi @ 31065:357e242b7f87

Document tags-case-fold-search, tags-apropos-verbose and tags-tag-face.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 22 Aug 2000 15:49:45 +0000
parents b05772d7c2ad
children b00126124976
comparison
equal deleted inserted replaced
31064:3aa8be9f2e70 31065:357e242b7f87
2410 reads a regexp to search for and a string to replace with, just like 2410 reads a regexp to search for and a string to replace with, just like
2411 ordinary @kbd{M-x query-replace-regexp}. It searches much like @kbd{M-x 2411 ordinary @kbd{M-x query-replace-regexp}. It searches much like @kbd{M-x
2412 tags-search}, but repeatedly, processing matches according to your 2412 tags-search}, but repeatedly, processing matches according to your
2413 input. @xref{Replace}, for more information on query replace. 2413 input. @xref{Replace}, for more information on query replace.
2414 2414
2415 @vindex tags-case-fold-search
2416 @cindex case-sensitivity, and tags search
2417 You can control the case-sensitivity of tags search commands by
2418 customizing the value of the variable @code{tags-case-fold-search}. The
2419 default is to use the same setting as the value of
2420 @code{case-fold-search} (@pxref{Search Case}).
2421
2415 It is possible to get through all the files in the tags table with a 2422 It is possible to get through all the files in the tags table with a
2416 single invocation of @kbd{M-x tags-query-replace}. But often it is 2423 single invocation of @kbd{M-x tags-query-replace}. But often it is
2417 useful to exit temporarily, which you can do with any input event that 2424 useful to exit temporarily, which you can do with any input event that
2418 has no special query replace meaning. You can resume the query replace 2425 has no special query replace meaning. You can resume the query replace
2419 subsequently by typing @kbd{M-,}; this command resumes the last tags 2426 subsequently by typing @kbd{M-,}; this command resumes the last tags
2466 tag names found. 2473 tag names found.
2467 @vindex tags-apropos-additional-actions 2474 @vindex tags-apropos-additional-actions
2468 You can display additional output with @kbd{M-x tags-apropos} by customizing 2475 You can display additional output with @kbd{M-x tags-apropos} by customizing
2469 the variable @code{tags-apropos-additional-actions}. See its 2476 the variable @code{tags-apropos-additional-actions}. See its
2470 documentation for details. 2477 documentation for details.
2478 @vindex tags-apropos-verbose
2479 Setting the variable @code{tags-apropos-verbose} to a non-nil value
2480 causes @kbd{M-x tags-apropos} to display the names of the tags files
2481 together with the tag names.
2482 @vindex tags-tag-face
2483 The face @code{tags-tag-face} can be used to customize the appearance of
2484 tags in the output of @kbd{M-x tags-apropos}.
2471 2485
2472 You can also perform completion in the buffer on the name space of tag 2486 You can also perform completion in the buffer on the name space of tag
2473 names in the current tags tables. @xref{Symbol Completion}. 2487 names in the current tags tables. @xref{Symbol Completion}.
2474 2488
2475 @node Imenu 2489 @node Imenu