Mercurial > emacs
annotate lisp/progmodes/etags.el @ 12573:f8193b0f95ed
(mouse_get_pos, mouse_check_moved, XMenuActivate):
Access mouse_moved in selected_frame.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 18 Jul 1995 00:25:14 +0000 |
parents | 4284a0c7971a |
children | 3685b0e52d2a |
rev | line source |
---|---|
2229
bd3c525fa6fc
Added standard library headers.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1976
diff
changeset
|
1 ;;; etags.el --- etags facility for Emacs |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
804
diff
changeset
|
2 |
10429
c37ee605ba79
(etags-tags-completion-table): Don't let match string contain a \177.
Roland McGrath <roland@gnu.org>
parents:
10402
diff
changeset
|
3 ;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995 |
1806
da47cfb7624e
(visit-tags-table-buffer): Error if called with 'same and no current table.
Roland McGrath <roland@gnu.org>
parents:
1724
diff
changeset
|
4 ;; Free Software Foundation, Inc. |
846
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
824
diff
changeset
|
5 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
804
diff
changeset
|
6 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
804
diff
changeset
|
7 ;; Keywords: tools |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
804
diff
changeset
|
8 |
342 | 9 ;; This file is part of GNU Emacs. |
10 | |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
12 ;; it under the terms of the GNU General Public License as published by | |
727 | 13 ;; the Free Software Foundation; either version 2, or (at your option) |
342 | 14 ;; any later version. |
15 | |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 ;; GNU General Public License for more details. | |
20 | |
21 ;; You should have received a copy of the GNU General Public License | |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to | |
23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
24 | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
804
diff
changeset
|
25 ;;; Code: |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
804
diff
changeset
|
26 |
360 | 27 ;;;###autoload |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
28 (defvar tags-file-name nil |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
29 "*File name of tags table. |
799 | 30 To switch to a new tags table, setting this variable is sufficient. |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
31 If you set this variable, do not also set `tags-table-list'. |
799 | 32 Use the `etags' program to make a tags table file.") |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
33 ;; Make M-x set-variable tags-file-name like M-x visit-tags-table. |
824 | 34 ;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ") |
799 | 35 |
36 ;;;###autoload | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
37 ;; Use `visit-tags-table-buffer' to cycle through tags tables in this list. |
799 | 38 (defvar tags-table-list nil |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
39 "*List of file names of tags tables to search. |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
40 An element that is a directory means the file \"TAGS\" in that directory. |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
41 To switch to a new list of tags tables, setting this variable is sufficient. |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
42 If you set this variable, do not also set `tags-file-name'. |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
43 Use the `etags' program to make a tags table file.") |
799 | 44 |
6140
35fc497c9f4e
(tags-add-tables): Change default value to 'ask-user; update doc.
Roland McGrath <roland@gnu.org>
parents:
5892
diff
changeset
|
45 ;;;###autoload |
35fc497c9f4e
(tags-add-tables): Change default value to 'ask-user; update doc.
Roland McGrath <roland@gnu.org>
parents:
5892
diff
changeset
|
46 (defvar tags-add-tables 'ask-user |
7112
91ba2f787c8f
(tags-add-tables): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
6245
diff
changeset
|
47 "*Control whether to add a new tags table to the current list. |
91ba2f787c8f
(tags-add-tables): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
6245
diff
changeset
|
48 t means do; nil means don't (always start a new list). |
91ba2f787c8f
(tags-add-tables): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
6245
diff
changeset
|
49 Any other value means ask the user whether to add a new tags table |
5174
bb40928e9e47
(tags-add-tables): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5079
diff
changeset
|
50 to the current list (as opposed to starting a new list).") |
bb40928e9e47
(tags-add-tables): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5079
diff
changeset
|
51 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
52 (defvar tags-table-computed-list nil |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
53 "List of tags tables to search, computed from `tags-table-list'. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
54 This includes tables implicitly included by other tables. The list is not |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
55 always complete: the included tables of a table are not known until that |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
56 table is read into core. An element that is `t' is a placeholder |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
57 indicating that the preceding element is a table that has not been read |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
58 into core and might contain included tables to search. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
59 See `tags-table-check-computed-list'.") |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
60 |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
61 (defvar tags-table-computed-list-for nil |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
62 "Value of `tags-table-list' that `tags-table-computed-list' corresponds to. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
63 If `tags-table-list' changes, `tags-table-computed-list' is thrown away and |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
64 recomputed; see `tags-table-check-computed-list'.") |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
65 |
799 | 66 (defvar tags-table-list-pointer nil |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
67 "Pointer into `tags-table-computed-list' for the current state of searching. |
1149 | 68 Use `visit-tags-table-buffer' to cycle through tags tables in this list.") |
69 | |
70 (defvar tags-table-list-started-at nil | |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
71 "Pointer into `tags-table-computed-list', where the current search started.") |
799 | 72 |
73 (defvar tags-table-set-list nil | |
74 "List of sets of tags table which have been used together in the past. | |
75 Each element is a list of strings which are file names.") | |
342 | 76 |
799 | 77 ;;;###autoload |
78 (defvar find-tag-hook nil | |
79 "*Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'. | |
80 The value in the buffer in which \\[find-tag] is done is used, | |
81 not the value in the buffer \\[find-tag] goes to.") | |
82 | |
83 ;;;###autoload | |
84 (defvar find-tag-default-function nil | |
1149 | 85 "*A function of no arguments used by \\[find-tag] to pick a default tag. |
86 If nil, and the symbol that is the value of `major-mode' | |
799 | 87 has a `find-tag-default-function' property (see `put'), that is used. |
88 Otherwise, `find-tag-default' is used.") | |
342 | 89 |
799 | 90 (defvar default-tags-table-function nil |
5174
bb40928e9e47
(tags-add-tables): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5079
diff
changeset
|
91 "If non-nil, a function to choose a default tags file for a buffer. |
bb40928e9e47
(tags-add-tables): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5079
diff
changeset
|
92 This function receives no arguments and should return the default |
bb40928e9e47
(tags-add-tables): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5079
diff
changeset
|
93 tags table file to use for the current buffer.") |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
94 |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
95 (defvar tags-location-stack nil |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
96 "List of markers which are locations visited by \\[find-tag]. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
97 Pop back to the last location with \\[negative-argument] \\[find-tag].") |
799 | 98 |
99 ;; Tags table state. | |
100 ;; These variables are local in tags table buffers. | |
101 | |
102 (defvar tag-lines-already-matched nil | |
103 "List of positions of beginnings of lines within the tags table | |
104 that are already matched.") | |
105 | |
106 (defvar tags-table-files nil | |
107 "List of file names covered by current tags table. | |
108 nil means it has not yet been computed; use `tags-table-files' to do so.") | |
109 | |
110 (defvar tags-completion-table nil | |
111 "Alist of tag names defined in current tags table.") | |
112 | |
113 (defvar tags-included-tables nil | |
114 "List of tags tables included by the current tags table.") | |
115 | |
116 (defvar next-file-list nil | |
117 "List of files for \\[next-file] to process.") | |
118 | |
119 ;; Hooks for file formats. | |
120 | |
121 (defvar tags-table-format-hooks '(etags-recognize-tags-table | |
824 | 122 recognize-empty-tags-table) |
799 | 123 "List of functions to be called in a tags table buffer to identify |
124 the type of tags table. The functions are called in order, with no arguments, | |
125 until one returns non-nil. The function should make buffer-local bindings | |
126 of the format-parsing tags function variables if successful.") | |
127 | |
128 (defvar file-of-tag-function nil | |
129 "Function to do the work of `file-of-tag' (which see).") | |
130 (defvar tags-table-files-function nil | |
131 "Function to do the work of `tags-table-files' (which see).") | |
132 (defvar tags-completion-table-function nil | |
133 "Function to build the tags-completion-table.") | |
134 (defvar snarf-tag-function nil | |
135 "Function to get info about a matched tag for `goto-tag-location-function'.") | |
136 (defvar goto-tag-location-function nil | |
137 "Function of to go to the location in the buffer specified by a tag. | |
138 One argument, the tag info returned by `snarf-tag-function'.") | |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
139 (defvar find-tag-file-order nil |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
140 "Function which checks for complete and correct match, for file name as tag.") |
799 | 141 (defvar find-tag-regexp-search-function nil |
142 "Search function passed to `find-tag-in-order' for finding a regexp tag.") | |
143 (defvar find-tag-regexp-tag-order nil | |
144 "Tag order passed to `find-tag-in-order' for finding a regexp tag.") | |
145 (defvar find-tag-regexp-next-line-after-failure-p nil | |
146 "Flag passed to `find-tag-in-order' for finding a regexp tag.") | |
147 (defvar find-tag-search-function nil | |
148 "Search function passed to `find-tag-in-order' for finding a tag.") | |
149 (defvar find-tag-tag-order nil | |
150 "Tag order passed to `find-tag-in-order' for finding a tag.") | |
151 (defvar find-tag-next-line-after-failure-p nil | |
152 "Flag passed to `find-tag-in-order' for finding a tag.") | |
153 (defvar list-tags-function nil | |
154 "Function to do the work of `list-tags' (which see).") | |
155 (defvar tags-apropos-function nil | |
156 "Function to do the work of `tags-apropos' (which see).") | |
157 (defvar tags-included-tables-function nil | |
158 "Function to do the work of `tags-included-tables' (which see).") | |
159 (defvar verify-tags-table-function nil | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3548
diff
changeset
|
160 "Function to return t iff the current buffer contains a valid |
799 | 161 \(already initialized\) tags file.") |
162 | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
163 ;; Initialize the tags table in the current buffer. |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
164 ;; Returns non-nil iff it is a valid tags table. On |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
165 ;; non-nil return, the tags table state variable are |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
166 ;; made buffer-local and initialized to nil. |
799 | 167 (defun initialize-new-tags-table () |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
168 (set (make-local-variable 'tag-lines-already-matched) nil) |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
169 (set (make-local-variable 'tags-table-files) nil) |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
170 (set (make-local-variable 'tags-completion-table) nil) |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
171 (set (make-local-variable 'tags-included-tables) nil) |
799 | 172 ;; Value is t if we have found a valid tags table buffer. |
173 (let ((hooks tags-table-format-hooks)) | |
174 (while (and hooks | |
175 (not (funcall (car hooks)))) | |
176 (setq hooks (cdr hooks))) | |
177 hooks)) | |
178 | |
179 ;;;###autoload | |
180 (defun visit-tags-table (file &optional local) | |
181 "Tell tags commands to use tags table file FILE. | |
342 | 182 FILE should be the name of a file created with the `etags' program. |
799 | 183 A directory name is ok too; it means file TAGS in that directory. |
184 | |
185 Normally \\[visit-tags-table] sets the global value of `tags-file-name'. | |
186 With a prefix arg, set the buffer-local value instead. | |
187 When you find a tag with \\[find-tag], the buffer it finds the tag | |
188 in is given a local value of this variable which is the name of the tags | |
189 file the tag was in." | |
342 | 190 (interactive (list (read-file-name "Visit tags table: (default TAGS) " |
191 default-directory | |
799 | 192 (expand-file-name "TAGS" |
193 default-directory) | |
194 t) | |
195 current-prefix-arg)) | |
7287
0e89007c19c6
(visit-tags-tbale-buffer): If CONT is stringp, use it for tags-file-name.
Roland McGrath <roland@gnu.org>
parents:
7284
diff
changeset
|
196 (or (stringp file) (signal 'wrong-type-argument (list 'stringp file))) |
0e89007c19c6
(visit-tags-tbale-buffer): If CONT is stringp, use it for tags-file-name.
Roland McGrath <roland@gnu.org>
parents:
7284
diff
changeset
|
197 ;; Bind tags-file-name so we can control below whether the local or |
0e89007c19c6
(visit-tags-tbale-buffer): If CONT is stringp, use it for tags-file-name.
Roland McGrath <roland@gnu.org>
parents:
7284
diff
changeset
|
198 ;; global value gets set. Calling visit-tags-table-buffer will |
0e89007c19c6
(visit-tags-tbale-buffer): If CONT is stringp, use it for tags-file-name.
Roland McGrath <roland@gnu.org>
parents:
7284
diff
changeset
|
199 ;; initialize a buffer for the file and set tags-file-name to the |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
200 ;; Calling visit-tags-table-buffer with tags-file-name set to FILE will |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
201 ;; initialize a buffer for FILE and set tags-file-name to the |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
202 ;; fully-expanded name. |
1138 | 203 (let ((tags-file-name file)) |
204 (save-excursion | |
7287
0e89007c19c6
(visit-tags-tbale-buffer): If CONT is stringp, use it for tags-file-name.
Roland McGrath <roland@gnu.org>
parents:
7284
diff
changeset
|
205 (or (visit-tags-table-buffer file) |
1138 | 206 (signal 'file-error (list "Visiting tags table" |
207 "file does not exist" | |
208 file))) | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
209 ;; Set FILE to the expanded name. |
1138 | 210 (setq file tags-file-name))) |
799 | 211 (if local |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
212 ;; Set the local value of tags-file-name. |
1149 | 213 (set (make-local-variable 'tags-file-name) file) |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
214 ;; Set the global value of tags-file-name. |
1138 | 215 (setq-default tags-file-name file))) |
216 | |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
217 (defun tags-table-check-computed-list () |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
218 "Compute `tags-table-computed-list' from `tags-table-list' if necessary." |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
219 (let ((expanded-list (mapcar 'tags-expand-table-name tags-table-list))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
220 (or (equal tags-table-computed-list-for expanded-list) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
221 ;; The list (or default-directory) has changed since last computed. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
222 (let* ((compute-for (mapcar 'copy-sequence expanded-list)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
223 (tables (copy-sequence compute-for)) ;Mutated in the loop. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
224 (computed nil) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
225 table-buffer) |
1149 | 226 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
227 (while tables |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
228 (setq computed (cons (car tables) computed) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
229 table-buffer (get-file-buffer (car tables))) |
9020
857ced7767c0
(tags-table-check-computed-list): Call tags-verify-table on existing
Roland McGrath <roland@gnu.org>
parents:
8973
diff
changeset
|
230 (if (and table-buffer |
857ced7767c0
(tags-table-check-computed-list): Call tags-verify-table on existing
Roland McGrath <roland@gnu.org>
parents:
8973
diff
changeset
|
231 ;; There is a buffer visiting the file. Now make sure |
857ced7767c0
(tags-table-check-computed-list): Call tags-verify-table on existing
Roland McGrath <roland@gnu.org>
parents:
8973
diff
changeset
|
232 ;; it is initialized as a tag table buffer. |
857ced7767c0
(tags-table-check-computed-list): Call tags-verify-table on existing
Roland McGrath <roland@gnu.org>
parents:
8973
diff
changeset
|
233 (save-excursion |
857ced7767c0
(tags-table-check-computed-list): Call tags-verify-table on existing
Roland McGrath <roland@gnu.org>
parents:
8973
diff
changeset
|
234 (tags-verify-table (buffer-file-name table-buffer)))) |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
235 (save-excursion |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
236 (set-buffer table-buffer) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
237 (if (tags-included-tables) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
238 ;; Insert the included tables into the list we |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
239 ;; are processing. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
240 (setcdr tables (append (tags-included-tables) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
241 (cdr tables))))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
242 ;; This table is not in core yet. Insert a placeholder |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
243 ;; saying we must read it into core to check for included |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
244 ;; tables before searching the next table in the list. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
245 (setq computed (cons t computed))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
246 (setq tables (cdr tables))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
247 |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
248 ;; Record the tags-table-list value (and the context of the |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
249 ;; current directory) we computed from. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
250 (setq tags-table-computed-list-for compute-for |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
251 tags-table-computed-list (nreverse computed)))))) |
1149 | 252 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
253 ;; Extend `tags-table-computed-list' to remove the first `t' placeholder. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
254 ;; An element of the list that is `t' is a placeholder indicating that the |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
255 ;; preceding element is a table that has not been read into core and might |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
256 ;; contain included tables to search. On return, the first placeholder |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
257 ;; element will be gone and the element before it read into core and its |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
258 ;; included tables inserted into the list. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
259 (defun tags-table-extend-computed-list () |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
260 (let ((list tags-table-computed-list)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
261 (while (not (eq (nth 1 list) t)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
262 (setq list (cdr list))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
263 (save-excursion |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
264 (if (tags-verify-table (car list)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
265 ;; We are now in the buffer visiting (car LIST). Extract its |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
266 ;; list of included tables and insert it into the computed list. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
267 (let ((tables (tags-included-tables)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
268 (computed nil) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
269 table-buffer) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
270 (while tables |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
271 (setq computed (cons (car tables) computed) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
272 table-buffer (get-file-buffer (car tables))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
273 (if table-buffer |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
274 (save-excursion |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
275 (set-buffer table-buffer) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
276 (if (tags-included-tables) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
277 ;; Insert the included tables into the list we |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
278 ;; are processing. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
279 (setcdr tables (append (tags-included-tables) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
280 tables)))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
281 ;; This table is not in core yet. Insert a placeholder |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
282 ;; saying we must read it into core to check for included |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
283 ;; tables before searching the next table in the list. |
8623
428abda49671
(tags-table-extend-computed-list): In loop processing list of included
Roland McGrath <roland@gnu.org>
parents:
8509
diff
changeset
|
284 (setq computed (cons t computed))) |
428abda49671
(tags-table-extend-computed-list): In loop processing list of included
Roland McGrath <roland@gnu.org>
parents:
8509
diff
changeset
|
285 (setq tables (cdr tables))) |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
286 (setq computed (nreverse computed)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
287 ;; COMPUTED now contains the list of included tables (and |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
288 ;; tables included by them, etc.). Now splice this into the |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
289 ;; current list. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
290 (setcdr list (nconc computed (cdr (cdr list))))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
291 ;; It was not a valid table, so just remove the following placeholder. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
292 (setcdr list (cdr (cdr list))))))) |
1149 | 293 |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
294 ;; Expand tags table name FILE into a complete file name. |
1149 | 295 (defun tags-expand-table-name (file) |
296 (setq file (expand-file-name file)) | |
297 (if (file-directory-p file) | |
298 (expand-file-name "TAGS" file) | |
299 file)) | |
1138 | 300 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
301 ;; Like member, but comparison is done after tags-expand-table-name on both |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
302 ;; sides and elements of LIST that are t are skipped. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
303 (defun tags-table-list-member (file list) |
1149 | 304 (setq file (tags-expand-table-name file)) |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
305 (while (and list |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
306 (or (eq (car list) t) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
307 (not (string= file (tags-expand-table-name (car list)))))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
308 (setq list (cdr list))) |
1149 | 309 list) |
310 | |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
311 (defun tags-verify-table (file) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
312 "Read FILE into a buffer and verify that it is a valid tags table. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
313 Sets the current buffer to one visiting FILE (if it exists). |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
314 Returns non-nil iff it is a valid table." |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
315 (if (get-file-buffer file) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
316 ;; The file is already in a buffer. Check for the visited file |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
317 ;; having changed since we last used it. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
318 (let (win) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
319 (set-buffer (get-file-buffer file)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
320 (setq win (or verify-tags-table-function (initialize-new-tags-table))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
321 (if (or (verify-visited-file-modtime (current-buffer)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
322 (not (yes-or-no-p |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
323 (format "Tags file %s has changed, read new contents? " |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
324 file)))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
325 (and win (funcall verify-tags-table-function)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
326 (revert-buffer t t) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
327 (initialize-new-tags-table))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
328 (and (file-exists-p file) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
329 (progn |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
330 (set-buffer (find-file-noselect file)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
331 (or (string= file buffer-file-name) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
332 ;; find-file-noselect has changed the file name. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
333 ;; Propagate the change to tags-file-name and tags-table-list. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
334 (let ((tail (member file tags-table-list))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
335 (if tail |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
336 (setcar tail buffer-file-name)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
337 (if (eq file tags-file-name) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
338 (setq tags-file-name buffer-file-name)))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
339 (initialize-new-tags-table))))) |
4391
2f181ad12c41
(visit-tags-table-buffer): New local named
Richard M. Stallman <rms@gnu.org>
parents:
4389
diff
changeset
|
340 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
341 ;; Subroutine of visit-tags-table-buffer. Search the current tags tables |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
342 ;; for one that has tags for THIS-FILE (or that includes a table that |
8040
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
343 ;; does). Return the name of the first table table listing THIS-FILE; if |
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
344 ;; the table is one included by another table, it is the master table that |
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
345 ;; we return. If CORE-ONLY is non-nil, check only tags tables that are |
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
346 ;; already in buffers--don't visit any new files. |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
347 (defun tags-table-including (this-file core-only) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
348 (let ((tables tags-table-computed-list) |
7211
b2485e94101a
(tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
Roland McGrath <roland@gnu.org>
parents:
7112
diff
changeset
|
349 (found nil)) |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
350 ;; Loop over the list, looking for a table containing tags for THIS-FILE. |
1149 | 351 (while (and (not found) |
352 tables) | |
1138 | 353 |
8509
be778f8834a5
(tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Roland McGrath <roland@gnu.org>
parents:
8456
diff
changeset
|
354 (if core-only |
be778f8834a5
(tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Roland McGrath <roland@gnu.org>
parents:
8456
diff
changeset
|
355 ;; Skip tables not in core. |
be778f8834a5
(tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Roland McGrath <roland@gnu.org>
parents:
8456
diff
changeset
|
356 (while (eq (nth 1 tables) t) |
be778f8834a5
(tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Roland McGrath <roland@gnu.org>
parents:
8456
diff
changeset
|
357 (setq tables (cdr (cdr tables)))) |
be778f8834a5
(tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Roland McGrath <roland@gnu.org>
parents:
8456
diff
changeset
|
358 (if (eq (nth 1 tables) t) |
be778f8834a5
(tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Roland McGrath <roland@gnu.org>
parents:
8456
diff
changeset
|
359 ;; This table has not been read into core yet. Read it in now. |
be778f8834a5
(tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Roland McGrath <roland@gnu.org>
parents:
8456
diff
changeset
|
360 (tags-table-extend-computed-list))) |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
361 |
8014
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
362 (if tables |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
363 ;; Select the tags table buffer and get the file list up to date. |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
364 (let ((tags-file-name (car tables))) |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
365 (visit-tags-table-buffer 'same) |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
366 (if (member this-file (tags-table-files)) |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
367 ;; Found it. |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
368 (setq found tables)))) |
1149 | 369 (setq tables (cdr tables))) |
8014
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
370 (if found |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
371 ;; Now determine if the table we found was one included by another |
9928
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
372 ;; table, not explicitly listed. We do this by checking each |
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
373 ;; element of the computed list to see if it appears in the user's |
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
374 ;; explicit list; the last element we will check is FOUND itself. |
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
375 ;; Then we return the last one which did in fact appear in |
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
376 ;; tags-table-list. |
8014
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
377 (let ((could-be nil) |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
378 (elt tags-table-computed-list)) |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
379 (while (not (eq elt (cdr found))) |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
380 (if (tags-table-list-member (car elt) tags-table-list) |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
381 ;; This table appears in the user's list, so it could be |
0d4288705550
(tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents:
7934
diff
changeset
|
382 ;; the one which includes the table we found. |
9928
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
383 (setq could-be (car elt))) |
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
384 (setq elt (cdr elt)) |
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
385 (if (eq t (car elt)) |
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
386 (setq elt (cdr elt)))) |
8015
3d6ee294a710
Fix bits of last change lost in Emacs crash.
Roland McGrath <roland@gnu.org>
parents:
8014
diff
changeset
|
387 ;; The last element we found in the computed list before FOUND |
3d6ee294a710
Fix bits of last change lost in Emacs crash.
Roland McGrath <roland@gnu.org>
parents:
8014
diff
changeset
|
388 ;; that appears in the user's list will be the table that |
9928
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
389 ;; included the one we found. |
d49a23c098df
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents:
9631
diff
changeset
|
390 could-be)))) |
799 | 391 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
392 ;; Subroutine of visit-tags-table-buffer. Move tags-table-list-pointer |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
393 ;; along and set tags-file-name. Returns nil when out of tables. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
394 (defun tags-next-table () |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
395 ;; If there is a placeholder element next, compute the list to replace it. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
396 (while (eq (nth 1 tags-table-list-pointer) t) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
397 (tags-table-extend-computed-list)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
398 |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
399 ;; Go to the next table in the list. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
400 (setq tags-table-list-pointer (cdr tags-table-list-pointer)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
401 (or tags-table-list-pointer |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
402 ;; Wrap around. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
403 (setq tags-table-list-pointer tags-table-computed-list)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
404 |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
405 (if (eq tags-table-list-pointer tags-table-list-started-at) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
406 ;; We have come full circle. No more tables. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
407 (setq tags-table-list-pointer nil) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
408 ;; Set tags-file-name to the name from the list. It is already expanded. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
409 (setq tags-file-name (car tags-table-list-pointer)))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
410 |
799 | 411 (defun visit-tags-table-buffer (&optional cont) |
412 "Select the buffer containing the current tags table. | |
7287
0e89007c19c6
(visit-tags-tbale-buffer): If CONT is stringp, use it for tags-file-name.
Roland McGrath <roland@gnu.org>
parents:
7284
diff
changeset
|
413 If optional arg is a string, visit that file as a tags table. |
799 | 414 If optional arg is t, visit the next table in `tags-table-list'. |
415 If optional arg is the atom `same', don't look for a new table; | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
416 just select the buffer visiting `tags-file-name'. |
1149 | 417 If arg is nil or absent, choose a first buffer from information in |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
418 `tags-file-name', `tags-table-list', `tags-table-list-pointer'. |
799 | 419 Returns t if it visits a tags table, or nil if there are no more in the list." |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
420 |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
421 ;; Set tags-file-name to the tags table file we want to visit. |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
422 (cond ((eq cont 'same) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
423 ;; Use the ambient value of tags-file-name. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
424 (or tags-file-name |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
425 (error (substitute-command-keys |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
426 (concat "No tags table in use! " |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
427 "Use \\[visit-tags-table] to select one."))))) |
1138 | 428 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
429 ((eq t cont) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
430 ;; Find the next table. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
431 (if (tags-next-table) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
432 ;; Skip over nonexistent files. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
433 (while (and (not (or (get-file-buffer tags-file-name) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
434 (file-exists-p tags-file-name))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
435 (tags-next-table))))) |
7211
b2485e94101a
(tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
Roland McGrath <roland@gnu.org>
parents:
7112
diff
changeset
|
436 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
437 (t |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
438 ;; Pick a table out of our hat. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
439 (tags-table-check-computed-list) ;Get it up to date, we might use it. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
440 (setq tags-file-name |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
441 (or |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
442 ;; If passed a string, use that. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
443 (if (stringp cont) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
444 (prog1 cont |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
445 (setq cont nil))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
446 ;; First, try a local variable. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
447 (cdr (assq 'tags-file-name (buffer-local-variables))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
448 ;; Second, try a user-specified function to guess. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
449 (and default-tags-table-function |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
450 (funcall default-tags-table-function)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
451 ;; Third, look for a tags table that contains tags for the |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
452 ;; current buffer's file. If one is found, the lists will |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
453 ;; be frobnicated, and CONT will be set non-nil so we don't |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
454 ;; do it below. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
455 (and buffer-file-name |
8040
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
456 (or |
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
457 ;; First check only tables already in buffers. |
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
458 (tags-table-including buffer-file-name t) |
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
459 ;; Since that didn't find any, now do the |
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
460 ;; expensive version: reading new files. |
b35d46349f46
(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents:
8015
diff
changeset
|
461 (tags-table-including buffer-file-name nil))) |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
462 ;; Fourth, use the user variable tags-file-name, if it is |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
463 ;; not already in the current list. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
464 (and tags-file-name |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
465 (not (tags-table-list-member tags-file-name |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
466 tags-table-computed-list)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
467 tags-file-name) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
468 ;; Fifth, use the user variable giving the table list. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
469 ;; Find the first element of the list that actually exists. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
470 (let ((list tags-table-list) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
471 file) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
472 (while (and list |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
473 (setq file (tags-expand-table-name (car list))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
474 (not (get-file-buffer file)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
475 (not (file-exists-p file))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
476 (setq list (cdr list))) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
477 (car list)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
478 ;; Finally, prompt the user for a file name. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
479 (expand-file-name |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
480 (read-file-name "Visit tags table: (default TAGS) " |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
481 default-directory |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
482 "TAGS" |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
483 t)))))) |
1138 | 484 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
485 ;; Expand the table name into a full file name. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
486 (setq tags-file-name (tags-expand-table-name tags-file-name)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
487 |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
488 (if (and (eq cont t) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
489 (null tags-table-list-pointer)) |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
490 ;; All out of tables. |
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
491 nil |
1149 | 492 |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
493 ;; Verify that tags-file-name names a valid tags table. |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
494 ;; Bind another variable with the value of tags-file-name |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
495 ;; before we switch buffers, in case tags-file-name is buffer-local. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
496 (let ((curbuf (current-buffer)) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
497 (local-tags-file-name tags-file-name)) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
498 (if (tags-verify-table local-tags-file-name) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
499 |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
500 ;; We have a valid tags table. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
501 (progn |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
502 ;; Bury the tags table buffer so it |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
503 ;; doesn't get in the user's way. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
504 (bury-buffer (current-buffer)) |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
505 |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
506 ;; If this was a new table selection (CONT is nil), make |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
507 ;; sure tags-table-list includes the chosen table, and |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
508 ;; update the list pointer variables. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
509 (or cont |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
510 ;; Look in the list for the table we chose. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
511 (let ((found (tags-table-list-member |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
512 local-tags-file-name |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
513 tags-table-computed-list))) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
514 (if found |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
515 ;; There it is. Just switch to it. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
516 (setq tags-table-list-pointer found |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
517 tags-table-list-started-at found) |
4391
2f181ad12c41
(visit-tags-table-buffer): New local named
Richard M. Stallman <rms@gnu.org>
parents:
4389
diff
changeset
|
518 |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
519 ;; The table is not in the current set. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
520 ;; Try to find it in another previously used set. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
521 (let ((sets tags-table-set-list)) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
522 (while (and sets |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
523 (not (tags-table-list-member |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
524 local-tags-file-name |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
525 (car sets)))) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
526 (setq sets (cdr sets))) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
527 (if sets |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
528 ;; Found in some other set. Switch to that set. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
529 (progn |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
530 (or (memq tags-table-list tags-table-set-list) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
531 ;; Save the current list. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
532 (setq tags-table-set-list |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
533 (cons tags-table-list |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
534 tags-table-set-list))) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
535 (setq tags-table-list (car sets))) |
1149 | 536 |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
537 ;; Not found in any existing set. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
538 (if (and tags-table-list |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
539 (or (eq t tags-add-tables) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
540 (and tags-add-tables |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
541 (y-or-n-p |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
542 (concat "Keep current list of " |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
543 "tags tables also? "))))) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
544 ;; Add it to the current list. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
545 (setq tags-table-list (cons local-tags-file-name |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
546 tags-table-list)) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
547 |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
548 ;; Make a fresh list, and store the old one. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
549 (message "Starting a new list of tags tables") |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
550 (or (null tags-table-list) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
551 (memq tags-table-list tags-table-set-list) |
7211
b2485e94101a
(tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
Roland McGrath <roland@gnu.org>
parents:
7112
diff
changeset
|
552 (setq tags-table-set-list |
b2485e94101a
(tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
Roland McGrath <roland@gnu.org>
parents:
7112
diff
changeset
|
553 (cons tags-table-list |
b2485e94101a
(tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
Roland McGrath <roland@gnu.org>
parents:
7112
diff
changeset
|
554 tags-table-set-list))) |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
555 (setq tags-table-list (list local-tags-file-name)))) |
7211
b2485e94101a
(tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
Roland McGrath <roland@gnu.org>
parents:
7112
diff
changeset
|
556 |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
557 ;; Recompute tags-table-computed-list. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
558 (tags-table-check-computed-list) |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
559 ;; Set the tags table list state variables to start |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
560 ;; over from tags-table-computed-list. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
561 (setq tags-table-list-started-at tags-table-computed-list |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
562 tags-table-list-pointer |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
563 tags-table-computed-list))))) |
1156 | 564 |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
565 ;; Return of t says the tags table is valid. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
566 t) |
1149 | 567 |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
568 ;; The buffer was not valid. Don't use it again. |
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
569 (set-buffer curbuf) |
7934
b5e9b6a00f5d
(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents:
7904
diff
changeset
|
570 (kill-local-variable 'tags-file-name) |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
571 (if (eq local-tags-file-name tags-file-name) |
8116
67c8a970fd4d
(visit-tags-table-buffer): Move error call into scope of `file'.
Richard M. Stallman <rms@gnu.org>
parents:
8082
diff
changeset
|
572 (setq tags-file-name nil)) |
8297
80d4bf018aec
(visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents:
8187
diff
changeset
|
573 (error "File %s is not a valid tags table" local-tags-file-name))))) |
9525
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
574 |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
575 (defun tags-reset-tags-tables () |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
576 "Reset tags state to cancel effect of any previous \\[visit-tags-table] |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
577 or \\[find-tag]." |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
578 (interactive) |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
579 (setq tags-file-name nil |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
580 tags-location-stack nil |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
581 tags-table-list nil |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
582 tags-table-computed-list nil |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
583 tags-table-computed-list-for nil |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
584 tags-table-list-pointer nil |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
585 tags-table-list-started-at nil |
6cd679419a9c
(tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents:
9152
diff
changeset
|
586 tags-table-set-list nil)) |
1397
d469afe703c4
(visit-tags-table-buffer): When trying to pick table, call
Roland McGrath <roland@gnu.org>
parents:
1156
diff
changeset
|
587 |
342 | 588 (defun file-of-tag () |
589 "Return the file name of the file whose tags point is within. | |
799 | 590 Assumes the tags table is the current buffer. |
591 File name returned is relative to tags table file's directory." | |
592 (funcall file-of-tag-function)) | |
342 | 593 |
360 | 594 ;;;###autoload |
799 | 595 (defun tags-table-files () |
596 "Return a list of files in the current tags table. | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
597 Assumes the tags table is the current buffer. |
342 | 598 File names returned are absolute." |
1397
d469afe703c4
(visit-tags-table-buffer): When trying to pick table, call
Roland McGrath <roland@gnu.org>
parents:
1156
diff
changeset
|
599 (or tags-table-files |
d469afe703c4
(visit-tags-table-buffer): When trying to pick table, call
Roland McGrath <roland@gnu.org>
parents:
1156
diff
changeset
|
600 (setq tags-table-files |
d469afe703c4
(visit-tags-table-buffer): When trying to pick table, call
Roland McGrath <roland@gnu.org>
parents:
1156
diff
changeset
|
601 (funcall tags-table-files-function)))) |
799 | 602 |
603 (defun tags-included-tables () | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
604 "Return a list of tags tables included by the current table. |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
605 Assumes the tags table is the current buffer." |
799 | 606 (or tags-included-tables |
607 (setq tags-included-tables (funcall tags-included-tables-function)))) | |
608 | |
609 ;; Build tags-completion-table on demand. The single current tags table | |
610 ;; and its included tags tables (and their included tables, etc.) have | |
611 ;; their tags included in the completion table. | |
612 (defun tags-completion-table () | |
613 (or tags-completion-table | |
614 (condition-case () | |
615 (prog2 | |
616 (message "Making tags completion table for %s..." buffer-file-name) | |
617 (let ((included (tags-included-tables)) | |
618 (table (funcall tags-completion-table-function))) | |
619 (save-excursion | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
620 ;; Iterate over the list of included tables, and combine each |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
621 ;; included table's completion obarray to the parent obarray. |
799 | 622 (while included |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
623 ;; Visit the buffer. |
799 | 624 (let ((tags-file-name (car included))) |
1149 | 625 (visit-tags-table-buffer 'same)) |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
626 ;; Recurse in that buffer to compute its completion table. |
799 | 627 (if (tags-completion-table) |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
628 ;; Combine the tables. |
799 | 629 (mapatoms (function |
630 (lambda (sym) | |
631 (intern (symbol-name sym) table))) | |
632 tags-completion-table)) | |
633 (setq included (cdr included)))) | |
634 (setq tags-completion-table table)) | |
635 (message "Making tags completion table for %s...done" | |
636 buffer-file-name)) | |
637 (quit (message "Tags completion table construction aborted.") | |
638 (setq tags-completion-table nil))))) | |
639 | |
640 ;; Completion function for tags. Does normal try-completion, | |
641 ;; but builds tags-completion-table on demand. | |
642 (defun tags-complete-tag (string predicate what) | |
643 (save-excursion | |
5079
1d253bc912d8
(tags-complete-tag): Bind enable-recursive-minibuffers to t.
Richard M. Stallman <rms@gnu.org>
parents:
4940
diff
changeset
|
644 ;; If we need to ask for the tag table, allow that. |
1d253bc912d8
(tags-complete-tag): Bind enable-recursive-minibuffers to t.
Richard M. Stallman <rms@gnu.org>
parents:
4940
diff
changeset
|
645 (let ((enable-recursive-minibuffers t)) |
1d253bc912d8
(tags-complete-tag): Bind enable-recursive-minibuffers to t.
Richard M. Stallman <rms@gnu.org>
parents:
4940
diff
changeset
|
646 (visit-tags-table-buffer)) |
799 | 647 (if (eq what t) |
648 (all-completions string (tags-completion-table) predicate) | |
649 (try-completion string (tags-completion-table) predicate)))) | |
1397
d469afe703c4
(visit-tags-table-buffer): When trying to pick table, call
Roland McGrath <roland@gnu.org>
parents:
1156
diff
changeset
|
650 |
342 | 651 ;; Return a default tag to search for, based on the text at point. |
652 (defun find-tag-default () | |
653 (save-excursion | |
654 (while (looking-at "\\sw\\|\\s_") | |
655 (forward-char 1)) | |
799 | 656 (if (or (re-search-backward "\\sw\\|\\s_" |
657 (save-excursion (beginning-of-line) (point)) | |
658 t) | |
659 (re-search-forward "\\(\\sw\\|\\s_\\)+" | |
660 (save-excursion (end-of-line) (point)) | |
661 t)) | |
662 (progn (goto-char (match-end 0)) | |
342 | 663 (buffer-substring (point) |
664 (progn (forward-sexp -1) | |
665 (while (looking-at "\\s'") | |
666 (forward-char 1)) | |
667 (point)))) | |
668 nil))) | |
669 | |
799 | 670 ;; Read a tag name from the minibuffer with defaulting and completion. |
342 | 671 (defun find-tag-tag (string) |
799 | 672 (let* ((default (funcall (or find-tag-default-function |
673 (get major-mode 'find-tag-default-function) | |
674 'find-tag-default))) | |
675 (spec (completing-read (if default | |
676 (format "%s(default %s) " string default) | |
677 string) | |
678 'tags-complete-tag))) | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
679 (if (equal spec "") |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
680 (or default (error "There is no default tag")) |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
681 spec))) |
342 | 682 |
852 | 683 (defvar last-tag nil |
684 "Last tag found by \\[find-tag].") | |
685 | |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
686 ;; Get interactive args for find-tag{-noselect,-other-window,-regexp}. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
687 (defun find-tag-interactive (prompt &optional no-default) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
688 (if current-prefix-arg |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
689 (list nil (if (< (prefix-numeric-value current-prefix-arg) 0) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
690 '- |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
691 t)) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
692 (list (if no-default |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
693 (read-string prompt) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
694 (find-tag-tag prompt))))) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
695 |
7904
c2259f58ef7e
(find-tag-history): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
7843
diff
changeset
|
696 (defvar find-tag-history nil) |
c2259f58ef7e
(find-tag-history): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
7843
diff
changeset
|
697 |
799 | 698 ;;;###autoload |
699 (defun find-tag-noselect (tagname &optional next-p regexp-p) | |
700 "Find tag (in current tags table) whose name contains TAGNAME. | |
1555
695c6eb2ff31
* etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
1397
diff
changeset
|
701 Returns the buffer containing the tag's definition and moves its point there, |
799 | 702 but does not select the buffer. |
703 The default for TAGNAME is the expression in the buffer near point. | |
474 | 704 |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
705 If second arg NEXT-P is t (interactively, with prefix arg), search for |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
706 another tag that matches the last tagname or regexp used. When there are |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
707 multiple matches for a tag, more exact matches are found first. If NEXT-P |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
708 is the atom `-' (interactively, with prefix arg that is a negative number |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
709 or just \\[negative-argument]), pop back to the previous tag gone to. |
450
0bac8c701777
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
449
diff
changeset
|
710 |
799 | 711 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. |
342 | 712 |
799 | 713 See documentation of variable `tags-file-name'." |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
714 (interactive (find-tag-interactive "Find tag: ")) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
715 |
7904
c2259f58ef7e
(find-tag-history): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
7843
diff
changeset
|
716 (setq find-tag-history (cons tagname find-tag-history)) |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
717 ;; Save the current buffer's value of `find-tag-hook' before selecting the |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
718 ;; tags table buffer. |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
719 (let ((local-find-tag-hook find-tag-hook) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
720 (search-tag)) |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
721 (if (eq '- next-p) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
722 ;; Pop back to a previous location. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
723 (if (null tags-location-stack) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
724 (error "No previous tag locations") |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
725 (let ((marker (car tags-location-stack))) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
726 ;; Pop the stack. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
727 (setq tags-location-stack (cdr tags-location-stack)) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
728 (prog1 |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
729 ;; Move to the saved location. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
730 (set-buffer (marker-buffer marker)) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
731 (goto-char (marker-position marker)) |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3548
diff
changeset
|
732 ;; Kill that marker so it doesn't slow down editing. |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
733 (set-marker marker nil nil) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
734 ;; Run the user's hook. Do we really want to do this for pop? |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
735 (run-hooks 'local-find-tag-hook)))) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
736 (if next-p |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
737 ;; Find the same table we last used. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
738 (visit-tags-table-buffer 'same) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
739 ;; Pick a table to use. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
740 (visit-tags-table-buffer) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
741 ;; Record TAGNAME for a future call with NEXT-P non-nil. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
742 (setq last-tag tagname)) |
8973
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
743 ;; Record the location so we can pop back to it later. |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
744 (let ((marker (make-marker))) |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
745 (save-excursion |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
746 (setq search-tag (if next-p last-tag tagname)) |
8973
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
747 (set-buffer |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
748 ;; find-tag-in-order does the real work. |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
749 (find-tag-in-order |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
750 (if next-p last-tag tagname) |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
751 (if regexp-p |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
752 find-tag-regexp-search-function |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
753 find-tag-search-function) |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
754 (if regexp-p |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
755 find-tag-regexp-tag-order |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
756 (if (string-match "\\b.*\\.\\w*" search-tag) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
757 find-tag-file-order |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
758 find-tag-tag-order)) |
8973
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
759 (if regexp-p |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
760 find-tag-regexp-next-line-after-failure-p |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
761 find-tag-next-line-after-failure-p) |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
762 (if regexp-p "matching" "containing") |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
763 (not next-p))) |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
764 (set-marker marker (point)) |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
765 (run-hooks 'local-find-tag-hook) |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
766 (setq tags-location-stack |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
767 (cons marker tags-location-stack)) |
99d8538efe2f
(find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
8623
diff
changeset
|
768 (current-buffer)))))) |
360 | 769 |
770 ;;;###autoload | |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
771 (defun find-tag (tagname &optional next-p regexp-p) |
799 | 772 "Find tag (in current tags table) whose name contains TAGNAME. |
773 Select the buffer containing the tag's definition, and move point there. | |
774 The default for TAGNAME is the expression in the buffer around or before point. | |
342 | 775 |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
776 If second arg NEXT-P is t (interactively, with prefix arg), search for |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
777 another tag that matches the last tagname or regexp used. When there are |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
778 multiple matches for a tag, more exact matches are found first. If NEXT-P |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
779 is the atom `-' (interactively, with prefix arg that is a negative number |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
780 or just \\[negative-argument]), pop back to the previous tag gone to. |
799 | 781 |
782 See documentation of variable `tags-file-name'." | |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
783 (interactive (find-tag-interactive "Find tag: ")) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
784 (switch-to-buffer (find-tag-noselect tagname next-p regexp-p))) |
799 | 785 ;;;###autoload (define-key esc-map "." 'find-tag) |
342 | 786 |
727 | 787 ;;;###autoload |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
788 (defun find-tag-other-window (tagname &optional next-p regexp-p) |
799 | 789 "Find tag (in current tags table) whose name contains TAGNAME. |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
790 Select the buffer containing the tag's definition in another window, and |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
791 move point there. The default for TAGNAME is the expression in the buffer |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
792 around or before point. |
799 | 793 |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
794 If second arg NEXT-P is t (interactively, with prefix arg), search for |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
795 another tag that matches the last tagname or regexp used. When there are |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
796 multiple matches for a tag, more exact matches are found first. If NEXT-P |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
797 is negative (interactively, with prefix arg that is a negative number or |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
798 just \\[negative-argument]), pop back to the previous tag gone to. |
799 | 799 |
800 See documentation of variable `tags-file-name'." | |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
801 (interactive (find-tag-interactive "Find tag other window: ")) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
802 |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
803 ;; This hair is to deal with the case where the tag is found in the |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
804 ;; selected window's buffer; without the hair, point is moved in both |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
805 ;; windows. To prevent this, we save the selected window's point before |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
806 ;; doing find-tag-noselect, and restore it after. |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
807 (let* ((window-point (window-point (selected-window))) |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
808 (tagbuf (find-tag-noselect tagname next-p regexp-p)) |
1976
eda7eec8f8ad
* etags.el (find-tag-other-window): If another window is already
Jim Blandy <jimb@redhat.com>
parents:
1816
diff
changeset
|
809 (tagpoint (progn (set-buffer tagbuf) (point)))) |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
810 (set-window-point (prog1 |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
811 (selected-window) |
1976
eda7eec8f8ad
* etags.el (find-tag-other-window): If another window is already
Jim Blandy <jimb@redhat.com>
parents:
1816
diff
changeset
|
812 (switch-to-buffer-other-window tagbuf) |
eda7eec8f8ad
* etags.el (find-tag-other-window): If another window is already
Jim Blandy <jimb@redhat.com>
parents:
1816
diff
changeset
|
813 ;; We have to set this new window's point; it |
eda7eec8f8ad
* etags.el (find-tag-other-window): If another window is already
Jim Blandy <jimb@redhat.com>
parents:
1816
diff
changeset
|
814 ;; might already have been displaying a |
eda7eec8f8ad
* etags.el (find-tag-other-window): If another window is already
Jim Blandy <jimb@redhat.com>
parents:
1816
diff
changeset
|
815 ;; different portion of tagbuf, in which case |
eda7eec8f8ad
* etags.el (find-tag-other-window): If another window is already
Jim Blandy <jimb@redhat.com>
parents:
1816
diff
changeset
|
816 ;; switch-to-buffer-other-window doesn't set |
eda7eec8f8ad
* etags.el (find-tag-other-window): If another window is already
Jim Blandy <jimb@redhat.com>
parents:
1816
diff
changeset
|
817 ;; the window's point from the buffer. |
eda7eec8f8ad
* etags.el (find-tag-other-window): If another window is already
Jim Blandy <jimb@redhat.com>
parents:
1816
diff
changeset
|
818 (set-window-point (selected-window) tagpoint)) |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
819 window-point))) |
799 | 820 ;;;###autoload (define-key ctl-x-4-map "." 'find-tag-other-window) |
821 | |
804 | 822 ;;;###autoload |
799 | 823 (defun find-tag-other-frame (tagname &optional next-p) |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
824 "Find tag (in current tags table) whose name contains TAGNAME. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
825 Select the buffer containing the tag's definition in another frame, and |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
826 move point there. The default for TAGNAME is the expression in the buffer |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
827 around or before point. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
828 |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
829 If second arg NEXT-P is t (interactively, with prefix arg), search for |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
830 another tag that matches the last tagname or regexp used. When there are |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
831 multiple matches for a tag, more exact matches are found first. If NEXT-P |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
832 is negative (interactively, with prefix arg that is a negative number or |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
833 just \\[negative-argument]), pop back to the previous tag gone to. |
727 | 834 |
799 | 835 See documentation of variable `tags-file-name'." |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
836 (interactive (find-tag-interactive "Find tag other frame: ")) |
799 | 837 (let ((pop-up-frames t)) |
838 (find-tag-other-window tagname next-p))) | |
839 ;;;###autoload (define-key ctl-x-5-map "." 'find-tag-other-frame) | |
342 | 840 |
360 | 841 ;;;###autoload |
799 | 842 (defun find-tag-regexp (regexp &optional next-p other-window) |
843 "Find tag (in current tags table) whose name matches REGEXP. | |
844 Select the buffer containing the tag's definition and move point there. | |
845 | |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
846 If second arg NEXT-P is t (interactively, with prefix arg), search for |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
847 another tag that matches the last tagname or regexp used. When there are |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
848 multiple matches for a tag, more exact matches are found first. If NEXT-P |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
849 is negative (interactively, with prefix arg that is a negative number or |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
850 just \\[negative-argument]), pop back to the previous tag gone to. |
799 | 851 |
852 If third arg OTHER-WINDOW is non-nil, select the buffer in another window. | |
853 | |
854 See documentation of variable `tags-file-name'." | |
2590
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
855 (interactive (find-tag-interactive "Find tag regexp: " t)) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
856 ;; We go through find-tag-other-window to do all the display hair there. |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
857 (funcall (if other-window 'find-tag-other-window 'find-tag) |
9dace03bd76c
(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents:
2448
diff
changeset
|
858 regexp next-p t)) |
8187
9120cee6bfab
(find-tag-regexp): Bind to C-M-..
Richard M. Stallman <rms@gnu.org>
parents:
8116
diff
changeset
|
859 ;;;###autoload (define-key esc-map [?\C-.] 'find-tag-regexp) |
799 | 860 |
861 ;; Internal tag finding function. | |
862 | |
863 ;; PATTERN is a string to pass to second arg SEARCH-FORWARD-FUNC, and to | |
864 ;; any member of the function list ORDER (third arg). If ORDER is nil, | |
865 ;; use saved state to continue a previous search. | |
866 | |
867 ;; Fourth arg MATCHING is a string, an English '-ing' word, to be used in | |
868 ;; an error message. | |
869 | |
870 ;; Fifth arg NEXT-LINE-AFTER-FAILURE-P is non-nil if after a failed match, | |
871 ;; point should be moved to the next line. | |
872 | |
873 ;; Algorithm is as follows. For each qualifier-func in ORDER, go to | |
874 ;; beginning of tags file, and perform inner loop: for each naive match for | |
875 ;; PATTERN found using SEARCH-FORWARD-FUNC, qualify the naive match using | |
876 ;; qualifier-func. If it qualifies, go to the specified line in the | |
877 ;; specified source file and return. Qualified matches are remembered to | |
878 ;; avoid repetition. State is saved so that the loop can be continued. | |
879 | |
1555
695c6eb2ff31
* etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
1397
diff
changeset
|
880 (defun find-tag-in-order (pattern |
695c6eb2ff31
* etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
1397
diff
changeset
|
881 search-forward-func |
695c6eb2ff31
* etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
1397
diff
changeset
|
882 order |
695c6eb2ff31
* etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
1397
diff
changeset
|
883 next-line-after-failure-p |
695c6eb2ff31
* etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
1397
diff
changeset
|
884 matching |
695c6eb2ff31
* etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
1397
diff
changeset
|
885 first-search) |
799 | 886 (let (file ;name of file containing tag |
887 tag-info ;where to find the tag in FILE | |
888 tags-table-file ;name of tags file | |
889 (first-table t) | |
890 (tag-order order) | |
891 goto-func | |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
892 match-type |
799 | 893 ) |
894 (save-excursion | |
1149 | 895 (or first-search ;find-tag-noselect has already done it. |
896 (visit-tags-table-buffer 'same)) | |
897 | |
799 | 898 ;; Get a qualified match. |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
899 (setq match-type |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
900 (catch 'qualified-match-found |
1149 | 901 |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
902 ;; Iterate over the list of tags tables. |
799 | 903 (while (or first-table |
904 (visit-tags-table-buffer t)) | |
905 | |
906 (if first-search | |
907 (setq tag-lines-already-matched nil)) | |
908 | |
884 | 909 (and first-search first-table |
910 ;; Start at beginning of tags file. | |
911 (goto-char (point-min))) | |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
912 (or first-table |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
913 (goto-char (point-min))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
914 |
884 | 915 (setq first-table nil) |
799 | 916 |
917 (setq tags-table-file buffer-file-name) | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
918 ;; Iterate over the list of ordering predicates. |
799 | 919 (while order |
920 (while (funcall search-forward-func pattern nil t) | |
921 ;; Naive match found. Qualify the match. | |
922 (and (funcall (car order) pattern) | |
923 ;; Make sure it is not a previous qualified match. | |
924 ;; Use of `memq' depends on numbers being eq. | |
925 (not (memq (save-excursion (beginning-of-line) (point)) | |
926 tag-lines-already-matched)) | |
927 (throw 'qualified-match-found nil)) | |
928 (if next-line-after-failure-p | |
929 (forward-line 1))) | |
930 ;; Try the next flavor of match. | |
931 (setq order (cdr order)) | |
932 (goto-char (point-min))) | |
933 (setq order tag-order)) | |
934 ;; We throw out on match, so only get here if there were no matches. | |
935 (error "No %stags %s %s" (if first-search "" "more ") | |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
936 matching pattern))) |
799 | 937 |
938 ;; Found a tag; extract location info. | |
939 (beginning-of-line) | |
940 (setq tag-lines-already-matched (cons (point) | |
941 tag-lines-already-matched)) | |
942 ;; Expand the filename, using the tags table buffer's default-directory. | |
943 (setq file (expand-file-name (file-of-tag)) | |
944 tag-info (funcall snarf-tag-function)) | |
945 | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
946 ;; Get the local value in the tags table buffer before switching buffers. |
799 | 947 (setq goto-func goto-tag-location-function) |
948 | |
949 ;; Find the right line in the specified file. | |
950 (set-buffer (find-file-noselect file)) | |
951 (widen) | |
952 (push-mark) | |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
953 (if (eq match-type 'tag-filename-match-p) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
954 (goto-char (point-min)) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
955 (funcall goto-func tag-info)) |
799 | 956 |
957 ;; Return the buffer where the tag was found. | |
958 (current-buffer)))) | |
959 | |
960 ;; `etags' TAGS file format support. | |
961 | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
962 ;; If the current buffer is a valid etags TAGS file, give it local values of |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
963 ;; the tags table format variables, and return non-nil. |
799 | 964 (defun etags-recognize-tags-table () |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
965 (and (etags-verify-tags-table) |
1136 | 966 ;; It is annoying to flash messages on the screen briefly, |
967 ;; and this message is not useful. -- rms | |
968 ;; (message "%s is an `etags' TAGS file" buffer-file-name) | |
799 | 969 (mapcar (function (lambda (elt) |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
970 (set (make-local-variable (car elt)) (cdr elt)))) |
799 | 971 '((file-of-tag-function . etags-file-of-tag) |
972 (tags-table-files-function . etags-tags-table-files) | |
973 (tags-completion-table-function . etags-tags-completion-table) | |
974 (snarf-tag-function . etags-snarf-tag) | |
975 (goto-tag-location-function . etags-goto-tag-location) | |
976 (find-tag-regexp-search-function . re-search-forward) | |
977 (find-tag-regexp-tag-order . (tag-re-match-p)) | |
3548
54b82ecde27b
(etags-recognize-tags-table): Fix misspelling of
Richard M. Stallman <rms@gnu.org>
parents:
2768
diff
changeset
|
978 (find-tag-regexp-next-line-after-failure-p . t) |
799 | 979 (find-tag-search-function . search-forward) |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
980 (find-tag-tag-order . (tag-filename-match-p |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
981 tag-exact-match-p |
9021
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
982 tag-symbol-match-p |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
983 tag-word-match-p |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
984 tag-any-match-p)) |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
985 (find-tag-file-order . (tag-filename-match-p)) |
799 | 986 (find-tag-next-line-after-failure-p . nil) |
987 (list-tags-function . etags-list-tags) | |
988 (tags-apropos-function . etags-tags-apropos) | |
989 (tags-included-tables-function . etags-tags-included-tables) | |
990 (verify-tags-table-function . etags-verify-tags-table) | |
991 )))) | |
992 | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
993 ;; Return non-nil iff the current buffer is a valid etags TAGS file. |
799 | 994 (defun etags-verify-tags-table () |
1723
4023bea27d64
(etags-verify-tags-table): Use eq instead of = in case char-after returns
Roland McGrath <roland@gnu.org>
parents:
1697
diff
changeset
|
995 ;; Use eq instead of = in case char-after returns nil. |
4023bea27d64
(etags-verify-tags-table): Use eq instead of = in case char-after returns
Roland McGrath <roland@gnu.org>
parents:
1697
diff
changeset
|
996 (eq (char-after 1) ?\f)) |
799 | 997 |
998 (defun etags-file-of-tag () | |
999 (save-excursion | |
10680
69cbb0d5671d
(etags-file-of-tag): Handle file name used as tag.
Richard M. Stallman <rms@gnu.org>
parents:
10661
diff
changeset
|
1000 (if (looking-at "./") |
69cbb0d5671d
(etags-file-of-tag): Handle file name used as tag.
Richard M. Stallman <rms@gnu.org>
parents:
10661
diff
changeset
|
1001 (re-search-forward "\\([^\n]+\\),[0-9]*\n") |
69cbb0d5671d
(etags-file-of-tag): Handle file name used as tag.
Richard M. Stallman <rms@gnu.org>
parents:
10661
diff
changeset
|
1002 (re-search-backward "\f\n\\([^\n]+\\),[0-9]*\n")) |
10458
b58df8437ea1
(etags-file-of-tag): Use a regexp search to find the file name,
Roland McGrath <roland@gnu.org>
parents:
10429
diff
changeset
|
1003 (buffer-substring (match-beginning 1) (match-end 1)))) |
799 | 1004 |
10680
69cbb0d5671d
(etags-file-of-tag): Handle file name used as tag.
Richard M. Stallman <rms@gnu.org>
parents:
10661
diff
changeset
|
1005 |
799 | 1006 (defun etags-tags-completion-table () |
1007 (let ((table (make-vector 511 0))) | |
1008 (save-excursion | |
1009 (goto-char (point-min)) | |
2448
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1010 ;; This monster regexp matches an etags tag line. |
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1011 ;; \1 is the string to match; |
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1012 ;; \2 is not interesting; |
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1013 ;; \3 is the guessed tag name; XXX guess should be better eg DEFUN |
4407
5568d8e60c21
(etags-tags-completion-table): Fixed regexp for today's format.
Roland McGrath <roland@gnu.org>
parents:
4391
diff
changeset
|
1014 ;; \4 is not interesting; |
5568d8e60c21
(etags-tags-completion-table): Fixed regexp for today's format.
Roland McGrath <roland@gnu.org>
parents:
4391
diff
changeset
|
1015 ;; \5 is the explicitly-specified tag name. |
5568d8e60c21
(etags-tags-completion-table): Fixed regexp for today's format.
Roland McGrath <roland@gnu.org>
parents:
4391
diff
changeset
|
1016 ;; \6 is the line to start searching at; |
5568d8e60c21
(etags-tags-completion-table): Fixed regexp for today's format.
Roland McGrath <roland@gnu.org>
parents:
4391
diff
changeset
|
1017 ;; \7 is the char to start searching at. |
2448
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1018 (while (re-search-forward |
10429
c37ee605ba79
(etags-tags-completion-table): Don't let match string contain a \177.
Roland McGrath <roland@gnu.org>
parents:
10402
diff
changeset
|
1019 "^\\(\\([^\177]+[^-a-zA-Z0-9_$\177]+\\)?\\([-a-zA-Z0-9_$?:]+\\)\ |
c37ee605ba79
(etags-tags-completion-table): Don't let match string contain a \177.
Roland McGrath <roland@gnu.org>
parents:
10402
diff
changeset
|
1020 \[^-a-zA-Z0-9_$?:\177]*\\)\177\\(\\([^\n\001]+\\)\001\\)?\ |
6244
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1021 \\([0-9]+\\)?,\\([0-9]+\\)?\n" |
2448
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1022 nil t) |
4407
5568d8e60c21
(etags-tags-completion-table): Fixed regexp for today's format.
Roland McGrath <roland@gnu.org>
parents:
4391
diff
changeset
|
1023 (intern (if (match-beginning 5) |
2448
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1024 ;; There is an explicit tag name. |
4407
5568d8e60c21
(etags-tags-completion-table): Fixed regexp for today's format.
Roland McGrath <roland@gnu.org>
parents:
4391
diff
changeset
|
1025 (buffer-substring (match-beginning 5) (match-end 5)) |
2448
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1026 ;; No explicit tag name. Best guess. |
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1027 (buffer-substring (match-beginning 3) (match-end 3))) |
0d7fdb12dcdb
(etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents:
2445
diff
changeset
|
1028 table))) |
799 | 1029 table)) |
1030 | |
1031 (defun etags-snarf-tag () | |
6244
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1032 (let (tag-text line startpos) |
799 | 1033 (search-forward "\177") |
1034 (setq tag-text (buffer-substring (1- (point)) | |
1035 (save-excursion (beginning-of-line) | |
1036 (point)))) | |
4407
5568d8e60c21
(etags-tags-completion-table): Fixed regexp for today's format.
Roland McGrath <roland@gnu.org>
parents:
4391
diff
changeset
|
1037 ;; Skip explicit tag name if present. |
5568d8e60c21
(etags-tags-completion-table): Fixed regexp for today's format.
Roland McGrath <roland@gnu.org>
parents:
4391
diff
changeset
|
1038 (search-forward "\001" (save-excursion (forward-line 1) (point)) t) |
6244
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1039 (if (looking-at "[0-9]") |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1040 (setq line (string-to-int (buffer-substring |
799 | 1041 (point) |
1042 (progn (skip-chars-forward "0-9") | |
6244
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1043 (point)))))) |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1044 (search-forward ",") |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1045 (if (looking-at "[0-9]") |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1046 (setq startpos (string-to-int (buffer-substring |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1047 (point) |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1048 (progn (skip-chars-forward "0-9") |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1049 (point)))))) |
799 | 1050 ;; Leave point on the next line of the tags file. |
1051 (forward-line 1) | |
6244
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1052 (cons tag-text (cons line startpos)))) |
799 | 1053 |
6244
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1054 ;; TAG-INFO is a cons (TEXT LINE . POSITION) where TEXT is the initial part |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1055 ;; of a line containing the tag and POSITION is the character position of |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1056 ;; TEXT within the file (starting from 1); LINE is the line number. Either |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1057 ;; LINE or POSITION may be nil; POSITION is used if present. If the tag |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1058 ;; isn't exactly at the given position then look around that position using |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1059 ;; a search window which expands until it hits the start of file. |
799 | 1060 (defun etags-goto-tag-location (tag-info) |
6244
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1061 (let ((startpos (cdr (cdr tag-info))) |
799 | 1062 ;; This constant is 1/2 the initial search window. |
1063 ;; There is no sense in making it too small, | |
1064 ;; since just going around the loop once probably | |
1065 ;; costs about as much as searching 2000 chars. | |
1066 (offset 1000) | |
1067 (found nil) | |
4389
102019d30432
(etags-goto-tag-location): Handle selective display.
Richard M. Stallman <rms@gnu.org>
parents:
3702
diff
changeset
|
1068 (pat (concat (if (eq selective-display t) |
102019d30432
(etags-goto-tag-location): Handle selective display.
Richard M. Stallman <rms@gnu.org>
parents:
3702
diff
changeset
|
1069 "\\(^\\|\^m\\)" "^") |
102019d30432
(etags-goto-tag-location): Handle selective display.
Richard M. Stallman <rms@gnu.org>
parents:
3702
diff
changeset
|
1070 (regexp-quote (car tag-info))))) |
10402
4f4177cd49b1
(etags-goto-tag-location): Add 1 to char positions in TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
10277
diff
changeset
|
1071 ;; The character position in the tags table is 0-origin. |
4f4177cd49b1
(etags-goto-tag-location): Add 1 to char positions in TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
10277
diff
changeset
|
1072 ;; Convert it to a 1-origin Emacs character position. |
4f4177cd49b1
(etags-goto-tag-location): Add 1 to char positions in TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
10277
diff
changeset
|
1073 (if startpos (setq startpos (1+ startpos))) |
6244
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1074 ;; If no char pos was given, try the given line number. |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1075 (or startpos |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1076 (if (car (cdr tag-info)) |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1077 (setq startpos (progn (goto-line (car (cdr tag-info))) |
3ad3a0150b6d
(etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents:
6140
diff
changeset
|
1078 (point))))) |
799 | 1079 (or startpos |
1080 (setq startpos (point-min))) | |
5892
c9b930106073
(etags-goto-tag-location): First go directly to STARTPOS and see if PAT is
Roland McGrath <roland@gnu.org>
parents:
5712
diff
changeset
|
1081 ;; First see if the tag is right at the specified location. |
c9b930106073
(etags-goto-tag-location): First go directly to STARTPOS and see if PAT is
Roland McGrath <roland@gnu.org>
parents:
5712
diff
changeset
|
1082 (goto-char startpos) |
c9b930106073
(etags-goto-tag-location): First go directly to STARTPOS and see if PAT is
Roland McGrath <roland@gnu.org>
parents:
5712
diff
changeset
|
1083 (setq found (looking-at pat)) |
799 | 1084 (while (and (not found) |
1085 (progn | |
1086 (goto-char (- startpos offset)) | |
1087 (not (bobp)))) | |
1088 (setq found | |
1089 (re-search-forward pat (+ startpos offset) t) | |
1090 offset (* 3 offset))) ; expand search window | |
1091 (or found | |
1092 (re-search-forward pat nil t) | |
5279
5de9297274f4
(visit-tags-table-buffer): Change "Add to list" question.
Richard M. Stallman <rms@gnu.org>
parents:
5174
diff
changeset
|
1093 (error "Rerun etags: `%s' not found in %s" |
799 | 1094 pat buffer-file-name))) |
4486
3ab31f82a529
(etags-goto-tag-location): If match started with Ctrl-m,
Richard M. Stallman <rms@gnu.org>
parents:
4407
diff
changeset
|
1095 ;; Position point at the right place |
3ab31f82a529
(etags-goto-tag-location): If match started with Ctrl-m,
Richard M. Stallman <rms@gnu.org>
parents:
4407
diff
changeset
|
1096 ;; if the search string matched an extra Ctrl-m at the beginning. |
3ab31f82a529
(etags-goto-tag-location): If match started with Ctrl-m,
Richard M. Stallman <rms@gnu.org>
parents:
4407
diff
changeset
|
1097 (and (eq selective-display t) |
3ab31f82a529
(etags-goto-tag-location): If match started with Ctrl-m,
Richard M. Stallman <rms@gnu.org>
parents:
4407
diff
changeset
|
1098 (looking-at "\^m") |
3ab31f82a529
(etags-goto-tag-location): If match started with Ctrl-m,
Richard M. Stallman <rms@gnu.org>
parents:
4407
diff
changeset
|
1099 (forward-char 1)) |
799 | 1100 (beginning-of-line)) |
1101 | |
1102 (defun etags-list-tags (file) | |
1103 (goto-char 1) | |
1104 (if (not (search-forward (concat "\f\n" file ",") nil t)) | |
1105 nil | |
1106 (forward-line 1) | |
1107 (while (not (or (eobp) (looking-at "\f"))) | |
6245
c05d1d7bc400
(etags-list-tags): Check for explicit tag names.
Roland McGrath <roland@gnu.org>
parents:
6244
diff
changeset
|
1108 (let ((tag (buffer-substring (point) |
c05d1d7bc400
(etags-list-tags): Check for explicit tag names.
Roland McGrath <roland@gnu.org>
parents:
6244
diff
changeset
|
1109 (progn (skip-chars-forward "^\177") |
c05d1d7bc400
(etags-list-tags): Check for explicit tag names.
Roland McGrath <roland@gnu.org>
parents:
6244
diff
changeset
|
1110 (point))))) |
c05d1d7bc400
(etags-list-tags): Check for explicit tag names.
Roland McGrath <roland@gnu.org>
parents:
6244
diff
changeset
|
1111 (princ (if (looking-at "[^\n]+\001") |
c05d1d7bc400
(etags-list-tags): Check for explicit tag names.
Roland McGrath <roland@gnu.org>
parents:
6244
diff
changeset
|
1112 ;; There is an explicit tag name; use that. |
c05d1d7bc400
(etags-list-tags): Check for explicit tag names.
Roland McGrath <roland@gnu.org>
parents:
6244
diff
changeset
|
1113 (buffer-substring (point) |
c05d1d7bc400
(etags-list-tags): Check for explicit tag names.
Roland McGrath <roland@gnu.org>
parents:
6244
diff
changeset
|
1114 (progn (skip-chars-forward "^\001") |
c05d1d7bc400
(etags-list-tags): Check for explicit tag names.
Roland McGrath <roland@gnu.org>
parents:
6244
diff
changeset
|
1115 (point))) |
c05d1d7bc400
(etags-list-tags): Check for explicit tag names.
Roland McGrath <roland@gnu.org>
parents:
6244
diff
changeset
|
1116 tag))) |
799 | 1117 (terpri) |
4940
2f65b0f9c6fc
(etags-list-tags): Return t if found the file.
Richard M. Stallman <rms@gnu.org>
parents:
4857
diff
changeset
|
1118 (forward-line 1)) |
2f65b0f9c6fc
(etags-list-tags): Return t if found the file.
Richard M. Stallman <rms@gnu.org>
parents:
4857
diff
changeset
|
1119 t)) |
799 | 1120 |
1121 (defun etags-tags-apropos (string) | |
1122 (goto-char 1) | |
1123 (while (re-search-forward string nil t) | |
1124 (beginning-of-line) | |
1125 (princ (buffer-substring (point) | |
1126 (progn (skip-chars-forward "^\177") | |
1127 (point)))) | |
1128 (terpri) | |
1129 (forward-line 1))) | |
1130 | |
1131 (defun etags-tags-table-files () | |
1132 (let ((files nil) | |
1133 beg) | |
1134 (goto-char (point-min)) | |
1135 (while (search-forward "\f\n" nil t) | |
1136 (setq beg (point)) | |
9579
2a5d9c96525f
(etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents:
9525
diff
changeset
|
1137 (end-of-line) |
2a5d9c96525f
(etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents:
9525
diff
changeset
|
1138 (skip-chars-backward "^," beg) |
2a5d9c96525f
(etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents:
9525
diff
changeset
|
1139 (or (looking-at "include$") |
799 | 1140 ;; Expand in the default-directory of the tags table buffer. |
9579
2a5d9c96525f
(etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents:
9525
diff
changeset
|
1141 (setq files (cons (expand-file-name (buffer-substring beg (1- (point)))) |
799 | 1142 files)))) |
1143 (nreverse files))) | |
1144 | |
1145 (defun etags-tags-included-tables () | |
1146 (let ((files nil) | |
1147 beg) | |
1148 (goto-char (point-min)) | |
1149 (while (search-forward "\f\n" nil t) | |
1150 (setq beg (point)) | |
9579
2a5d9c96525f
(etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents:
9525
diff
changeset
|
1151 (end-of-line) |
2a5d9c96525f
(etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents:
9525
diff
changeset
|
1152 (skip-chars-backward "^," beg) |
2a5d9c96525f
(etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents:
9525
diff
changeset
|
1153 (if (looking-at "include$") |
799 | 1154 ;; Expand in the default-directory of the tags table buffer. |
9579
2a5d9c96525f
(etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents:
9525
diff
changeset
|
1155 (setq files (cons (expand-file-name (buffer-substring beg (1- (point)))) |
799 | 1156 files)))) |
1157 (nreverse files))) | |
1158 | |
1159 ;; Empty tags file support. | |
1160 | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
1161 ;; Recognize an empty file and give it local values of the tags table format |
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
1162 ;; variables which do nothing. |
799 | 1163 (defun recognize-empty-tags-table () |
1164 (and (zerop (buffer-size)) | |
1165 (mapcar (function (lambda (sym) | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
1166 (set (make-local-variable sym) 'ignore))) |
799 | 1167 '(tags-table-files-function |
1168 tags-completion-table-function | |
1169 find-tag-regexp-search-function | |
1170 find-tag-search-function | |
1171 tags-apropos-function | |
1172 tags-included-tables-function)) | |
1173 (set (make-local-variable 'verify-tags-table-function) | |
1174 (function (lambda () | |
1175 (zerop (buffer-size))))))) | |
1176 | |
1177 ;;; Match qualifier functions for tagnames. | |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
1178 ;;; XXX these functions assume etags file format. |
799 | 1179 |
884 | 1180 ;; This might be a neat idea, but it's too hairy at the moment. |
1181 ;;(defmacro tags-with-syntax (&rest body) | |
1182 ;; (` (let ((current (current-buffer)) | |
1183 ;; (otable (syntax-table)) | |
1184 ;; (buffer (find-file-noselect (file-of-tag))) | |
1185 ;; table) | |
1186 ;; (unwind-protect | |
1187 ;; (progn | |
1188 ;; (set-buffer buffer) | |
1189 ;; (setq table (syntax-table)) | |
1190 ;; (set-buffer current) | |
1191 ;; (set-syntax-table table) | |
1192 ;; (,@ body)) | |
1193 ;; (set-syntax-table otable))))) | |
1194 ;;(put 'tags-with-syntax 'edebug-form-spec '(&rest form)) | |
877 | 1195 |
9021
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1196 ;; t if point is at a tag line that matches TAG exactly. |
799 | 1197 ;; point should be just after a string that matches TAG. |
884 | 1198 (defun tag-exact-match-p (tag) |
4666
674082454a0c
(tag-exact-match-p): Return true if TAG is the explicit tag name.
Roland McGrath <roland@gnu.org>
parents:
4661
diff
changeset
|
1199 ;; The match is really exact if there is an explicit tag name. |
8081
6099d3d43685
(tag-exact-match-p): Test for point sitting after the explicit tag name
Roland McGrath <roland@gnu.org>
parents:
8040
diff
changeset
|
1200 (or (and (eq (char-after (point)) ?\001) |
8082
215cfbab6d72
(tag-exact-match-p): Fix typo in last change.
Roland McGrath <roland@gnu.org>
parents:
8081
diff
changeset
|
1201 (eq (char-after (- (point) (length tag) 1)) ?\177)) |
8081
6099d3d43685
(tag-exact-match-p): Test for point sitting after the explicit tag name
Roland McGrath <roland@gnu.org>
parents:
8040
diff
changeset
|
1202 ;; We are not on the explicit tag name, but perhaps it follows. |
9021
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1203 (looking-at (concat "[^\177\n]*\177" (regexp-quote tag) "\001")))) |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1204 |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1205 ;; t if point is at a tag line that matches TAG as a symbol. |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1206 ;; point should be just after a string that matches TAG. |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1207 (defun tag-symbol-match-p (tag) |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1208 (and (looking-at "\\Sw.*\177") (looking-at "\\S_.*\177") |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1209 (save-excursion |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1210 (backward-char (1+ (length tag))) |
e0709ca0418a
(tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents:
9020
diff
changeset
|
1211 (and (looking-at "\\Sw") (looking-at "\\S_"))))) |
799 | 1212 |
1213 ;; t if point is at a tag line that matches TAG as a word. | |
1214 ;; point should be just after a string that matches TAG. | |
1215 (defun tag-word-match-p (tag) | |
1216 (and (looking-at "\\b.*\177") | |
1217 (save-excursion (backward-char (1+ (length tag))) | |
1218 (looking-at "\\b")))) | |
1219 | |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1220 (defun tag-filename-match-p (tag) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1221 (and (looking-at ",") |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1222 (save-excursion (backward-char (1+ (length tag))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1223 (looking-at "\\b")))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1224 |
799 | 1225 ;; t if point is in a tag line with a tag containing TAG as a substring. |
1226 (defun tag-any-match-p (tag) | |
1227 (looking-at ".*\177")) | |
1228 | |
1229 ;; t if point is at a tag line that matches RE as a regexp. | |
1230 (defun tag-re-match-p (re) | |
1231 (save-excursion | |
1232 (beginning-of-line) | |
1233 (let ((bol (point))) | |
1234 (and (search-forward "\177" (save-excursion (end-of-line) (point)) t) | |
1235 (re-search-backward re bol t))))) | |
1236 | |
1237 ;;;###autoload | |
1238 (defun next-file (&optional initialize novisit) | |
1239 "Select next file among files in current tags table. | |
4661
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1240 |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1241 A first argument of t (prefix arg, if interactive) initializes to the |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1242 beginning of the list of files in the tags table. If the argument is |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1243 neither nil nor t, it is evalled to initialize the list of files. |
799 | 1244 |
1245 Non-nil second argument NOVISIT means use a temporary buffer | |
1246 to save time and avoid uninteresting warnings. | |
1247 | |
1248 Value is nil if the file was already visited; | |
1249 if the file was newly read in, the value is the filename." | |
342 | 1250 (interactive "P") |
4661
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1251 (cond ((not initialize) |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1252 ;; Not the first run. |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1253 ) |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1254 ((eq initialize t) |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1255 ;; Initialize the list from the tags table. |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1256 (save-excursion |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1257 ;; Visit the tags table buffer to get its list of files. |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1258 (visit-tags-table-buffer) |
9631
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1259 ;; Copy the list so we can setcdr below. |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1260 (setq next-file-list (copy-sequence (tags-table-files))) |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1261 ;; Iterate over all the tags table files, collecting |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1262 ;; a complete list of referenced file names. |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1263 (while (visit-tags-table-buffer t) |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1264 ;; Find the tail of the working list and chain on the new |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1265 ;; sublist for this tags table. |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1266 (let ((tail next-file-list)) |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1267 (while (cdr tail) |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1268 (setq tail (cdr tail))) |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1269 ;; Use a copy so the next loop iteration will not modify the |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1270 ;; list later returned by (tags-table-files). |
11316
72f527d22fe1
(next-file): Handle empty list returned by (tags-table-files).
Roland McGrath <roland@gnu.org>
parents:
10680
diff
changeset
|
1271 (if tail |
72f527d22fe1
(next-file): Handle empty list returned by (tags-table-files).
Roland McGrath <roland@gnu.org>
parents:
10680
diff
changeset
|
1272 (setcdr tail (copy-sequence (tags-table-files))) |
11317
c0a24f87eab8
(next-file): Add paren missing from last change.
Roland McGrath <roland@gnu.org>
parents:
11316
diff
changeset
|
1273 (setq next-file-list (copy-sequence (tags-table-files)))))))) |
4661
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1274 (t |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1275 ;; Initialize the list by evalling the argument. |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1276 (setq next-file-list (eval initialize)))) |
9631
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1277 (if next-file-list |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1278 () |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1279 (and novisit |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1280 (get-buffer " *next-file*") |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1281 (kill-buffer " *next-file*")) |
a5bd0b6b080e
(next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents:
9579
diff
changeset
|
1282 (error "All files processed.")) |
799 | 1283 (let ((new (not (get-file-buffer (car next-file-list))))) |
1284 (if (not (and new novisit)) | |
1285 (set-buffer (find-file-noselect (car next-file-list) novisit)) | |
1286 ;; Like find-file, but avoids random warning messages. | |
1287 (set-buffer (get-buffer-create " *next-file*")) | |
1288 (kill-all-local-variables) | |
1289 (erase-buffer) | |
1290 (setq new (car next-file-list)) | |
1291 (insert-file-contents new nil)) | |
1292 (setq next-file-list (cdr next-file-list)) | |
1293 new)) | |
342 | 1294 |
799 | 1295 (defvar tags-loop-operate nil |
1296 "Form for `tags-loop-continue' to eval to change one file.") | |
1297 | |
1808
60685747963c
(tags-loop-scan): Set default value to an error form.
Roland McGrath <roland@gnu.org>
parents:
1807
diff
changeset
|
1298 (defvar tags-loop-scan |
60685747963c
(tags-loop-scan): Set default value to an error form.
Roland McGrath <roland@gnu.org>
parents:
1807
diff
changeset
|
1299 '(error (substitute-command-keys |
60685747963c
(tags-loop-scan): Set default value to an error form.
Roland McGrath <roland@gnu.org>
parents:
1807
diff
changeset
|
1300 "No \\[tags-search] or \\[tags-query-replace] in progress.")) |
799 | 1301 "Form for `tags-loop-continue' to eval to scan one file. |
1302 If it returns non-nil, this file needs processing by evalling | |
1303 \`tags-loop-operate'. Otherwise, move on to the next file.") | |
342 | 1304 |
360 | 1305 ;;;###autoload |
342 | 1306 (defun tags-loop-continue (&optional first-time) |
1307 "Continue last \\[tags-search] or \\[tags-query-replace] command. | |
4661
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1308 Used noninteractively with non-nil argument to begin such a command (the |
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1309 argument is passed to `next-file', which see). |
11792
4284a0c7971a
(tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents:
11482
diff
changeset
|
1310 |
4284a0c7971a
(tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents:
11482
diff
changeset
|
1311 Two variables control the processing we do on each file: the value of |
4284a0c7971a
(tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents:
11482
diff
changeset
|
1312 `tags-loop-scan' is a form to be executed on each file to see if it is |
4284a0c7971a
(tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents:
11482
diff
changeset
|
1313 interesting (it returns non-nil if so) and `tags-loop-operate' is a form to |
4284a0c7971a
(tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents:
11482
diff
changeset
|
1314 evaluate to operate on an interesting file. If the latter evaluates to |
4284a0c7971a
(tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents:
11482
diff
changeset
|
1315 nil, we exit; otherwise we scan the next file." |
342 | 1316 (interactive) |
799 | 1317 (let (new |
1318 (messaged nil)) | |
1319 (while | |
1320 (progn | |
1321 ;; Scan files quickly for the first or next interesting one. | |
1322 (while (or first-time | |
1323 (save-restriction | |
1324 (widen) | |
1325 (not (eval tags-loop-scan)))) | |
1326 (setq new (next-file first-time t)) | |
1327 ;; If NEW is non-nil, we got a temp buffer, | |
1328 ;; and NEW is the file name. | |
1329 (if (or messaged | |
1330 (and (not first-time) | |
1331 (> baud-rate search-slow-speed) | |
1332 (setq messaged t))) | |
1333 (message "Scanning file %s..." (or new buffer-file-name))) | |
1334 (setq first-time nil) | |
1335 (goto-char (point-min))) | |
1336 | |
1337 ;; If we visited it in a temp buffer, visit it now for real. | |
1338 (if new | |
1339 (let ((pos (point))) | |
1340 (erase-buffer) | |
1341 (set-buffer (find-file-noselect new)) | |
11792
4284a0c7971a
(tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents:
11482
diff
changeset
|
1342 (setq new nil) ;No longer in a temp buffer. |
799 | 1343 (widen) |
1344 (goto-char pos))) | |
1345 | |
1346 (switch-to-buffer (current-buffer)) | |
1347 | |
1348 ;; Now operate on the file. | |
1349 ;; If value is non-nil, continue to scan the next file. | |
1350 (eval tags-loop-operate))) | |
1351 (and messaged | |
1352 (null tags-loop-operate) | |
1353 (message "Scanning file %s...found" buffer-file-name)))) | |
1354 ;;;###autoload (define-key esc-map "," 'tags-loop-continue) | |
342 | 1355 |
360 | 1356 ;;;###autoload |
4661
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1357 (defun tags-search (regexp &optional file-list-form) |
799 | 1358 "Search through all files listed in tags table for match for REGEXP. |
342 | 1359 Stops when a match is found. |
1360 To continue searching for next match, use command \\[tags-loop-continue]. | |
1361 | |
799 | 1362 See documentation of variable `tags-file-name'." |
342 | 1363 (interactive "sTags search (regexp): ") |
1364 (if (and (equal regexp "") | |
799 | 1365 (eq (car tags-loop-scan) 're-search-forward) |
1696
cceb5375ce40
Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents:
1555
diff
changeset
|
1366 (null tags-loop-operate)) |
799 | 1367 ;; Continue last tags-search as if by M-,. |
342 | 1368 (tags-loop-continue nil) |
799 | 1369 (setq tags-loop-scan |
11482
d81023e5f033
(tags-search, tags-query-replace): Put (quote ...) around args inserted
Roland McGrath <roland@gnu.org>
parents:
11328
diff
changeset
|
1370 (list 're-search-forward (list 'quote regexp) nil t) |
799 | 1371 tags-loop-operate nil) |
4661
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1372 (tags-loop-continue (or file-list-form t)))) |
342 | 1373 |
360 | 1374 ;;;###autoload |
4661
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1375 (defun tags-query-replace (from to &optional delimited file-list-form) |
799 | 1376 "Query-replace-regexp FROM with TO through all files listed in tags table. |
342 | 1377 Third arg DELIMITED (prefix arg) means replace only word-delimited matches. |
799 | 1378 If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace |
342 | 1379 with the command \\[tags-loop-continue]. |
1380 | |
799 | 1381 See documentation of variable `tags-file-name'." |
9941
6d82f17895cf
(tags-query-replace): Use query-replace-read-args in interactive spec.
Roland McGrath <roland@gnu.org>
parents:
9928
diff
changeset
|
1382 (interactive (query-replace-read-args "Tags query replace (regexp)" t)) |
804 | 1383 (setq tags-loop-scan (list 'prog1 |
11482
d81023e5f033
(tags-search, tags-query-replace): Put (quote ...) around args inserted
Roland McGrath <roland@gnu.org>
parents:
11328
diff
changeset
|
1384 (list 'if (list 're-search-forward |
d81023e5f033
(tags-search, tags-query-replace): Put (quote ...) around args inserted
Roland McGrath <roland@gnu.org>
parents:
11328
diff
changeset
|
1385 (list 'quote from) nil t) |
804 | 1386 ;; When we find a match, move back |
1387 ;; to the beginning of it so perform-replace | |
1388 ;; will see it. | |
1389 '(goto-char (match-beginning 0)))) | |
11482
d81023e5f033
(tags-search, tags-query-replace): Put (quote ...) around args inserted
Roland McGrath <roland@gnu.org>
parents:
11328
diff
changeset
|
1390 tags-loop-operate (list 'perform-replace |
d81023e5f033
(tags-search, tags-query-replace): Put (quote ...) around args inserted
Roland McGrath <roland@gnu.org>
parents:
11328
diff
changeset
|
1391 (list 'quote from) (list 'quote to) |
d81023e5f033
(tags-search, tags-query-replace): Put (quote ...) around args inserted
Roland McGrath <roland@gnu.org>
parents:
11328
diff
changeset
|
1392 t t (list 'quote delimited))) |
4661
8ca17ed2aeb8
(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath <roland@gnu.org>
parents:
4486
diff
changeset
|
1393 (tags-loop-continue (or file-list-form t))) |
799 | 1394 |
1395 ;;;###autoload | |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1396 (defun list-tags (filename &optional next-match) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1397 "Gives the list of functions available in file \"filename\" |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1398 Searches only in \"tags-file-name\"." |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1399 (interactive "sFunctions in File: ") |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1400 (let (file-list) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1401 (setq file-list (tags-locate-file-in-tags-table filename |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1402 (if next-match next-match nil))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1403 (if file-list |
11328
54e681a175d2
(list-tags): Delete call to select-tags-matched-file.
Richard M. Stallman <rms@gnu.org>
parents:
11317
diff
changeset
|
1404 (tags-list-functions-in-file (nth 1 (car file-list)) |
54e681a175d2
(list-tags): Delete call to select-tags-matched-file.
Richard M. Stallman <rms@gnu.org>
parents:
11317
diff
changeset
|
1405 (nth 2 (car file-list))) |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1406 (message (format "%s not found in tags table" filename))))) |
342 | 1407 |
360 | 1408 ;;;###autoload |
799 | 1409 (defun tags-apropos (regexp) |
1410 "Display list of all tags in tags table REGEXP matches." | |
1411 (interactive "sTags apropos (regexp): ") | |
342 | 1412 (with-output-to-temp-buffer "*Tags List*" |
799 | 1413 (princ "Tags matching regexp ") |
1414 (prin1 regexp) | |
342 | 1415 (terpri) |
1416 (save-excursion | |
1149 | 1417 (let ((first-time t)) |
1418 (while (visit-tags-table-buffer (not first-time)) | |
1419 (setq first-time nil) | |
1151 | 1420 (funcall tags-apropos-function regexp)))))) |
799 | 1421 |
1422 ;;; XXX Kludge interface. | |
342 | 1423 |
799 | 1424 ;; XXX If a file is in multiple tables, selection may get the wrong one. |
804 | 1425 ;;;###autoload |
799 | 1426 (defun select-tags-table () |
1427 "Select a tags table file from a menu of those you have already used. | |
8456
2ca3b54b45b1
(select-tags-table): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
8297
diff
changeset
|
1428 The list of tags tables to select from is stored in `tags-table-set-list'; |
799 | 1429 see the doc of that variable if you want to add names to the list." |
1430 (interactive) | |
1431 (pop-to-buffer "*Tags Table List*") | |
1432 (setq buffer-read-only nil) | |
1433 (erase-buffer) | |
1434 (let ((set-list tags-table-set-list) | |
1435 (desired-point nil)) | |
1436 (if tags-table-list | |
1437 (progn | |
1438 (setq desired-point (point-marker)) | |
1439 (princ tags-table-list (current-buffer)) | |
1440 (insert "\C-m") | |
1441 (prin1 (car tags-table-list) (current-buffer)) ;invisible | |
1442 (insert "\n"))) | |
1443 (while set-list | |
1444 (if (eq (car set-list) tags-table-list) | |
1445 ;; Already printed it. | |
1446 () | |
1447 (princ (car set-list) (current-buffer)) | |
1448 (insert "\C-m") | |
1449 (prin1 (car (car set-list)) (current-buffer)) ;invisible | |
1450 (insert "\n")) | |
1451 (setq set-list (cdr set-list))) | |
1452 (if tags-file-name | |
1453 (progn | |
1454 (or desired-point | |
1455 (setq desired-point (point-marker))) | |
1456 (insert tags-file-name "\C-m") | |
1457 (prin1 tags-file-name (current-buffer)) ;invisible | |
1458 (insert "\n"))) | |
1459 (setq set-list (delete tags-file-name | |
1460 (apply 'nconc (cons tags-table-list | |
1461 (mapcar 'copy-sequence | |
1462 tags-table-set-list))))) | |
1463 (while set-list | |
1464 (insert (car set-list) "\C-m") | |
1465 (prin1 (car set-list) (current-buffer)) ;invisible | |
1466 (insert "\n") | |
1467 (setq set-list (delete (car set-list) set-list))) | |
1468 (goto-char 1) | |
1469 (insert-before-markers | |
1470 "Type `t' to select a tags table or set of tags tables:\n\n") | |
1471 (if desired-point | |
1472 (goto-char desired-point)) | |
1473 (set-window-start (selected-window) 1 t)) | |
1474 (set-buffer-modified-p nil) | |
7645
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1475 (select-tags-table-mode)) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1476 |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1477 (defvar select-tags-table-mode-map) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1478 (let ((map (make-sparse-keymap))) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1479 (define-key map "t" 'select-tags-table-select) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1480 (define-key map " " 'next-line) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1481 (define-key map "\^?" 'previous-line) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1482 (define-key map "n" 'next-line) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1483 (define-key map "p" 'previous-line) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1484 (define-key map "q" 'select-tags-table-quit) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1485 (setq select-tags-table-mode-map map)) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1486 |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1487 (defun select-tags-table-mode () |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1488 "Major mode for choosing a current tags table among those already loaded. |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1489 |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1490 \\{select-tags-table-mode-map}" |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1491 (interactive) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1492 (kill-all-local-variables) |
799 | 1493 (setq buffer-read-only t |
7645
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1494 major-mode 'select-tags-table-mode |
799 | 1495 mode-name "Select Tags Table") |
7645
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1496 (use-local-map select-tags-table-mode-map) |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1497 (setq selective-display t |
202339c81fa4
(select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents:
7287
diff
changeset
|
1498 selective-display-ellipses nil)) |
799 | 1499 |
1500 (defun select-tags-table-select () | |
1501 "Select the tags table named on this line." | |
1502 (interactive) | |
1503 (search-forward "\C-m") | |
1504 (let ((name (read (current-buffer)))) | |
1505 (visit-tags-table name) | |
1506 (select-tags-table-quit) | |
1507 (message "Tags table now %s" name))) | |
1508 | |
1509 (defun select-tags-table-quit () | |
1510 "Kill the buffer and delete the selected window." | |
1511 (interactive) | |
1512 (kill-buffer (current-buffer)) | |
1513 (or (one-window-p) | |
1514 (delete-window))) | |
1515 | |
360 | 1516 ;;;###autoload |
799 | 1517 (defun complete-tag () |
1518 "Perform tags completion on the text around point. | |
1519 Completes to the set of names listed in the current tags table. | |
1520 The string to complete is chosen in the same way as the default | |
981 | 1521 for \\[find-tag] (which see)." |
799 | 1522 (interactive) |
981 | 1523 (or tags-table-list |
1524 tags-file-name | |
1525 (error (substitute-command-keys | |
1526 "No tags table loaded. Try \\[visit-tags-table]."))) | |
799 | 1527 (let ((pattern (funcall (or find-tag-default-function |
1528 (get major-mode 'find-tag-default-function) | |
1529 'find-tag-default))) | |
1530 beg | |
1531 completion) | |
1532 (or pattern | |
1533 (error "Nothing to complete")) | |
1534 (search-backward pattern) | |
1535 (setq beg (point)) | |
1536 (forward-char (length pattern)) | |
1537 (setq completion (try-completion pattern 'tags-complete-tag nil)) | |
1538 (cond ((eq completion t)) | |
1539 ((null completion) | |
1540 (message "Can't find completion for \"%s\"" pattern) | |
1541 (ding)) | |
1542 ((not (string= pattern completion)) | |
1543 (delete-region beg (point)) | |
1544 (insert completion)) | |
1545 (t | |
1546 (message "Making completion list...") | |
7843
38d89820ab47
(complete-tag): Likewise.
Richard M. Stallman <rms@gnu.org>
parents:
7645
diff
changeset
|
1547 (with-output-to-temp-buffer "*Completions*" |
799 | 1548 (display-completion-list |
1549 (all-completions pattern 'tags-complete-tag nil))) | |
1550 (message "Making completion list...%s" "done"))))) | |
884 | 1551 |
1552 ;;;###autoload (define-key esc-map "\t" 'complete-tag) | |
799 | 1553 |
10661
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1554 (defun tags-list-functions-in-file (pos tag-file) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1555 "Lists the functions for the given file. Backend for `list-tags'." |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1556 (let ((tag-buf (find-file-noselect tag-file)) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1557 (result-buf (get-buffer-create "*Tags Function List*")) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1558 function |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1559 beg |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1560 map) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1561 (save-excursion |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1562 (set-buffer result-buf) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1563 (erase-buffer) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1564 (set-buffer tag-buf) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1565 (goto-char pos) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1566 (forward-line 1) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1567 (beginning-of-line) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1568 ; C-l marks end of information of a file in TAGS. |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1569 (while (and (not (looking-at "^\C-l")) (not (eobp))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1570 ; skip mere #defines, typedefs and struct definitions |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1571 (if (not (or (looking-at "^#define\\s-+[a-zA-Z0-9_]+\\s-+") |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1572 (looking-at "^typedef\\s-+") |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1573 (looking-at "^\\s-*}"))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1574 (progn |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1575 (setq beg (point)) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1576 (skip-chars-forward "^\C-?(") |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1577 (setq function (buffer-substring beg (point))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1578 (save-excursion |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1579 (set-buffer result-buf) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1580 (insert (concat function "\n"))))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1581 (forward-line 1) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1582 (beginning-of-line))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1583 (switch-to-buffer "*Tags Function List*") |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1584 (goto-char 1) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1585 (set-buffer-modified-p nil) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1586 (setq buffer-read-only t))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1587 |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1588 (defun tags-locate-file-in-tags-table (filename first-search) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1589 "This function is used to locate `filename' in `tags-table-list'. |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1590 Its internally used by the functions `find-file-from-tags' and |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1591 `tags-list-tags-in-file'. If `first-search' is t, search continues from where |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1592 it left off last time. Else, its a fresh search." |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1593 (let (tag-list current-tags-buffer beg file found-file-list next-tag-file) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1594 (setq tag-list tags-table-list) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1595 (catch 'found-file |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1596 (setq found-file-list nil |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1597 next-tag-file nil) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1598 (while tag-list |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1599 (setq current-tags-buffer (find-file-noselect (car tag-list))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1600 (save-excursion |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1601 (set-buffer current-tags-buffer) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1602 (if (or next-tag-file |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1603 (not first-search)) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1604 (goto-char (point-min))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1605 (if (search-forward filename nil t) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1606 (if (tag-filename-match-p filename) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1607 (progn |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1608 (beginning-of-line) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1609 (setq beg (point)) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1610 (skip-chars-forward "^,") |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1611 (or (looking-at ",include$") |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1612 (setq file (expand-file-name (buffer-substring beg |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1613 (point))))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1614 (if (string-match filename (file-name-nondirectory file)) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1615 (progn |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1616 (setq found-file-list (cons (list file (point) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1617 (buffer-file-name)) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1618 found-file-list)) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1619 (throw 'found-file found-file-list)))))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1620 (setq tag-list (cdr tag-list)) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1621 (setq next-tag-file 't))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1622 (throw 'found-file found-file-list)))) |
32beb7b6dbf7
Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents:
10458
diff
changeset
|
1623 |
584 | 1624 (provide 'etags) |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
804
diff
changeset
|
1625 |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
804
diff
changeset
|
1626 ;;; etags.el ends here |