default-tags-table-function | If non-nil, a function to choose a default tags file for a buffer. |
etags-xref-find-definitions-tag-order | Tag order used in ‘xref-backend-definitions’ to look for definitions. |
etags-xref-prefer-current-file | Non-nil means show the matches in the current file first. |
file-of-tag-function | Function to do the work of ‘file-of-tag’ (which see). |
find-tag-default-function | A function of no arguments used by M-x find-tag to pick a default tag. |
find-tag-hook | Hook to be run by M-x find-tag after finding a tag. See ‘run-hooks’. |
find-tag-marker-ring | Find-tag marker ring. |
find-tag-marker-ring-length | Size of the find-tag marker ring. |
find-tag-next-line-after-failure-p | Flag passed to ‘find-tag-in-order’ for finding a tag. |
find-tag-regexp-next-line-after-failure-p | Flag passed to ‘find-tag-in-order’ for finding a regexp tag. |
find-tag-regexp-search-function | Search function passed to ‘find-tag-in-order’ for finding a regexp tag. |
find-tag-regexp-tag-order | Tag order passed to ‘find-tag-in-order’ for finding a regexp tag. |
find-tag-search-function | Search function passed to ‘find-tag-in-order’ for finding a tag. |
find-tag-tag-order | Tag order passed to ‘find-tag-in-order’ for finding a tag. |
goto-tag-location-function | Function of to go to the location in the buffer specified by a tag. |
last-tag | Last tag found by M-x find-tag. |
list-tags-function | Function to do the work of ‘list-tags’ (which see). |
select-tags-table-mode-abbrev-table | Abbrev table for ‘select-tags-table-mode’. |
select-tags-table-mode-hook | Hook run after entering ‘select-tags-table-mode’. |
select-tags-table-mode-map | Keymap for ‘select-tags-table-mode’. |
select-tags-table-mode-syntax-table | Syntax table for ‘select-tags-table-mode’. |
snarf-tag-function | Function to get info about a matched tag for ‘goto-tag-location-function’. |
tag-lines-already-matched | Matches remembered between calls. |
tags-add-tables | Control whether to add a new tags table to the current list. |
tags-apropos-additional-actions | Specify additional actions for ‘tags-apropos’ and ‘xref-find-apropos’. |
tags-apropos-function | Function to do the work of ‘tags-apropos’ (which see). |
tags-apropos-verbose | If non-nil, print the name of the tags file in the *Tags List* buffer. |
tags-case-fold-search | Whether tags operations should be case-sensitive. |
tags-completion-table | List of tag names defined in current tags table. |
tags-completion-table-function | Function to build the ‘tags-completion-table’. |
tags-compression-info-list | List of extensions tried by etags when ‘auto-compression-mode’ is on. |
tags-file-name | File name of tags table. |
tags-included-tables | List of tags tables included by the current tags table. |
tags-included-tables-function | Function to do the work of function ‘tags-included-tables’ (which see). |
tags-location-ring | Ring of markers which are locations visited by M-x find-tag. |
tags-location-ring-length | Size of the find-tag marker ring. |
tags-loop-operate | Form for ‘tags-loop-continue’ to eval to change one file. |
tags-loop-revert-buffers | Whether to revert files during fileloop operation. |
tags-loop-scan | Form for ‘tags-loop-continue’ to eval to scan one file. |
tags-revert-without-query | Non-nil means reread a TAGS table without querying, if it has changed. |
tags-table-computed-list | List of tags tables to search, computed from ‘tags-table-list’. |
tags-table-computed-list-for | Value of ‘tags-table-list’ that ‘tags-table-computed-list’ corresponds to. |
tags-table-files | List of file names covered by current tags table. |
tags-table-files-function | Function to do the work of function ‘tags-table-files’ (which see). |
tags-table-format-functions | Hook to be called in a tags table buffer to identify the type of tags table. |
tags-table-list | List of file names of tags tables to search. |
tags-table-list-pointer | Pointer into ‘tags-table-computed-list’ for the current state of searching. |
tags-table-list-started-at | Pointer into ‘tags-table-computed-list’, where the current search started. |
tags-table-mode-abbrev-table | Abbrev table for ‘tags-table-mode’. |
tags-table-mode-hook | Hook run after entering ‘tags-table-mode’. |
tags-table-mode-map | Keymap for ‘tags-table-mode’. |
tags-table-mode-syntax-table | Syntax table for ‘tags-table-mode’. |
tags-table-set-list | List of sets of tags table which have been used together in the past. |
tags-tag-face | Face for tags in the output of ‘tags-apropos’. |
verify-tags-table-function | Function to return t if current buffer contains valid tags file. |