annotate lisp/progmodes/etags.el @ 111429:249a1455856a

Use line-end-position rather than end-of-line, etc. * textmodes/texnfo-upd.el (texinfo-start-menu-description) (texinfo-update-menu-region-beginning, texinfo-menu-first-node) (texinfo-delete-existing-pointers, texinfo-find-pointer) (texinfo-clean-up-node-line, texinfo-insert-node-lines) (texinfo-multiple-files-update): * textmodes/table.el (table--probe-cell-left-up) (table--probe-cell-right-bottom): * textmodes/picture.el (picture-tab-search): * textmodes/page-ext.el (pages-copy-header-and-position) (pages-directory-for-addresses): * progmodes/vera-mode.el (vera-get-offset): * progmodes/simula.el (simula-calculate-indent): * progmodes/python.el (python-pdbtrack-overlay-arrow): * progmodes/prolog.el (end-of-prolog-clause): * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp): * progmodes/icon.el (indent-icon-exp): * progmodes/etags.el (tag-re-match-p): * progmodes/ebrowse.el (ebrowse-show-file-name-at-point): * progmodes/ebnf2ps.el (ebnf-begin-file): * progmodes/dcl-mode.el (dcl-back-to-indentation-1) (dcl-save-local-variable): * play/life.el (life-setup): * play/gametree.el (gametree-looking-at-ply): * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set): * mail/sendmail.el (mail-mode-auto-fill): * emacs-lisp/lisp-mode.el (calculate-lisp-indent): * emacs-lisp/edebug.el (edebug-overlay-arrow): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid): * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH) (woman-tab-to-tab-stop, WoMan-warn-ignored): * type-break.el (type-break-file-keystroke-count): * term.el (term-replace-by-expanded-history-before-point) (term-skip-prompt, term-extract-string): * speedbar.el (speedbar-edit-line, speedbar-expand-line) (speedbar-contract-line, speedbar-toggle-line-expansion) (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string) (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line): * sort.el (sort-skip-fields): * skeleton.el (skeleton-internal-list): * simple.el (line-move-finish, line-move-to-column): * shell.el (shell-forward-command): * misc.el (copy-from-above-command): * makesum.el (double-column): * ebuff-menu.el (electric-buffer-update-highlight): * dired.el (dired-move-to-end-of-filename): * dframe.el (dframe-popup-kludge): * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames): * arc-mode.el (archive-get-lineno): Use line-end-position and line-beginning-position. * net/ange-ftp.el, progmodes/hideif.el, reposition.el: Same, but only in comments.
author Glenn Morris <rgm@gnu.org>
date Sat, 06 Nov 2010 13:23:42 -0700
parents 5fabe7db5188
children 56b71cddc9c5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
40255
ad4ee591fe2f Adapt to change in perform-replace.
Gerd Moellmann <gerd@gnu.org>
parents: 37963
diff changeset
2
111429
249a1455856a Use line-end-position rather than end-of-line, etc.
Glenn Morris <rgm@gnu.org>
parents: 110579
diff changeset
3 ;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996,
249a1455856a Use line-end-position rather than end-of-line, etc.
Glenn Morris <rgm@gnu.org>
parents: 110579
diff changeset
4 ;; 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
249a1455856a Use line-end-position rather than end-of-line, etc.
Glenn Morris <rgm@gnu.org>
parents: 110579
diff changeset
5 ;; 2010 Free Software Foundation, Inc.
846
20674ae6bf52 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 824
diff changeset
6
25278
cbe304a26771 Fix maintainer address.
Karl Heuer <kwzh@gnu.org>
parents: 23561
diff changeset
7 ;; Author: Roland McGrath <roland@gnu.org>
32324
581b490bcb94 Maintainer line updated.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 32311
diff changeset
8 ;; Maintainer: FSF
807
4f28bd14272c *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 804
diff changeset
9 ;; Keywords: tools
4f28bd14272c *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 804
diff changeset
10
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11 ;; This file is part of GNU Emacs.
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12
94673
52b7a8c22af5 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94053
diff changeset
13 ;; GNU Emacs is free software: you can redistribute it and/or modify
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
14 ;; it under the terms of the GNU General Public License as published by
94673
52b7a8c22af5 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94053
diff changeset
15 ;; the Free Software Foundation, either version 3 of the License, or
52b7a8c22af5 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94053
diff changeset
16 ;; (at your option) any later version.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
17
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
18 ;; GNU Emacs is distributed in the hope that it will be useful,
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
21 ;; GNU General Public License for more details.
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
22
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
23 ;; You should have received a copy of the GNU General Public License
94673
52b7a8c22af5 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94053
diff changeset
24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
25
32311
035ce2227d76 Docstring fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29730
diff changeset
26 ;;; Commentary:
035ce2227d76 Docstring fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29730
diff changeset
27
807
4f28bd14272c *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 804
diff changeset
28 ;;; Code:
4f28bd14272c *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 804
diff changeset
29
94053
58a4ed015d25 Require 'cl when compiling.
Andreas Schwab <schwab@suse.de>
parents: 93680
diff changeset
30 (eval-when-compile
58a4ed015d25 Require 'cl when compiling.
Andreas Schwab <schwab@suse.de>
parents: 93680
diff changeset
31 (require 'cl))
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
32 (require 'ring)
50419
27e134f43171 Require button.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 49734
diff changeset
33 (require 'button)
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
34
360
066d9d0dd901 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 342
diff changeset
35 ;;;###autoload
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
36 (defvar tags-file-name nil
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
37 "*File name of tags table.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
38 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
39 If you set this variable, do not also set `tags-table-list'.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
40 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
41 ;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
105870
26baacb565b0 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
Dan Nicolaescu <dann@ics.uci.edu>
parents: 105816
diff changeset
42 ;;;###autoload (put 'tags-file-name 'variable-interactive (purecopy "fVisit tags table: "))
109785
de5d6a3f1493 * lisp/progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).
Chong Yidong <cyd@stupidchicken.com>
parents: 108179
diff changeset
43 ;;;###autoload (put 'tags-file-name 'safe-local-variable 'stringp)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
44
64043
ae098eff094f (etags): Finish `defgroup' description with period.
Juanma Barranquero <lekktu@gmail.com>
parents: 62622
diff changeset
45 (defgroup etags nil "Tags tables."
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
46 :group 'tools)
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
47
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
48 ;;;###autoload
28243
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
49 (defcustom tags-case-fold-search 'default
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
50 "*Whether tags operations should be case-sensitive.
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
51 A value of t means case-insensitive, a value of nil means case-sensitive.
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
52 Any other value means use the setting of `case-fold-search'."
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
53 :group 'etags
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
54 :type '(choice (const :tag "Case-sensitive" nil)
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
55 (const :tag "Case-insensitive" t)
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
56 (other :tag "Use default" default))
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
57 :version "21.1")
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
58
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
59 ;;;###autoload
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
60 ;; Use `visit-tags-table-buffer' to cycle through tags tables in this list.
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
61 (defcustom tags-table-list nil
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
62 "*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
63 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
64 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
65 If you set this variable, do not also set `tags-file-name'.
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
66 Use the `etags' program to make a tags table file."
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
67 :group 'etags
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
68 :type '(repeat file))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
69
6140
35fc497c9f4e (tags-add-tables): Change default value to 'ask-user; update doc.
Roland McGrath <roland@gnu.org>
parents: 5892
diff changeset
70 ;;;###autoload
110579
5fabe7db5188 Add more xz compression support.
Glenn Morris <rgm@gnu.org>
parents: 110561
diff changeset
71 (defcustom tags-compression-info-list
5fabe7db5188 Add more xz compression support.
Glenn Morris <rgm@gnu.org>
parents: 110561
diff changeset
72 (purecopy '("" ".Z" ".bz2" ".gz" ".xz" ".tgz"))
36736
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
73 "*List of extensions tried by etags when jka-compr is used.
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
74 An empty string means search the non-compressed file.
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
75 These extensions will be tried only if jka-compr was activated
37963
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
76 \(i.e. via customize of `auto-compression-mode' or by calling the function
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
77 `auto-compression-mode')."
110579
5fabe7db5188 Add more xz compression support.
Glenn Morris <rgm@gnu.org>
parents: 110561
diff changeset
78 :version "24.1" ; added xz
37963
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
79 :type '(repeat string)
36736
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
80 :group 'etags)
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
81
37963
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
82 ;; !!! tags-compression-info-list should probably be replaced by access
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
83 ;; to directory list and matching jka-compr-compression-info-list. Currently,
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
84 ;; this implementation forces each modification of
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
85 ;; jka-compr-compression-info-list to be reflected in this var.
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
86 ;; An alternative could be to say that introducing a special
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
87 ;; element in this list (e.g. t) means : try at this point
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
88 ;; using directory listing and regexp matching using
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
89 ;; jka-compr-compression-info-list.
36736
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
90
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
91
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
92 ;;;###autoload
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
93 (defcustom tags-add-tables 'ask-user
7112
91ba2f787c8f (tags-add-tables): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents: 6245
diff changeset
94 "*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
95 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
96 Any other value means ask the user whether to add a new tags table
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
97 to the current list (as opposed to starting a new list)."
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
98 :group 'etags
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
99 :type '(choice (const :tag "Do" t)
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
100 (const :tag "Don't" nil)
22594
d5904b1c89af (tags-add-tables): Use `other' widget type.
Andreas Schwab <schwab@suse.de>
parents: 21669
diff changeset
101 (other :tag "Ask" ask-user)))
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
102
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
103 (defcustom tags-revert-without-query nil
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
104 "*Non-nil means reread a TAGS table without querying, if it has changed."
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
105 :group 'etags
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
106 :type 'boolean)
5174
bb40928e9e47 (tags-add-tables): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 5079
diff changeset
107
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
108 (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
109 "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
110 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
111 always complete: the included tables of a table are not known until that
32311
035ce2227d76 Docstring fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29730
diff changeset
112 table is read into core. An element that is t is a placeholder
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
113 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
114 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
115 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
116
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
117 (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
118 "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
119 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
120 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
121
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
122 (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
123 "Pointer into `tags-table-computed-list' for the current state of searching.
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
124 Use `visit-tags-table-buffer' to cycle through tags tables in this list.")
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
125
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
126 (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
127 "Pointer into `tags-table-computed-list', where the current search started.")
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
128
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
129 (defvar tags-table-set-list nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
130 "List of sets of tags table which have been used together in the past.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
131 Each element is a list of strings which are file names.")
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
132
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
133 ;;;###autoload
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
134 (defcustom find-tag-hook nil
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
135 "*Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
136 The value in the buffer in which \\[find-tag] is done is used,
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
137 not the value in the buffer \\[find-tag] goes to."
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
138 :group 'etags
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
139 :type 'hook)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
140
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
141 ;;;###autoload
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
142 (defcustom find-tag-default-function nil
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
143 "*A function of no arguments used by \\[find-tag] to pick a default tag.
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
144 If nil, and the symbol that is the value of `major-mode'
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
145 has a `find-tag-default-function' property (see `put'), that is used.
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
146 Otherwise, `find-tag-default' is used."
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
147 :group 'etags
35961
850d490d87f3 (find-tag-default-function): Fix :type.
Dave Love <fx@gnu.org>
parents: 35649
diff changeset
148 :type '(choice (const nil) function))
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
149
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
150 (defcustom find-tag-marker-ring-length 16
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
151 "*Length of marker rings `find-tag-marker-ring' and `tags-location-ring'."
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
152 :group 'etags
21669
9861518505cb *** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents: 21097
diff changeset
153 :type 'integer
9861518505cb *** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents: 21097
diff changeset
154 :version "20.3")
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
155
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
156 (defcustom tags-tag-face 'default
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
157 "*Face for tags in the output of `tags-apropos'."
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
158 :group 'etags
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
159 :type 'face
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
160 :version "21.1")
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
161
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
162 (defcustom tags-apropos-verbose nil
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
163 "If non-nil, print the name of the tags file in the *Tags List* buffer."
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
164 :group 'etags
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
165 :type 'boolean
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
166 :version "21.1")
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
167
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
168 (defcustom tags-apropos-additional-actions nil
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
169 "Specify additional actions for `tags-apropos'.
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
170
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
171 If non-nil, value should be a list of triples (TITLE FUNCTION
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
172 TO-SEARCH). For each triple, `tags-apropos' processes TO-SEARCH and
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
173 lists tags from it. TO-SEARCH should be an alist, obarray, or symbol.
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
174 If it is a symbol, the symbol's value is used.
32311
035ce2227d76 Docstring fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29730
diff changeset
175 TITLE, a string, is a title used to label the additional list of tags.
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
176 FUNCTION is a function to call when a symbol is selected in the
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
177 *Tags List* buffer. It will be called with one argument SYMBOL which
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
178 is the symbol being selected.
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
179
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
180 Example value:
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
181
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
182 '((\"Emacs Lisp\" Info-goto-emacs-command-node obarray)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
183 (\"Common Lisp\" common-lisp-hyperspec common-lisp-hyperspec-obarray)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
184 (\"SCWM\" scwm-documentation scwm-obarray))"
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
185 :group 'etags
35181
62f469e476eb (tags-apropos-additional-actions): Fix :type.
Dave Love <fx@gnu.org>
parents: 34190
diff changeset
186 :type '(repeat (list (string :tag "Title")
62f469e476eb (tags-apropos-additional-actions): Fix :type.
Dave Love <fx@gnu.org>
parents: 34190
diff changeset
187 function
62f469e476eb (tags-apropos-additional-actions): Fix :type.
Dave Love <fx@gnu.org>
parents: 34190
diff changeset
188 (sexp :tag "Tags to search")))
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
189 :version "21.1")
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
190
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
191 (defvar find-tag-marker-ring (make-ring find-tag-marker-ring-length)
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
192 "Ring of markers which are locations from which \\[find-tag] was invoked.")
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
193
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
194 (defvar default-tags-table-function nil
5174
bb40928e9e47 (tags-add-tables): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 5079
diff changeset
195 "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
196 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
197 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
198
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
199 (defvar tags-location-ring (make-ring find-tag-marker-ring-length)
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
200 "Ring of markers which are locations visited by \\[find-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
201 Pop back to the last location with \\[negative-argument] \\[find-tag].")
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
202
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
203 ;; Tags table state.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
204 ;; These variables are local in tags table buffers.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
205
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
206 (defvar tags-table-files nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
207 "List of file names covered by current tags table.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
208 nil means it has not yet been computed; use `tags-table-files' to do so.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
209
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
210 (defvar tags-completion-table nil
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
211 "Obarray of tag names defined in current tags table.")
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
212
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
213 (defvar tags-included-tables nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
214 "List of tags tables included by the current tags table.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
215
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
216 (defvar next-file-list nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
217 "List of files for \\[next-file] to process.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
218
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
219 ;; Hooks for file formats.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
220
32324
581b490bcb94 Maintainer line updated.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 32311
diff changeset
221 (defvar tags-table-format-functions '(etags-recognize-tags-table
581b490bcb94 Maintainer line updated.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 32311
diff changeset
222 tags-recognize-empty-tags-table)
32311
035ce2227d76 Docstring fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29730
diff changeset
223 "Hook to be called in a tags table buffer to identify the type of tags table.
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
224 The functions are called in order, with no arguments,
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
225 until one returns non-nil. The function should make buffer-local bindings
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
226 of the format-parsing tags function variables if successful.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
227
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
228 (defvar file-of-tag-function nil
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
229 "Function to do the work of `file-of-tag' (which see).
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
230 One optional argument, a boolean specifying to return complete path (nil) or
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
231 relative path (non-nil).")
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
232 (defvar tags-table-files-function nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
233 "Function to do the work of `tags-table-files' (which see).")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
234 (defvar tags-completion-table-function nil
32311
035ce2227d76 Docstring fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29730
diff changeset
235 "Function to build the `tags-completion-table'.")
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
236 (defvar snarf-tag-function nil
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
237 "Function to get info about a matched tag for `goto-tag-location-function'.
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
238 One optional argument, specifying to use explicit tag (non-nil) or not (nil).
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
239 The default is nil.")
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
240 (defvar goto-tag-location-function nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
241 "Function of to go to the location in the buffer specified by a tag.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
242 One argument, the tag info returned by `snarf-tag-function'.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
243 (defvar find-tag-regexp-search-function nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
244 "Search function passed to `find-tag-in-order' for finding a regexp tag.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
245 (defvar find-tag-regexp-tag-order nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
246 "Tag order passed to `find-tag-in-order' for finding a regexp tag.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
247 (defvar find-tag-regexp-next-line-after-failure-p nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
248 "Flag passed to `find-tag-in-order' for finding a regexp tag.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
249 (defvar find-tag-search-function nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
250 "Search function passed to `find-tag-in-order' for finding a tag.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
251 (defvar find-tag-tag-order nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
252 "Tag order passed to `find-tag-in-order' for finding a tag.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
253 (defvar find-tag-next-line-after-failure-p nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
254 "Flag passed to `find-tag-in-order' for finding a tag.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
255 (defvar list-tags-function nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
256 "Function to do the work of `list-tags' (which see).")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
257 (defvar tags-apropos-function nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
258 "Function to do the work of `tags-apropos' (which see).")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
259 (defvar tags-included-tables-function nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
260 "Function to do the work of `tags-included-tables' (which see).")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
261 (defvar verify-tags-table-function nil
78487
419c5c316b51 Replace `iff' in doc-strings and comments.
Glenn Morris <rgm@gnu.org>
parents: 78234
diff changeset
262 "Function to return t if current buffer contains valid tags file.")
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
263
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
264 (defun initialize-new-tags-table ()
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
265 "Initialize the tags table in the current buffer.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
266 Return non-nil if it is a valid tags table, and
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
267 in that case, also make the tags table state variables
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
268 buffer-local and set them to nil."
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
269 (set (make-local-variable 'tags-table-files) nil)
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
270 (set (make-local-variable 'tags-completion-table) nil)
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
271 (set (make-local-variable 'tags-included-tables) nil)
23561
70fafedc3c4c (initialize-new-tags-table):
Richard M. Stallman <rms@gnu.org>
parents: 23415
diff changeset
272 ;; We used to initialize find-tag-marker-ring and tags-location-ring
70fafedc3c4c (initialize-new-tags-table):
Richard M. Stallman <rms@gnu.org>
parents: 23415
diff changeset
273 ;; here, to new empty rings. But that is wrong, because those
70fafedc3c4c (initialize-new-tags-table):
Richard M. Stallman <rms@gnu.org>
parents: 23415
diff changeset
274 ;; are global.
70fafedc3c4c (initialize-new-tags-table):
Richard M. Stallman <rms@gnu.org>
parents: 23415
diff changeset
275
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
276 ;; Value is t if we have found a valid tags table buffer.
32324
581b490bcb94 Maintainer line updated.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 32311
diff changeset
277 (run-hook-with-args-until-success 'tags-table-format-functions))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
278
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
279 ;;;###autoload
66277
3f62e030a058 (tags-table-mode): New function.
Juri Linkov <juri@jurta.org>
parents: 66114
diff changeset
280 (defun tags-table-mode ()
3f62e030a058 (tags-table-mode): New function.
Juri Linkov <juri@jurta.org>
parents: 66114
diff changeset
281 "Major mode for tags table file buffers."
3f62e030a058 (tags-table-mode): New function.
Juri Linkov <juri@jurta.org>
parents: 66114
diff changeset
282 (interactive)
79319
718cc7b8e2b7 (tags-table-mode): Disable undo.
Glenn Morris <rgm@gnu.org>
parents: 79080
diff changeset
283 (setq major-mode 'tags-table-mode
718cc7b8e2b7 (tags-table-mode): Disable undo.
Glenn Morris <rgm@gnu.org>
parents: 79080
diff changeset
284 mode-name "Tags Table"
718cc7b8e2b7 (tags-table-mode): Disable undo.
Glenn Morris <rgm@gnu.org>
parents: 79080
diff changeset
285 buffer-undo-list t)
66277
3f62e030a058 (tags-table-mode): New function.
Juri Linkov <juri@jurta.org>
parents: 66114
diff changeset
286 (initialize-new-tags-table))
3f62e030a058 (tags-table-mode): New function.
Juri Linkov <juri@jurta.org>
parents: 66114
diff changeset
287
3f62e030a058 (tags-table-mode): New function.
Juri Linkov <juri@jurta.org>
parents: 66114
diff changeset
288 ;;;###autoload
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
289 (defun visit-tags-table (file &optional local)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
290 "Tell tags commands to use tags table file FILE.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
291 FILE should be the name of a file created with the `etags' program.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
292 A directory name is ok too; it means file TAGS in that directory.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
293
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
294 Normally \\[visit-tags-table] sets the global value of `tags-file-name'.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
295 With a prefix arg, set the buffer-local value instead.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
296 When you find a tag with \\[find-tag], the buffer it finds the tag
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
297 in is given a local value of this variable which is the name of the tags
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
298 file the tag was in."
65680
ed770a0a7846 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
Romain Francoise <romain@orebokech.com>
parents: 64699
diff changeset
299 (interactive (list (read-file-name "Visit tags table (default TAGS): "
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
300 default-directory
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
301 (expand-file-name "TAGS"
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
302 default-directory)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
303 t)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
304 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
305 (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
306 ;; Bind tags-file-name so we can control below whether the local or
95579
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
307 ;; global value gets set.
10661
32beb7b6dbf7 Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents: 10458
diff changeset
308 ;; 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
309 ;; 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
310 ;; fully-expanded name.
1138
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
311 (let ((tags-file-name file))
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
312 (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
313 (or (visit-tags-table-buffer file)
1138
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
314 (signal 'file-error (list "Visiting tags table"
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
315 "file does not exist"
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
316 file)))
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
317 ;; Set FILE to the expanded name.
1138
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
318 (setq file tags-file-name)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
319 (if local
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
320 ;; Set the local value of tags-file-name.
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
321 (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
322 ;; Set the global value of tags-file-name.
1138
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
323 (setq-default tags-file-name file)))
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
324
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
325 (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
326 "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
327 (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
328 (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
329 ;; 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
330 (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
331 (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
332 (computed nil)
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
333 table-buffer)
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
334
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
335 (while tables
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
336 (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
337 table-buffer (get-file-buffer (car tables)))
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
338 (if (and table-buffer
9020
857ced7767c0 (tags-table-check-computed-list): Call tags-verify-table on existing
Roland McGrath <roland@gnu.org>
parents: 8973
diff changeset
339 ;; 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
340 ;; 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
341 (save-excursion
857ced7767c0 (tags-table-check-computed-list): Call tags-verify-table on existing
Roland McGrath <roland@gnu.org>
parents: 8973
diff changeset
342 (tags-verify-table (buffer-file-name table-buffer))))
95579
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
343 (with-current-buffer table-buffer
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
344 (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
345 ;; 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
346 ;; are processing.
13165
e5431229a09f (tags-table-check-computed-list): Map tags-expand-table-name over lists of
Roland McGrath <roland@gnu.org>
parents: 12942
diff changeset
347 (setcdr tables (nconc (mapcar 'tags-expand-table-name
e5431229a09f (tags-table-check-computed-list): Map tags-expand-table-name over lists of
Roland McGrath <roland@gnu.org>
parents: 12942
diff changeset
348 (tags-included-tables))
e5431229a09f (tags-table-check-computed-list): Map tags-expand-table-name over lists of
Roland McGrath <roland@gnu.org>
parents: 12942
diff changeset
349 (cdr tables)))))
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
350 ;; 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
351 ;; 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
352 ;; 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
353 (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
354 (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
355
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
356 ;; 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
357 ;; 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
358 (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
359 tags-table-computed-list (nreverse computed))))))
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
360
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
361 (defun tags-table-extend-computed-list ()
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
362 "Extend `tags-table-computed-list' to remove the first t placeholder.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
363
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
364 An element of the list that is t is a placeholder indicating that the
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
365 preceding element is a table that has not been read in and might
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
366 contain included tables to search. This function reads in the first
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
367 such table and puts its included tables into the list."
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
368 (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
369 (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
370 (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
371 (save-excursion
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
372 (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
373 ;; 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
374 ;; 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
375 (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
376 (computed nil)
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
377 table-buffer)
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
378 (while tables
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
379 (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
380 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
381 (if table-buffer
95579
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
382 (with-current-buffer table-buffer
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
383 (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
384 ;; 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
385 ;; are processing.
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
386 (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
387 tables))))
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
388 ;; 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
389 ;; 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
390 ;; 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
391 (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
392 (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
393 (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
394 ;; 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
395 ;; 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
396 ;; current list.
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
397 (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
398 ;; 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
399 (setcdr list (cdr (cdr list)))))))
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
400
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
401 (defun tags-expand-table-name (file)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
402 "Expand tags table name FILE into a complete file name."
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
403 (setq file (expand-file-name file))
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
404 (if (file-directory-p file)
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
405 (expand-file-name "TAGS" file)
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
406 file))
1138
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
407
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
408 ;; 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
409 ;; 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
410 (defun tags-table-list-member (file list)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
411 "Like (member FILE LIST) after applying `tags-expand-table-name'.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
412 More precisely, apply `tags-expand-table-name' to FILE
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
413 and each element of LIST, returning the link whose car is the first match.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
414 If an element of LIST is t, ignore it."
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
415 (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
416 (while (and list
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
417 (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
418 (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
419 (setq list (cdr list)))
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
420 list)
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
421
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
422 (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
423 "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
424 Sets the current buffer to one visiting FILE (if it exists).
78487
419c5c316b51 Replace `iff' in doc-strings and comments.
Glenn Morris <rgm@gnu.org>
parents: 78234
diff changeset
425 Returns non-nil if it is a valid table."
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
426 (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
427 ;; 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
428 ;; having changed since we last used it.
108179
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
429 (progn
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
430 (set-buffer (get-file-buffer file))
108179
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
431 (or verify-tags-table-function (tags-table-mode))
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
432 (if (or (verify-visited-file-modtime (current-buffer))
19358
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
433 ;; Decide whether to revert the file.
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
434 ;; revert-without-query can say to revert
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
435 ;; or the user can say to revert.
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
436 (not (or (let ((tail revert-without-query)
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
437 (found nil))
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
438 (while tail
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
439 (if (string-match (car tail) buffer-file-name)
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
440 (setq found t))
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
441 (setq tail (cdr tail)))
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
442 found)
20515
2edce6cd0ef0 Customized.
Richard M. Stallman <rms@gnu.org>
parents: 19735
diff changeset
443 tags-revert-without-query
19358
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
444 (yes-or-no-p
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
445 (format "Tags file %s has changed, read new contents? "
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
446 file)))))
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
447 (and verify-tags-table-function
33f430abc9ed (tags-verify-table): Obey revert-without-query.
Richard M. Stallman <rms@gnu.org>
parents: 18623
diff changeset
448 (funcall verify-tags-table-function))
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
449 (revert-buffer t t)
66277
3f62e030a058 (tags-table-mode): New function.
Juri Linkov <juri@jurta.org>
parents: 66114
diff changeset
450 (tags-table-mode)))
95579
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
451 (when (file-exists-p file)
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
452 (let* ((buf (find-file-noselect file))
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
453 (newfile (buffer-file-name buf)))
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
454 (unless (string= file newfile)
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
455 ;; find-file-noselect has changed the file name.
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
456 ;; Propagate the change to tags-file-name and tags-table-list.
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
457 (let ((tail (member file tags-table-list)))
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
458 (if tail (setcar tail newfile)))
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
459 (if (eq file tags-file-name) (setq tags-file-name newfile)))
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
460 ;; Only change buffer now that we're done using potentially
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
461 ;; buffer-local variables.
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
462 (set-buffer buf)
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
463 (tags-table-mode)))))
4391
2f181ad12c41 (visit-tags-table-buffer): New local named
Richard M. Stallman <rms@gnu.org>
parents: 4389
diff changeset
464
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
465 ;; 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
466 ;; 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
467 ;; 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
468 ;; 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
469 ;; 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
470 ;; 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
471 (defun tags-table-including (this-file core-only)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
472 "Search current tags tables for tags for THIS-FILE.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
473 Subroutine of `visit-tags-table-buffer'.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
474 Looks for a tags table that has such tags or that includes a table
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
475 that has them. Returns the name of the first such table.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
476 Non-nil CORE-ONLY means check only tags tables that are already in
110561
93141d34a175 Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents: 109785
diff changeset
477 buffers. If CORE-ONLY is nil, it is ignored."
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
478 (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
479 (found nil))
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
480 ;; Loop over the list, looking for a table containing tags for THIS-FILE.
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
481 (while (and (not found)
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
482 tables)
1138
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
483
8509
be778f8834a5 (tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Roland McGrath <roland@gnu.org>
parents: 8456
diff changeset
484 (if core-only
be778f8834a5 (tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Roland McGrath <roland@gnu.org>
parents: 8456
diff changeset
485 ;; 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
486 (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
487 (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
488 (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
489 ;; 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
490 (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
491
8014
0d4288705550 (tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents: 7934
diff changeset
492 (if tables
0d4288705550 (tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents: 7934
diff changeset
493 ;; 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
494 (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
495 (visit-tags-table-buffer 'same)
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
496 (if (member this-file (mapcar 'expand-file-name
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
497 (tags-table-files)))
8014
0d4288705550 (tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents: 7934
diff changeset
498 ;; Found it.
0d4288705550 (tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents: 7934
diff changeset
499 (setq found tables))))
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
500 (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
501 (if found
0d4288705550 (tags-table-including): Don't call tags-table-check-computed-list.
Roland McGrath <roland@gnu.org>
parents: 7934
diff changeset
502 ;; 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
503 ;; 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
504 ;; 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
505 ;; 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
506 ;; 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
507 ;; 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
508 (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
509 (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
510 (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
511 (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
512 ;; 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
513 ;; 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
514 (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
515 (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
516 (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
517 (setq elt (cdr elt))))
8015
3d6ee294a710 Fix bits of last change lost in Emacs crash.
Roland McGrath <roland@gnu.org>
parents: 8014
diff changeset
518 ;; 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
519 ;; that appears in the user's list will be the table that
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
520 ;; included the one we found.
9928
d49a23c098df (tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath <roland@gnu.org>
parents: 9631
diff changeset
521 could-be))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
522
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
523 (defun tags-next-table ()
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
524 "Move `tags-table-list-pointer' along and set `tags-file-name'.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
525 Subroutine of `visit-tags-table-buffer'.\
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
526 Returns nil when out of tables."
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
527 ;; 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
528 (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
529 (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
530
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
531 ;; 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
532 (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
533 (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
534 ;; Wrap around.
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
535 (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
536
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
537 (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
538 ;; 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
539 (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
540 ;; 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
541 (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
542
51862
fe00d361a905 (visit-tags-table-buffer): Add autoload cookie;
John Paul Wallington <jpw@pobox.com>
parents: 50545
diff changeset
543 ;;;###autoload
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
544 (defun visit-tags-table-buffer (&optional cont)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
545 "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
546 If optional arg is a string, visit that file as a tags table.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
547 If optional arg is t, visit the next table in `tags-table-list'.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
548 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
549 just select the buffer visiting `tags-file-name'.
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
550 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
551 `tags-file-name', `tags-table-list', `tags-table-list-pointer'.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
552 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
553
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
554 ;; 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
555 (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
556 ;; 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
557 (or tags-file-name
14420
071f9717597f (visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error format
Karl Heuer <kwzh@gnu.org>
parents: 14169
diff changeset
558 (error "%s"
071f9717597f (visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error format
Karl Heuer <kwzh@gnu.org>
parents: 14169
diff changeset
559 (substitute-command-keys
18623
fc78e7f26a64 (next-file, tags-loop-scan): Fix error message.
Richard M. Stallman <rms@gnu.org>
parents: 18324
diff changeset
560 (concat "No tags table in use; "
fc78e7f26a64 (next-file, tags-loop-scan): Fix error message.
Richard M. Stallman <rms@gnu.org>
parents: 18324
diff changeset
561 "use \\[visit-tags-table] to select one")))))
1138
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
562
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
563 ((eq t cont)
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
564 ;; 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
565 (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
566 ;; 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
567 (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
568 (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
569 (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
570
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
571 (t
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
572 ;; 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
573 (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
574 (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
575 (or
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
576 ;; 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
577 (if (stringp cont)
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
578 (prog1 cont
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
579 (setq cont nil)))
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
580 ;; 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
581 (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
582 ;; 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
583 (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
584 (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
585 ;; 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
586 ;; 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
587 ;; 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
588 ;; do it below.
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
589 (and buffer-file-name
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
590 (or
8040
b35d46349f46 (visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath <roland@gnu.org>
parents: 8015
diff changeset
591 ;; 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
592 (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
593 ;; 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
594 ;; 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
595 (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
596 ;; 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
597 ;; 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
598 (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
599 (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
600 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
601 tags-file-name)
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
602 ;; 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
603 ;; 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
604 (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
605 file)
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
606 (while (and list
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
607 (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
608 (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
609 (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
610 (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
611 (car list))
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
612 ;; 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
613 (expand-file-name
65680
ed770a0a7846 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
Romain Francoise <romain@orebokech.com>
parents: 64699
diff changeset
614 (read-file-name "Visit tags table (default TAGS): "
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
615 default-directory
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
616 "TAGS"
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
617 t))))))
1138
f2897f71f361 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1136
diff changeset
618
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
619 ;; 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
620 (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
621
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
622 (unless (and (eq cont t) (null tags-table-list-pointer))
7934
b5e9b6a00f5d (tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath <roland@gnu.org>
parents: 7904
diff changeset
623 ;; 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
624 ;; 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
625 ;; 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
626 (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
627 (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
628 (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
629
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
630 ;; 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
631 (progn
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
632 ;; 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
633 ;; 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
634 (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
635
8297
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
636 ;; 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
637 ;; 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
638 ;; 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
639 (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
640 ;; 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
641 (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
642 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
643 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
644 (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
645 ;; 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
646 (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
647 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
648
8297
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
649 ;; 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
650 ;; 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
651 (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
652 (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
653 (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
654 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
655 (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
656 (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
657 (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
658 ;; 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
659 (progn
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
660 (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
661 ;; 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
662 (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
663 (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
664 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
665 (setq tags-table-list (car sets)))
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
666
8297
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
667 ;; 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
668 (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
669 (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
670 (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
671 (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
672 (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
673 "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
674 ;; 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
675 (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
676 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
677
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
678 ;; 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
679 (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
680 (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
681 (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
682 (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
683 (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
684 tags-table-set-list)))
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
685 ;; Clear out buffers holding old tables.
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
686 (dolist (table tags-table-list)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
687 ;; The list can contain items t.
33418
5908c0927a3e (visit-tags-table-buffer): Beware of `t' in
Dave Love <fx@gnu.org>
parents: 32324
diff changeset
688 (if (stringp table)
5908c0927a3e (visit-tags-table-buffer): Beware of `t' in
Dave Love <fx@gnu.org>
parents: 32324
diff changeset
689 (let ((buffer (find-buffer-visiting table)))
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
690 (if buffer
33418
5908c0927a3e (visit-tags-table-buffer): Beware of `t' in
Dave Love <fx@gnu.org>
parents: 32324
diff changeset
691 (kill-buffer buffer)))))
8297
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
692 (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
693
8297
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
694 ;; 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
695 (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
696 ;; 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
697 ;; 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
698 (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
699 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
700 tags-table-computed-list)))))
1156
2a92ddfaf6ba entered into RCS
Roland McGrath <roland@gnu.org>
parents: 1152
diff changeset
701
8297
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
702 ;; 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
703 t)
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
704
8297
80d4bf018aec (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Roland McGrath <roland@gnu.org>
parents: 8187
diff changeset
705 ;; 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
706 (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
707 (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
708 (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
709 (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
710 (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
711
6cd679419a9c (tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents: 9152
diff changeset
712 (defun tags-reset-tags-tables ()
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
713 "Reset tags state to cancel effect of any previous \\[visit-tags-table] or \\[find-tag]."
9525
6cd679419a9c (tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents: 9152
diff changeset
714 (interactive)
23377
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
715 ;; Clear out the markers we are throwing away.
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
716 (let ((i 0))
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
717 (while (< i find-tag-marker-ring-length)
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
718 (if (aref (cddr tags-location-ring) i)
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
719 (set-marker (aref (cddr tags-location-ring) i) nil))
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
720 (if (aref (cddr find-tag-marker-ring) i)
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
721 (set-marker (aref (cddr find-tag-marker-ring) i) nil))
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
722 (setq i (1+ i))))
9525
6cd679419a9c (tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents: 9152
diff changeset
723 (setq tags-file-name nil
23377
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
724 tags-location-ring (make-ring find-tag-marker-ring-length)
acb6d2c4220b (tags-reset-tags-tables): Properly
Karl Heuer <kwzh@gnu.org>
parents: 22594
diff changeset
725 find-tag-marker-ring (make-ring find-tag-marker-ring-length)
9525
6cd679419a9c (tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents: 9152
diff changeset
726 tags-table-list nil
6cd679419a9c (tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents: 9152
diff changeset
727 tags-table-computed-list nil
6cd679419a9c (tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents: 9152
diff changeset
728 tags-table-computed-list-for nil
6cd679419a9c (tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents: 9152
diff changeset
729 tags-table-list-pointer nil
6cd679419a9c (tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents: 9152
diff changeset
730 tags-table-list-started-at nil
6cd679419a9c (tags-reset-tags-tables): New function.
Roland McGrath <roland@gnu.org>
parents: 9152
diff changeset
731 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
732
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
733 (defun file-of-tag (&optional relative)
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
734 "Return the file name of the file whose tags point is within.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
735 Assumes the tags table is the current buffer.
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
736 If RELATIVE is non-nil, file name returned is relative to tags
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
737 table file's directory. If RELATIVE is nil, file name returned
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
738 is complete."
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
739 (funcall file-of-tag-function relative))
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
740
360
066d9d0dd901 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 342
diff changeset
741 ;;;###autoload
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
742 (defun tags-table-files ()
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
743 "Return a list of files in the current tags table.
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
744 Assumes the tags table is the current buffer. The file names are returned
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
745 as they appeared in the `etags' command that created the table, usually
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
746 without directory names."
1397
d469afe703c4 (visit-tags-table-buffer): When trying to pick table, call
Roland McGrath <roland@gnu.org>
parents: 1156
diff changeset
747 (or tags-table-files
d469afe703c4 (visit-tags-table-buffer): When trying to pick table, call
Roland McGrath <roland@gnu.org>
parents: 1156
diff changeset
748 (setq tags-table-files
d469afe703c4 (visit-tags-table-buffer): When trying to pick table, call
Roland McGrath <roland@gnu.org>
parents: 1156
diff changeset
749 (funcall tags-table-files-function))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
750
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
751 (defun tags-included-tables ()
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
752 "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
753 Assumes the tags table is the current buffer."
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
754 (or tags-included-tables
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
755 (setq tags-included-tables (funcall tags-included-tables-function))))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
756
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
757 (defun tags-completion-table ()
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
758 "Build `tags-completion-table' on demand.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
759 The tags included in the completion table are those in the current
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
760 tags table and its (recursively) included tags tables."
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
761 (or tags-completion-table
69148
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
762 ;; No cached value for this buffer.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
763 (condition-case ()
69148
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
764 (let (current-table combined-table)
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
765 (message "Making tags completion table for %s..." buffer-file-name)
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
766 (save-excursion
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
767 ;; Iterate over the current list of tags tables.
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
768 (while (visit-tags-table-buffer (and combined-table t))
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
769 ;; Find possible completions in this table.
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
770 (setq current-table (funcall tags-completion-table-function))
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
771 ;; Merge this buffer's completions into the combined table.
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
772 (if combined-table
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
773 (mapatoms
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
774 (lambda (sym) (intern (symbol-name sym) combined-table))
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
775 current-table)
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
776 (setq combined-table current-table))))
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
777 (message "Making tags completion table for %s...done"
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
778 buffer-file-name)
94053
58a4ed015d25 Require 'cl when compiling.
Andreas Schwab <schwab@suse.de>
parents: 93680
diff changeset
779 ;; Cache the result in a buffer-local variable.
69148
ed7ce86c68db (tags-completion-table): Do completion from all the tables in the
Francesco Potortì <pot@gnu.org>
parents: 68773
diff changeset
780 (setq tags-completion-table combined-table))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
781 (quit (message "Tags completion table construction aborted.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
782 (setq tags-completion-table nil)))))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
783
93680
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
784 (defun tags-lazy-completion-table ()
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
785 (lexical-let ((buf (current-buffer)))
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
786 (lambda (string pred action)
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
787 (with-current-buffer buf
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
788 (save-excursion
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
789 ;; If we need to ask for the tag table, allow that.
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
790 (let ((enable-recursive-minibuffers t))
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
791 (visit-tags-table-buffer))
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
792 (complete-with-action action (tags-completion-table) string pred))))))
108179
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
793
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
794 ;;;###autoload (defun tags-completion-at-point-function ()
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
795 ;;;###autoload (if (or tags-table-list tags-file-name)
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
796 ;;;###autoload (progn
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
797 ;;;###autoload (load "etags")
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
798 ;;;###autoload (tags-completion-at-point-function))))
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
799
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
800 (defun tags-completion-at-point-function ()
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
801 "Using tags, return a completion table for the text around point.
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
802 If no tags table is loaded, do nothing and return nil."
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
803 (when (or tags-table-list tags-file-name)
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
804 (let ((completion-ignore-case (if (memq tags-case-fold-search '(t nil))
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
805 tags-case-fold-search
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
806 case-fold-search))
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
807 (pattern (funcall (or find-tag-default-function
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
808 (get major-mode 'find-tag-default-function)
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
809 'find-tag-default)))
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
810 beg)
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
811 (when pattern
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
812 (save-excursion
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
813 (search-backward pattern) ;FIXME: will fail if we're inside pattern.
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
814 (setq beg (point))
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
815 (forward-char (length pattern))
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
816 (list beg (point) (tags-lazy-completion-table)))))))
1397
d469afe703c4 (visit-tags-table-buffer): When trying to pick table, call
Roland McGrath <roland@gnu.org>
parents: 1156
diff changeset
817
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
818 (defun find-tag-tag (string)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
819 "Read a tag name, with defaulting and completion."
47290
eb2e18d1144b (find-tag-tag, complete-tag): Bind
Francesco Potortì <pot@gnu.org>
parents: 45923
diff changeset
820 (let* ((completion-ignore-case (if (memq tags-case-fold-search '(t nil))
eb2e18d1144b (find-tag-tag, complete-tag): Bind
Francesco Potortì <pot@gnu.org>
parents: 45923
diff changeset
821 tags-case-fold-search
eb2e18d1144b (find-tag-tag, complete-tag): Bind
Francesco Potortì <pot@gnu.org>
parents: 45923
diff changeset
822 case-fold-search))
eb2e18d1144b (find-tag-tag, complete-tag): Bind
Francesco Potortì <pot@gnu.org>
parents: 45923
diff changeset
823 (default (funcall (or find-tag-default-function
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
824 (get major-mode 'find-tag-default-function)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
825 'find-tag-default)))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
826 (spec (completing-read (if default
49734
ee509ddc7a03 (find-tag-tag): Move (default foo) to before `:' in the prompt.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 48297
diff changeset
827 (format "%s (default %s): "
ee509ddc7a03 (find-tag-tag): Move (default foo) to before `:' in the prompt.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 48297
diff changeset
828 (substring string 0 (string-match "[ :]+\\'" string))
ee509ddc7a03 (find-tag-tag): Move (default foo) to before `:' in the prompt.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 48297
diff changeset
829 default)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
830 string)
93680
5dee8473f368 Fix problem with completion for buffer-local tables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 91776
diff changeset
831 (tags-lazy-completion-table)
19735
73c2effb07a4 (find-tag-tag): Pass default to completing-read.
Richard M. Stallman <rms@gnu.org>
parents: 19358
diff changeset
832 nil nil nil nil default)))
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
833 (if (equal spec "")
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
834 (or default (error "There is no default tag"))
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
835 spec)))
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
836
852
06165faefe70 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 846
diff changeset
837 (defvar last-tag nil
06165faefe70 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 846
diff changeset
838 "Last tag found by \\[find-tag].")
06165faefe70 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 846
diff changeset
839
2590
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
840 (defun find-tag-interactive (prompt &optional no-default)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
841 "Get interactive arguments for tag functions.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
842 The functions using this are `find-tag-noselect',
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
843 `find-tag-other-window', and `find-tag-regexp'."
35226
e1ba079c4709 (find-tag-interactive): If last-tag is nil,
Eli Zaretskii <eliz@gnu.org>
parents: 35181
diff changeset
844 (if (and current-prefix-arg last-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
845 (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
846 '-
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
847 t))
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
848 (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
849 (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
850 (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
851
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
852 (defvar find-tag-history nil) ; Doc string?
7904
c2259f58ef7e (find-tag-history): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 7843
diff changeset
853
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
854 ;; Dynamic bondage:
95620
c94868f48d3d Remove unnecessary eval-when-compile.
Glenn Morris <rgm@gnu.org>
parents: 95579
diff changeset
855 (defvar etags-case-fold-search)
c94868f48d3d Remove unnecessary eval-when-compile.
Glenn Morris <rgm@gnu.org>
parents: 95579
diff changeset
856 (defvar etags-syntax-table)
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
857
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
858 ;;;###autoload
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
859 (defun find-tag-noselect (tagname &optional next-p regexp-p)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
860 "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
861 Returns the buffer containing the tag's definition and moves its point there,
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
862 but does not select the buffer.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
863 The default for TAGNAME is the expression in the buffer near point.
474
c3bbd755b7da *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 452
diff changeset
864
2590
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
865 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
866 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
867 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
868 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
869 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
870
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
871 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
872
43466
a5aed0eb2cd0 (find-tag-noselect, find-tag)
Eli Zaretskii <eliz@gnu.org>
parents: 42416
diff changeset
873 A marker representing the point when this command is invoked is pushed
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
874 onto a ring and may be popped back to with \\[pop-tag-mark].
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
875 Contrast this with the ring of marks gone to by the command.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
876
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
877 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
878 (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
879
7904
c2259f58ef7e (find-tag-history): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 7843
diff changeset
880 (setq find-tag-history (cons tagname find-tag-history))
35312
2f2f03dac098 (find-tag-noselect): Save the value of
Gerd Moellmann <gerd@gnu.org>
parents: 35226
diff changeset
881 ;; Save the current buffer's value of `find-tag-hook' before
2f2f03dac098 (find-tag-noselect): Save the value of
Gerd Moellmann <gerd@gnu.org>
parents: 35226
diff changeset
882 ;; selecting the tags table buffer. For the same reason, save value
2f2f03dac098 (find-tag-noselect): Save the value of
Gerd Moellmann <gerd@gnu.org>
parents: 35226
diff changeset
883 ;; of `tags-file-name' in case it has a buffer-local value.
35649
3379eca770e2 (find-tag-noselect): Don't bind
Gerd Moellmann <gerd@gnu.org>
parents: 35312
diff changeset
884 (let ((local-find-tag-hook find-tag-hook))
2590
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
885 (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
886 ;; Pop back to a previous location.
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
887 (if (ring-empty-p tags-location-ring)
2590
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
888 (error "No previous tag locations")
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
889 (let ((marker (ring-remove tags-location-ring 0)))
2590
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
890 (prog1
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
891 ;; Move to the saved location.
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
892 (set-buffer (or (marker-buffer marker)
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
893 (error "The marked buffer has been deleted")))
2590
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
894 (goto-char (marker-position marker))
3591
507f64624555 Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents: 3548
diff changeset
895 ;; 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
896 (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
897 ;; 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
898 (run-hooks 'local-find-tag-hook))))
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
899 ;; Record whence we came.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
900 (ring-insert find-tag-marker-ring (point-marker))
35226
e1ba079c4709 (find-tag-interactive): If last-tag is nil,
Eli Zaretskii <eliz@gnu.org>
parents: 35181
diff changeset
901 (if (and next-p last-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
902 ;; 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
903 (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
904 ;; 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
905 (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
906 ;; 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
907 (setq last-tag tagname))
8973
99d8538efe2f (find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents: 8623
diff changeset
908 ;; 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
909 (let ((marker (make-marker)))
95579
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
910 (with-current-buffer
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
911 ;; find-tag-in-order does the real work.
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
912 (find-tag-in-order
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
913 (if (and next-p last-tag) last-tag tagname)
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
914 (if regexp-p
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
915 find-tag-regexp-search-function
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
916 find-tag-search-function)
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
917 (if regexp-p
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
918 find-tag-regexp-tag-order
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
919 find-tag-tag-order)
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
920 (if regexp-p
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
921 find-tag-regexp-next-line-after-failure-p
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
922 find-tag-next-line-after-failure-p)
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
923 (if regexp-p "matching" "containing")
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
924 (or (not next-p) (not last-tag)))
8973
99d8538efe2f (find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents: 8623
diff changeset
925 (set-marker marker (point))
99d8538efe2f (find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents: 8623
diff changeset
926 (run-hooks 'local-find-tag-hook)
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
927 (ring-insert tags-location-ring marker)
8973
99d8538efe2f (find-tag-noselect): Simplify.
Richard M. Stallman <rms@gnu.org>
parents: 8623
diff changeset
928 (current-buffer))))))
360
066d9d0dd901 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 342
diff changeset
929
066d9d0dd901 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 342
diff changeset
930 ;;;###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
931 (defun find-tag (tagname &optional next-p regexp-p)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
932 "Find tag (in current tags table) whose name contains TAGNAME.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
933 Select the buffer containing the tag's definition, and move point there.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
934 The default for TAGNAME is the expression in the buffer around or before point.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
935
2590
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
936 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
937 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
938 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
939 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
940 or just \\[negative-argument]), pop back to the previous tag gone to.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
941
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
942 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
943
43466
a5aed0eb2cd0 (find-tag-noselect, find-tag)
Eli Zaretskii <eliz@gnu.org>
parents: 42416
diff changeset
944 A marker representing the point when this command is invoked is pushed
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
945 onto a ring and may be popped back to with \\[pop-tag-mark].
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
946 Contrast this with the ring of marks gone to by the command.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
947
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
948 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
949 (interactive (find-tag-interactive "Find tag: "))
49734
ee509ddc7a03 (find-tag-tag): Move (default foo) to before `:' in the prompt.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 48297
diff changeset
950 (let* ((buf (find-tag-noselect tagname next-p regexp-p))
ee509ddc7a03 (find-tag-tag): Move (default foo) to before `:' in the prompt.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 48297
diff changeset
951 (pos (with-current-buffer buf (point))))
32311
035ce2227d76 Docstring fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29730
diff changeset
952 (condition-case nil
035ce2227d76 Docstring fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29730
diff changeset
953 (switch-to-buffer buf)
49734
ee509ddc7a03 (find-tag-tag): Move (default foo) to before `:' in the prompt.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 48297
diff changeset
954 (error (pop-to-buffer buf)))
ee509ddc7a03 (find-tag-tag): Move (default foo) to before `:' in the prompt.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 48297
diff changeset
955 (goto-char pos)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
956 ;;;###autoload (define-key esc-map "." 'find-tag)
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
957
727
540b047ece4d *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 662
diff changeset
958 ;;;###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
959 (defun find-tag-other-window (tagname &optional next-p regexp-p)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
960 "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
961 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
962 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
963 around or before point.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
964
2590
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
965 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
966 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
967 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
968 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
969 just \\[negative-argument]), pop back to the previous tag gone to.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
970
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
971 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
972
43466
a5aed0eb2cd0 (find-tag-noselect, find-tag)
Eli Zaretskii <eliz@gnu.org>
parents: 42416
diff changeset
973 A marker representing the point when this command is invoked is pushed
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
974 onto a ring and may be popped back to with \\[pop-tag-mark].
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
975 Contrast this with the ring of marks gone to by the command.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
976
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
977 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
978 (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
979
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
980 ;; 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
981 ;; 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
982 ;; 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
983 ;; doing find-tag-noselect, and restore it after.
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
984 (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
985 (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
986 (tagpoint (progn (set-buffer tagbuf) (point))))
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
987 (set-window-point (prog1
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
988 (selected-window)
1976
eda7eec8f8ad * etags.el (find-tag-other-window): If another window is already
Jim Blandy <jimb@redhat.com>
parents: 1816
diff changeset
989 (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
990 ;; 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
991 ;; 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
992 ;; 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
993 ;; 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
994 ;; 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
995 (set-window-point (selected-window) tagpoint))
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
996 window-point)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
997 ;;;###autoload (define-key ctl-x-4-map "." 'find-tag-other-window)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
998
804
33aaf4b71a1d *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 800
diff changeset
999 ;;;###autoload
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1000 (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
1001 "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
1002 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
1003 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
1004 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
1005
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
1006 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
1007 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
1008 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
1009 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
1010 just \\[negative-argument]), pop back to the previous tag gone to.
727
540b047ece4d *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 662
diff changeset
1011
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1012 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1013
43466
a5aed0eb2cd0 (find-tag-noselect, find-tag)
Eli Zaretskii <eliz@gnu.org>
parents: 42416
diff changeset
1014 A marker representing the point when this command is invoked is pushed
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1015 onto a ring and may be popped back to with \\[pop-tag-mark].
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1016 Contrast this with the ring of marks gone to by the command.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1017
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1018 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
1019 (interactive (find-tag-interactive "Find tag other frame: "))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1020 (let ((pop-up-frames t))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1021 (find-tag-other-window tagname next-p)))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1022 ;;;###autoload (define-key ctl-x-5-map "." 'find-tag-other-frame)
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1023
360
066d9d0dd901 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 342
diff changeset
1024 ;;;###autoload
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1025 (defun find-tag-regexp (regexp &optional next-p other-window)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1026 "Find tag (in current tags table) whose name matches REGEXP.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1027 Select the buffer containing the tag's definition and move point there.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1028
2590
9dace03bd76c (find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath <roland@gnu.org>
parents: 2448
diff changeset
1029 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
1030 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
1031 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
1032 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
1033 just \\[negative-argument]), pop back to the previous tag gone to.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1034
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1035 If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1036
43466
a5aed0eb2cd0 (find-tag-noselect, find-tag)
Eli Zaretskii <eliz@gnu.org>
parents: 42416
diff changeset
1037 A marker representing the point when this command is invoked is pushed
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1038 onto a ring and may be popped back to with \\[pop-tag-mark].
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1039 Contrast this with the ring of marks gone to by the command.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1040
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1041 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
1042 (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
1043 ;; 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
1044 (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
1045 regexp next-p t))
8187
9120cee6bfab (find-tag-regexp): Bind to C-M-..
Richard M. Stallman <rms@gnu.org>
parents: 8116
diff changeset
1046 ;;;###autoload (define-key esc-map [?\C-.] 'find-tag-regexp)
20799
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1047
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1048 ;;;###autoload (define-key esc-map "*" 'pop-tag-mark)
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1049
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1050 ;;;###autoload
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1051 (defun pop-tag-mark ()
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1052 "Pop back to where \\[find-tag] was last invoked.
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1053
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1054 This is distinct from invoking \\[find-tag] with a negative argument
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1055 since that pops a stack of markers at which tags were found, not from
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1056 where they were found."
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1057 (interactive)
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1058 (if (ring-empty-p find-tag-marker-ring)
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1059 (error "No previous locations for find-tag invocation"))
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1060 (let ((marker (ring-remove find-tag-marker-ring 0)))
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1061 (switch-to-buffer (or (marker-buffer marker)
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1062 (error "The marked buffer has been deleted")))
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1063 (goto-char (marker-position marker))
e244bb966970 (find-tag-marker-ring-length): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 20682
diff changeset
1064 (set-marker marker nil nil)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1065
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1066 (defvar tag-lines-already-matched nil
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1067 "Matches remembered between calls.") ; Doc string: calls to what?
15352
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1068
1555
695c6eb2ff31 * etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 1397
diff changeset
1069 (defun find-tag-in-order (pattern
695c6eb2ff31 * etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 1397
diff changeset
1070 search-forward-func
695c6eb2ff31 * etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 1397
diff changeset
1071 order
695c6eb2ff31 * etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 1397
diff changeset
1072 next-line-after-failure-p
695c6eb2ff31 * etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 1397
diff changeset
1073 matching
695c6eb2ff31 * etags.el (find-tag-noselect): Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 1397
diff changeset
1074 first-search)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1075 "Internal tag-finding function.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1076 PATTERN is a string to pass to arg SEARCH-FORWARD-FUNC, and to any
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1077 member of the function list ORDER. If ORDER is nil, use saved state
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1078 to continue a previous search.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1079
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1080 Arg NEXT-LINE-AFTER-FAILURE-P is non-nil if after a failed match,
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1081 point should be moved to the next line.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1082
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1083 Arg MATCHING is a string, an English `-ing' word, to be used in an
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1084 error message."
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1085 ;; Algorithm is as follows:
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1086 ;; For each qualifier-func in ORDER, go to beginning of tags file, and
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1087 ;; perform inner loop: for each naive match for PATTERN found using
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1088 ;; SEARCH-FORWARD-FUNC, qualify the naive match using qualifier-func. If
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1089 ;; it qualifies, go to the specified line in the specified source file
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1090 ;; and return. Qualified matches are remembered to avoid repetition.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1091 ;; State is saved so that the loop can be continued.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1092 (let (file ;name of file containing tag
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1093 tag-info ;where to find the tag in FILE
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1094 (first-table t)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1095 (tag-order order)
15352
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1096 (match-marker (make-marker))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1097 goto-func
28243
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1098 (case-fold-search (if (memq tags-case-fold-search '(nil t))
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1099 tags-case-fold-search
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1100 case-fold-search))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1101 )
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1102 (save-excursion
15352
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1103
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1104 (if first-search
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1105 ;; This is the start of a search for a fresh tag.
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1106 ;; Clear the list of tags matched by the previous search.
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1107 ;; find-tag-noselect has already put us in the first tags table
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1108 ;; buffer before we got called.
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1109 (setq tag-lines-already-matched nil)
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1110 ;; Continuing to search for the tag specified last time.
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1111 ;; tag-lines-already-matched lists locations matched in previous
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1112 ;; calls so we don't visit the same tag twice if it matches twice
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1113 ;; during two passes with different qualification predicates.
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1114 ;; Switch to the current tags table buffer.
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1115 (visit-tags-table-buffer 'same))
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
1116
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1117 ;; Get a qualified match.
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1118 (catch 'qualified-match-found
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
1119
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
1120 ;; Iterate over the list of tags tables.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1121 (while (or first-table
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1122 (visit-tags-table-buffer t))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1123
884
93a935b7a479 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 878
diff changeset
1124 (and first-search first-table
93a935b7a479 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 878
diff changeset
1125 ;; Start at beginning of tags file.
93a935b7a479 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 878
diff changeset
1126 (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
1127
884
93a935b7a479 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 878
diff changeset
1128 (setq first-table nil)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1129
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
1130 ;; Iterate over the list of ordering predicates.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1131 (while order
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1132 (while (funcall search-forward-func pattern nil t)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1133 ;; Naive match found. Qualify the match.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1134 (and (funcall (car order) pattern)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1135 ;; Make sure it is not a previous qualified match.
15352
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1136 (not (member (set-marker match-marker (save-excursion
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1137 (beginning-of-line)
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1138 (point)))
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1139 tag-lines-already-matched))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1140 (throw 'qualified-match-found nil))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1141 (if next-line-after-failure-p
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1142 (forward-line 1)))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1143 ;; Try the next flavor of match.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1144 (setq order (cdr order))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1145 (goto-char (point-min)))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1146 (setq order tag-order))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1147 ;; We throw out on match, so only get here if there were no matches.
15352
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1148 ;; Clear out the markers we use to avoid duplicate matches so they
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1149 ;; don't slow down editting and are immediately available for GC.
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1150 (while tag-lines-already-matched
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1151 (set-marker (car tag-lines-already-matched) nil nil)
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1152 (setq tag-lines-already-matched (cdr tag-lines-already-matched)))
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1153 (set-marker match-marker nil nil)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1154 (error "No %stags %s %s" (if first-search "" "more ")
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1155 matching pattern))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1156
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1157 ;; Found a tag; extract location info.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1158 (beginning-of-line)
15352
e648211d5bac Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath <roland@gnu.org>
parents: 14420
diff changeset
1159 (setq tag-lines-already-matched (cons match-marker
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1160 tag-lines-already-matched))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1161 ;; Expand the filename, using the tags table buffer's default-directory.
34190
e624fa36b252 (tag-partial-file-name-match-p): New function.
Gerd Moellmann <gerd@gnu.org>
parents: 33418
diff changeset
1162 ;; We should be able to search for file-name backwards in file-of-tag:
36736
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
1163 ;; the beginning-of-line is ok except when positioned on a "file-name" tag.
34190
e624fa36b252 (tag-partial-file-name-match-p): New function.
Gerd Moellmann <gerd@gnu.org>
parents: 33418
diff changeset
1164 (setq file (expand-file-name
36736
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
1165 (if (memq (car order) '(tag-exact-file-name-match-p
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
1166 tag-file-name-match-p
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
1167 tag-partial-file-name-match-p))
85451
e1af3a725ca4 * textmodes/two-column.el (2C-split, 2C-merge):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 79080
diff changeset
1168 (save-excursion (forward-line 1)
34190
e624fa36b252 (tag-partial-file-name-match-p): New function.
Gerd Moellmann <gerd@gnu.org>
parents: 33418
diff changeset
1169 (file-of-tag))
e624fa36b252 (tag-partial-file-name-match-p): New function.
Gerd Moellmann <gerd@gnu.org>
parents: 33418
diff changeset
1170 (file-of-tag)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1171 tag-info (funcall snarf-tag-function))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1172
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
1173 ;; Get the local value in the tags table buffer before switching buffers.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1174 (setq goto-func goto-tag-location-function)
50455
7993414db7f7 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
Masatake YAMATO <jet@gyve.org>
parents: 50435
diff changeset
1175 (tag-find-file-of-tag-noselect file)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1176 (widen)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1177 (push-mark)
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1178 (funcall goto-func tag-info)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1179
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1180 ;; Return the buffer where the tag was found.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1181 (current-buffer))))
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1182
50455
7993414db7f7 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
Masatake YAMATO <jet@gyve.org>
parents: 50435
diff changeset
1183 (defun tag-find-file-of-tag-noselect (file)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1184 "Find the right line in the specified FILE."
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1185 ;; If interested in compressed-files, search files with extensions.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1186 ;; Otherwise, search only the real file.
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1187 (let* ((buffer-search-extensions (if (featurep 'jka-compr)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1188 tags-compression-info-list
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1189 '("")))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1190 the-buffer
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1191 (file-search-extensions buffer-search-extensions))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1192 ;; search a buffer visiting the file with each possible extension
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1193 ;; Note: there is a small inefficiency in find-buffer-visiting :
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1194 ;; truename is computed even if not needed. Not too sure about this
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1195 ;; but I suspect truename computation accesses the disk.
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1196 ;; It is maybe a good idea to optimise this find-buffer-visiting.
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1197 ;; An alternative would be to use only get-file-buffer
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1198 ;; but this looks less "sure" to find the buffer for the file.
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1199 (while (and (not the-buffer) buffer-search-extensions)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1200 (setq the-buffer (find-buffer-visiting (concat file (car buffer-search-extensions))))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1201 (setq buffer-search-extensions (cdr buffer-search-extensions)))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1202 ;; if found a buffer but file modified, ensure we re-read !
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1203 (if (and the-buffer (not (verify-visited-file-modtime the-buffer)))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1204 (find-file-noselect (buffer-file-name the-buffer)))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1205 ;; if no buffer found, search for files with possible extensions on disk
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1206 (while (and (not the-buffer) file-search-extensions)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1207 (if (not (file-exists-p (concat file (car file-search-extensions))))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1208 (setq file-search-extensions (cdr file-search-extensions))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1209 (setq the-buffer (find-file-noselect (concat file (car file-search-extensions))))))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1210 (if (not the-buffer)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1211 (if (featurep 'jka-compr)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1212 (error "File %s (with or without extensions %s) not found" file tags-compression-info-list)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1213 (error "File %s not found" file))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1214 (set-buffer the-buffer))))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1215
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1216 (defun tag-find-file-of-tag (file) ; Doc string?
50455
7993414db7f7 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
Masatake YAMATO <jet@gyve.org>
parents: 50435
diff changeset
1217 (let ((buf (tag-find-file-of-tag-noselect file)))
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1218 (condition-case nil
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1219 (switch-to-buffer buf)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1220 (error (pop-to-buffer buf)))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1221
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1222 ;; `etags' TAGS file format support.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1223
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1224 (defun etags-recognize-tags-table ()
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1225 "If `etags-verify-tags-table', make buffer-local format variables.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1226 If current buffer is a valid etags TAGS file, then give it
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1227 buffer-local values of tags table format variables."
1696
cceb5375ce40 Many comments added and docstrings fixed.
Roland McGrath <roland@gnu.org>
parents: 1555
diff changeset
1228 (and (etags-verify-tags-table)
1136
4d4c177b980f *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 1032
diff changeset
1229 ;; It is annoying to flash messages on the screen briefly,
4d4c177b980f *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 1032
diff changeset
1230 ;; and this message is not useful. -- rms
4d4c177b980f *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 1032
diff changeset
1231 ;; (message "%s is an `etags' TAGS file" buffer-file-name)
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1232 (mapc (lambda (elt) (set (make-local-variable (car elt)) (cdr elt)))
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1233 '((file-of-tag-function . etags-file-of-tag)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1234 (tags-table-files-function . etags-tags-table-files)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1235 (tags-completion-table-function . etags-tags-completion-table)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1236 (snarf-tag-function . etags-snarf-tag)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1237 (goto-tag-location-function . etags-goto-tag-location)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1238 (find-tag-regexp-search-function . re-search-forward)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1239 (find-tag-regexp-tag-order . (tag-re-match-p))
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1240 (find-tag-regexp-next-line-after-failure-p . t)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1241 (find-tag-search-function . search-forward)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1242 (find-tag-tag-order . (tag-exact-file-name-match-p
36736
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
1243 tag-file-name-match-p
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1244 tag-exact-match-p
45923
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1245 tag-implicit-name-match-p
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1246 tag-symbol-match-p
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1247 tag-word-match-p
34190
e624fa36b252 (tag-partial-file-name-match-p): New function.
Gerd Moellmann <gerd@gnu.org>
parents: 33418
diff changeset
1248 tag-partial-file-name-match-p
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1249 tag-any-match-p))
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1250 (find-tag-next-line-after-failure-p . nil)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1251 (list-tags-function . etags-list-tags)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1252 (tags-apropos-function . etags-tags-apropos)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1253 (tags-included-tables-function . etags-tags-included-tables)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1254 (verify-tags-table-function . etags-verify-tags-table)
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1255 ))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1256
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1257 (defun etags-verify-tags-table ()
78487
419c5c316b51 Replace `iff' in doc-strings and comments.
Glenn Morris <rgm@gnu.org>
parents: 78234
diff changeset
1258 "Return non-nil if the current buffer is a valid etags TAGS file."
1723
4023bea27d64 (etags-verify-tags-table): Use eq instead of = in case char-after returns
Roland McGrath <roland@gnu.org>
parents: 1697
diff changeset
1259 ;; Use eq instead of = in case char-after returns nil.
44509
92316652b440 (etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44140
diff changeset
1260 (eq (char-after (point-min)) ?\f))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1261
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1262 (defun etags-file-of-tag (&optional relative) ; Doc string?
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1263 (save-excursion
16367
168e1370e887 (etags-file-of-tag): Fix looking-at regexp.
Richard M. Stallman <rms@gnu.org>
parents: 16281
diff changeset
1264 (re-search-backward "\f\n\\([^\n]+\\),[0-9]*\n")
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1265 (let ((str (buffer-substring (match-beginning 1) (match-end 1))))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1266 (if relative
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1267 str
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1268 (expand-file-name str
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1269 (file-truename default-directory))))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1270
10680
69cbb0d5671d (etags-file-of-tag): Handle file name used as tag.
Richard M. Stallman <rms@gnu.org>
parents: 10661
diff changeset
1271
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1272 (defun etags-tags-completion-table () ; Doc string?
55715
7c48b959658d (etags-tags-completion-table): Show parsing progress.
Masatake YAMATO <jet@gyve.org>
parents: 55714
diff changeset
1273 (let ((table (make-vector 511 0))
57387
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1274 (progress-reporter
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1275 (make-progress-reporter
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1276 (format "Making tags completion table for %s..." buffer-file-name)
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1277 (point-min) (point-max))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1278 (save-excursion
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1279 (goto-char (point-min))
2448
0d7fdb12dcdb (etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents: 2445
diff changeset
1280 ;; 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
1281 ;; \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
1282 ;; \2 is not interesting;
0d7fdb12dcdb (etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents: 2445
diff changeset
1283 ;; \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
1284 ;; \4 is not interesting;
5568d8e60c21 (etags-tags-completion-table): Fixed regexp for today's format.
Roland McGrath <roland@gnu.org>
parents: 4391
diff changeset
1285 ;; \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
1286 ;; \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
1287 ;; \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
1288 (while (re-search-forward
28738
d53c2c6bc56f (etags-tags-completion-table): Add a `:'
Gerd Moellmann <gerd@gnu.org>
parents: 28704
diff changeset
1289 "^\\(\\([^\177]+[^-a-zA-Z0-9_+*$:\177]+\\)?\
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1290 \\([-a-zA-Z0-9_+*$?:]+\\)[^-a-zA-Z0-9_+*$?:\177]*\\)\177\
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1291 \\(\\([^\n\001]+\\)\001\\)?\\([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
1292 nil t)
55715
7c48b959658d (etags-tags-completion-table): Show parsing progress.
Masatake YAMATO <jet@gyve.org>
parents: 55714
diff changeset
1293 (intern (prog1 (if (match-beginning 5)
7c48b959658d (etags-tags-completion-table): Show parsing progress.
Masatake YAMATO <jet@gyve.org>
parents: 55714
diff changeset
1294 ;; There is an explicit tag name.
7c48b959658d (etags-tags-completion-table): Show parsing progress.
Masatake YAMATO <jet@gyve.org>
parents: 55714
diff changeset
1295 (buffer-substring (match-beginning 5) (match-end 5))
7c48b959658d (etags-tags-completion-table): Show parsing progress.
Masatake YAMATO <jet@gyve.org>
parents: 55714
diff changeset
1296 ;; No explicit tag name. Best guess.
7c48b959658d (etags-tags-completion-table): Show parsing progress.
Masatake YAMATO <jet@gyve.org>
parents: 55714
diff changeset
1297 (buffer-substring (match-beginning 3) (match-end 3)))
57387
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1298 (progress-reporter-update progress-reporter (point)))
2448
0d7fdb12dcdb (etags-tags-completion-table): Rewritten with a mondo regexp.
Roland McGrath <roland@gnu.org>
parents: 2445
diff changeset
1299 table)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1300 table))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1301
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1302 (defun etags-snarf-tag (&optional use-explicit) ; Doc string?
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1303 (let (tag-text line startpos explicit-start)
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1304 (if (save-excursion
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1305 (forward-line -1)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1306 (looking-at "\f\n"))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1307 ;; The match was for a source file name, not any tag within a file.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1308 ;; Give text of t, meaning to go exactly to the location we specify,
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1309 ;; the beginning of the file.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1310 (setq tag-text t
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1311 line nil
44509
92316652b440 (etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44140
diff changeset
1312 startpos (point-min))
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1313
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1314 ;; Find the end of the tag and record the whole tag text.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1315 (search-forward "\177")
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1316 (setq tag-text (buffer-substring (1- (point))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1317 (save-excursion (beginning-of-line)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1318 (point))))
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1319 ;; If use-explicit is non nil and explicit tag is present, use it as part of
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1320 ;; return value. Else just skip it.
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1321 (setq explicit-start (point))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1322 (when (and (search-forward "\001" (save-excursion (forward-line 1) (point)) t)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1323 use-explicit)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1324 (setq tag-text (buffer-substring explicit-start (1- (point)))))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1325
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1326
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1327 (if (looking-at "[0-9]")
62402
a7e02ef1e3d6 Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents: 57387
diff changeset
1328 (setq line (string-to-number (buffer-substring
a7e02ef1e3d6 Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents: 57387
diff changeset
1329 (point)
a7e02ef1e3d6 Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents: 57387
diff changeset
1330 (progn (skip-chars-forward "0-9")
a7e02ef1e3d6 Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents: 57387
diff changeset
1331 (point))))))
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1332 (search-forward ",")
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1333 (if (looking-at "[0-9]")
62402
a7e02ef1e3d6 Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents: 57387
diff changeset
1334 (setq startpos (string-to-number (buffer-substring
a7e02ef1e3d6 Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents: 57387
diff changeset
1335 (point)
a7e02ef1e3d6 Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents: 57387
diff changeset
1336 (progn (skip-chars-forward "0-9")
a7e02ef1e3d6 Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents: 57387
diff changeset
1337 (point)))))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1338 ;; Leave point on the next line of the tags file.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1339 (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
1340 (cons tag-text (cons line startpos))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1341
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1342 (defun etags-goto-tag-location (tag-info)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1343 "Go to location of tag specified by TAG-INFO.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1344 TAG-INFO is a cons (TEXT LINE . POSITION).
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1345 TEXT is the initial part of a line containing the tag.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1346 LINE is the line number.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1347 POSITION is the (one-based) char position of TEXT within the file.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1348
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1349 If TEXT is t, it means the tag refers to exactly LINE or POSITION,
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1350 whichever is present, LINE having preference, no searching.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1351 Either LINE or POSITION can be nil. POSITION is used if present.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1352
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1353 If the tag isn't exactly at the given position, then look near that
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1354 position using a search window that expands progressively until it
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1355 hits the start of file."
6244
3ad3a0150b6d (etags-tags-completion-table): Let the line number or char pos be empty.
Roland McGrath <roland@gnu.org>
parents: 6140
diff changeset
1356 (let ((startpos (cdr (cdr tag-info)))
15770
17158dfe7765 (etags-goto-tag-location): New local variable LINE; use it.
Roland McGrath <roland@gnu.org>
parents: 15360
diff changeset
1357 (line (car (cdr tag-info)))
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1358 offset found pat)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1359 (if (eq (car tag-info) t)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1360 ;; Direct file tag.
104776
51f16a1079af (etags-goto-tag-location): Use forward-line rather than goto-line.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
1361 (cond (line (progn (goto-char (point-min))
51f16a1079af (etags-goto-tag-location): Use forward-line rather than goto-line.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
1362 (forward-line (1- line))))
15770
17158dfe7765 (etags-goto-tag-location): New local variable LINE; use it.
Roland McGrath <roland@gnu.org>
parents: 15360
diff changeset
1363 (startpos (goto-char startpos))
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1364 (t (error "etags.el BUG: bogus direct file tag")))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1365 ;; This constant is 1/2 the initial search window.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1366 ;; There is no sense in making it too small,
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1367 ;; since just going around the loop once probably
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1368 ;; costs about as much as searching 2000 chars.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1369 (setq offset 1000
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1370 found nil
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1371 pat (concat (if (eq selective-display t)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1372 "\\(^\\|\^m\\)" "^")
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1373 (regexp-quote (car tag-info))))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1374 ;; The character position in the tags table is 0-origin.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1375 ;; Convert it to a 1-origin Emacs character position.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1376 (if startpos (setq startpos (1+ startpos)))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1377 ;; If no char pos was given, try the given line number.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1378 (or startpos
15770
17158dfe7765 (etags-goto-tag-location): New local variable LINE; use it.
Roland McGrath <roland@gnu.org>
parents: 15360
diff changeset
1379 (if line
104776
51f16a1079af (etags-goto-tag-location): Use forward-line rather than goto-line.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
1380 (setq startpos (progn (goto-char (point-min))
51f16a1079af (etags-goto-tag-location): Use forward-line rather than goto-line.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
1381 (forward-line (1- line))
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1382 (point)))))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1383 (or startpos
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1384 (setq startpos (point-min)))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1385 ;; First see if the tag is right at the specified location.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1386 (goto-char startpos)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1387 (setq found (looking-at pat))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1388 (while (and (not found)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1389 (progn
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1390 (goto-char (- startpos offset))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1391 (not (bobp))))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1392 (setq found
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1393 (re-search-forward pat (+ startpos offset) t)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1394 offset (* 3 offset))) ; expand search window
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1395 (or found
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1396 (re-search-forward pat nil t)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1397 (error "Rerun etags: `%s' not found in %s"
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1398 pat buffer-file-name)))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1399 ;; Position point at the right place
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1400 ;; if the search string matched an extra Ctrl-m at the beginning.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1401 (and (eq selective-display t)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1402 (looking-at "\^m")
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1403 (forward-char 1))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1404 (beginning-of-line)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1405
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1406 (defun etags-list-tags (file) ; Doc string?
44509
92316652b440 (etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44140
diff changeset
1407 (goto-char (point-min))
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1408 (when (re-search-forward (concat "\f\n" "\\(" file "\\)" ",") nil t)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1409 (let ((path (save-excursion (forward-line 1) (file-of-tag)))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1410 ;; Get the local value in the tags table
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1411 ;; buffer before switching buffers.
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1412 (goto-func goto-tag-location-function)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1413 tag tag-info pt)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1414 (forward-line 1)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1415 (while (not (or (eobp) (looking-at "\f")))
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1416 (setq tag-info (save-excursion (funcall snarf-tag-function t))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1417 tag (car tag-info)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1418 pt (with-current-buffer standard-output (point)))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1419 (princ tag)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1420 (when (= (aref tag 0) ?\() (princ " ...)"))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1421 (with-current-buffer standard-output
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1422 (make-text-button pt (point)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1423 'tag-info tag-info
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1424 'file-path path
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1425 'goto-func goto-func
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1426 'action (lambda (button)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1427 (let ((tag-info (button-get button 'tag-info))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1428 (goto-func (button-get button 'goto-func)))
50455
7993414db7f7 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
Masatake YAMATO <jet@gyve.org>
parents: 50435
diff changeset
1429 (tag-find-file-of-tag (button-get button 'file-path))
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1430 (widen)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1431 (funcall goto-func tag-info)))
105816
fecb02e16f64 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
Chong Yidong <cyd@stupidchicken.com>
parents: 104776
diff changeset
1432 'follow-link t
fecb02e16f64 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
Chong Yidong <cyd@stupidchicken.com>
parents: 104776
diff changeset
1433 'face tags-tag-face
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1434 'type 'button))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1435 (terpri)
4940
2f65b0f9c6fc (etags-list-tags): Return t if found the file.
Richard M. Stallman <rms@gnu.org>
parents: 4857
diff changeset
1436 (forward-line 1))
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1437 t)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1438
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1439 (defmacro tags-with-face (face &rest body)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1440 "Execute BODY, give output to `standard-output' face FACE."
41772
647a7868ae38 (tags-with-face): Use make-symbol.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40309
diff changeset
1441 (let ((pp (make-symbol "start")))
29086
a4b321043588 Fix last change.
Dave Love <fx@gnu.org>
parents: 29080
diff changeset
1442 `(let ((,pp (with-current-buffer standard-output (point))))
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1443 ,@body
29086
a4b321043588 Fix last change.
Dave Love <fx@gnu.org>
parents: 29080
diff changeset
1444 (put-text-property ,pp (with-current-buffer standard-output (point))
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1445 'face ,face standard-output))))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1446
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1447 (defun etags-tags-apropos-additional (regexp)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1448 "Display tags matching REGEXP from `tags-apropos-additional-actions'."
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1449 (with-current-buffer standard-output
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1450 (dolist (oba tags-apropos-additional-actions)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1451 (princ "\n\n")
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1452 (tags-with-face 'highlight (princ (car oba)))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1453 (princ":\n\n")
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1454 (let* ((beg (point))
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1455 (symbs (car (cddr oba)))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1456 (ins-symb (lambda (sy)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1457 (let ((sn (symbol-name sy)))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1458 (when (string-match regexp sn)
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1459 (make-text-button (point)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1460 (progn (princ sy) (point))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1461 'action-internal(cadr oba)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1462 'action (lambda (button) (funcall
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1463 (button-get button 'action-internal)
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1464 (button-get button 'item)))
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1465 'item sn
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1466 'face tags-tag-face
105816
fecb02e16f64 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
Chong Yidong <cyd@stupidchicken.com>
parents: 104776
diff changeset
1467 'follow-link t
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1468 'type 'button)
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1469 (terpri))))))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1470 (when (symbolp symbs)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1471 (if (boundp symbs)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1472 (setq symbs (symbol-value symbs))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1473 (insert "symbol `" (symbol-name symbs) "' has no value\n")
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1474 (setq symbs nil)))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1475 (if (vectorp symbs)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1476 (mapatoms ins-symb symbs)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1477 (dolist (sy symbs)
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1478 (funcall ins-symb (car sy))))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1479 (sort-lines nil beg (point))))))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1480
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1481 (defun etags-tags-apropos (string) ; Doc string?
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1482 (when tags-apropos-verbose
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1483 (princ "Tags in file `")
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1484 (tags-with-face 'highlight (princ buffer-file-name))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1485 (princ "':\n\n"))
44509
92316652b440 (etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44140
diff changeset
1486 (goto-char (point-min))
57387
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1487 (let ((progress-reporter (make-progress-reporter
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1488 (format "Making tags apropos buffer for `%s'..."
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1489 string)
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1490 (point-min) (point-max))))
56556
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1491 (while (re-search-forward string nil t)
57387
55eb88327d84 (etags-tags-completion-table): Use progress reporter.
Eli Zaretskii <eliz@gnu.org>
parents: 56827
diff changeset
1492 (progress-reporter-update progress-reporter (point))
56556
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1493 (beginning-of-line)
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1494
56556
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1495 (let* ( ;; Get the local value in the tags table
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1496 ;; buffer before switching buffers.
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1497 (goto-func goto-tag-location-function)
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1498 (tag-info (save-excursion (funcall snarf-tag-function)))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1499 (tag (if (eq t (car tag-info)) nil (car tag-info)))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1500 (file-path (save-excursion (if tag (file-of-tag)
85451
e1af3a725ca4 * textmodes/two-column.el (2C-split, 2C-merge):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 79080
diff changeset
1501 (save-excursion (forward-line 1)
56556
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1502 (file-of-tag)))))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1503 (file-label (if tag (file-of-tag t)
85451
e1af3a725ca4 * textmodes/two-column.el (2C-split, 2C-merge):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 79080
diff changeset
1504 (save-excursion (forward-line 1)
56556
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1505 (file-of-tag t))))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1506 (pt (with-current-buffer standard-output (point))))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1507 (if tag
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1508 (progn
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1509 (princ (format "[%s]: " file-label))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1510 (princ tag)
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1511 (when (= (aref tag 0) ?\() (princ " ...)"))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1512 (with-current-buffer standard-output
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1513 (make-text-button pt (point)
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1514 'tag-info tag-info
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1515 'file-path file-path
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1516 'goto-func goto-func
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1517 'action (lambda (button)
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1518 (let ((tag-info (button-get button 'tag-info))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1519 (goto-func (button-get button 'goto-func)))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1520 (tag-find-file-of-tag (button-get button 'file-path))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1521 (widen)
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1522 (funcall goto-func tag-info)))
105816
fecb02e16f64 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
Chong Yidong <cyd@stupidchicken.com>
parents: 104776
diff changeset
1523 'follow-link t
fecb02e16f64 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
Chong Yidong <cyd@stupidchicken.com>
parents: 104776
diff changeset
1524 'face tags-tag-face
56556
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1525 'type 'button)))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1526 (princ (format "- %s" file-label))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1527 (with-current-buffer standard-output
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1528 (make-text-button pt (point)
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1529 'file-path file-path
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1530 'action (lambda (button)
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1531 (tag-find-file-of-tag (button-get button 'file-path))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1532 ;; Get the local value in the tags table
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1533 ;; buffer before switching buffers.
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1534 (goto-char (point-min)))
105816
fecb02e16f64 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
Chong Yidong <cyd@stupidchicken.com>
parents: 104776
diff changeset
1535 'follow-link t
fecb02e16f64 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
Chong Yidong <cyd@stupidchicken.com>
parents: 104776
diff changeset
1536 'face tags-tag-face
fecb02e16f64 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
Chong Yidong <cyd@stupidchicken.com>
parents: 104776
diff changeset
1537 'type 'button))))
56556
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1538 (terpri)
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1539 (forward-line 1))
8699eccc1a33 (etags-tags-apropos): Show building progress.
Masatake YAMATO <jet@gyve.org>
parents: 55715
diff changeset
1540 (message nil))
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1541 (when tags-apropos-verbose (princ "\n")))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1542
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1543 (defun etags-tags-table-files () ; Doc string?
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1544 (let ((files nil)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1545 beg)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1546 (goto-char (point-min))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1547 (while (search-forward "\f\n" nil t)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1548 (setq beg (point))
9579
2a5d9c96525f (etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents: 9525
diff changeset
1549 (end-of-line)
2a5d9c96525f (etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents: 9525
diff changeset
1550 (skip-chars-backward "^," beg)
2a5d9c96525f (etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents: 9525
diff changeset
1551 (or (looking-at "include$")
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1552 (setq files (cons (buffer-substring beg (1- (point))) files))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1553 (nreverse files)))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1554
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1555 (defun etags-tags-included-tables () ; Doc string?
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1556 (let ((files nil)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1557 beg)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1558 (goto-char (point-min))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1559 (while (search-forward "\f\n" nil t)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1560 (setq beg (point))
9579
2a5d9c96525f (etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents: 9525
diff changeset
1561 (end-of-line)
2a5d9c96525f (etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents: 9525
diff changeset
1562 (skip-chars-backward "^," beg)
2a5d9c96525f (etags-tags-table-files, etags-tags-included-tables):
Richard M. Stallman <rms@gnu.org>
parents: 9525
diff changeset
1563 (if (looking-at "include$")
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1564 ;; 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
1565 (setq files (cons (expand-file-name (buffer-substring beg (1- (point))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1566 files))))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1567 (nreverse files)))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1568
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1569 ;; Empty tags file support.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1570
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1571 (defun tags-recognize-empty-tags-table ()
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1572 "Return non-nil if current buffer is empty.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1573 If empty, make buffer-local values of the tags table format variables
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1574 that do nothing."
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1575 (and (zerop (buffer-size))
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1576 (mapc (lambda (sym) (set (make-local-variable sym) 'ignore))
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1577 '(tags-table-files-function
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1578 tags-completion-table-function
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1579 find-tag-regexp-search-function
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1580 find-tag-search-function
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1581 tags-apropos-function
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
1582 tags-included-tables-function))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1583 (set (make-local-variable 'verify-tags-table-function)
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1584 (lambda () (zerop (buffer-size))))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1585
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1586 ;; Match qualifier functions for tagnames.
45921
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1587 ;; These functions assume the etags file format defined in etc/ETAGS.EBNF.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1588
884
93a935b7a479 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 878
diff changeset
1589 ;; This might be a neat idea, but it's too hairy at the moment.
93a935b7a479 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 878
diff changeset
1590 ;;(defmacro tags-with-syntax (&rest body)
95579
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
1591 ;; `(with-syntax-table
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
1592 ;; (with-current-buffer (find-file-noselect (file-of-tag))
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
1593 ;; (syntax-table))
bf49392d93fe (tags-verify-table): Be careful to use and update
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94673
diff changeset
1594 ;; ,@body))
884
93a935b7a479 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 878
diff changeset
1595 ;;(put 'tags-with-syntax 'edebug-form-spec '(&rest form))
877
e0dde8b90613 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 852
diff changeset
1596
45921
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1597 ;; exact file name match, i.e. searched tag must match complete file
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1598 ;; name including directories parts if there are some.
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1599 (defun tag-exact-file-name-match-p (tag)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1600 "Return non-nil if TAG matches complete file name.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1601 Any directory part of the file name is also matched."
45921
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1602 (and (looking-at ",[0-9\n]")
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1603 (save-excursion (backward-char (+ 2 (length tag)))
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1604 (looking-at "\f\n"))))
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1605
45921
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1606 ;; file name match as above, but searched tag must match the file
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1607 ;; name not including the directories if there are some.
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1608 (defun tag-file-name-match-p (tag)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1609 "Return non-nil if TAG matches file name, excluding directory part."
45921
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1610 (and (looking-at ",[0-9\n]")
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1611 (save-excursion (backward-char (1+ (length tag)))
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1612 (looking-at "/"))))
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1613
45921
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1614 ;; this / to detect we are after a directory separator is ok for unix,
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1615 ;; is there a variable that contains the regexp for directory separator
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1616 ;; on whatever operating system ?
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1617 ;; Looks like ms-win will lose here :).
d10f7a8678bc Rearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì <pot@gnu.org>
parents: 45920
diff changeset
1618
9021
e0709ca0418a (tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents: 9020
diff changeset
1619 ;; t if point is at a tag line that matches TAG exactly.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1620 ;; point should be just after a string that matches TAG.
884
93a935b7a479 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 878
diff changeset
1621 (defun tag-exact-match-p (tag)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1622 "Return non-nil if current tag line matches TAG exactly.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1623 Point should be just after a string that matches 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
1624 ;; 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
1625 (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
1626 (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
1627 ;; 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
1628 (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
1629
45923
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1630 ;; t if point is at a tag line that has an implicit name.
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1631 ;; point should be just after a string that matches TAG.
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1632 (defun tag-implicit-name-match-p (tag)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1633 "Return non-nil if current tag line has an implicit name.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1634 Point should be just after a string that matches TAG."
45923
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1635 ;; Look at the comment of the make_tag function in lib-src/etags.c for
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1636 ;; a textual description of the four rules.
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1637 (and (string-match "^[^ \t()=,;]+$" tag) ;rule #1
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1638 (looking-at "[ \t()=,;]?\177") ;rules #2 and #4
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1639 (save-excursion
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1640 (backward-char (1+ (length tag)))
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1641 (looking-at "[\n \t()=,;]")))) ;rule #3
fe953746c5e8 (tag-implicit-name-match-p): New function.
Francesco Potortì <pot@gnu.org>
parents: 45921
diff changeset
1642
9021
e0709ca0418a (tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents: 9020
diff changeset
1643 ;; 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
1644 ;; 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
1645 (defun tag-symbol-match-p (tag)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1646 "Return non-nil if current tag line matches TAG as a symbol.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1647 Point should be just after a string that matches TAG."
9021
e0709ca0418a (tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents: 9020
diff changeset
1648 (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
1649 (save-excursion
e0709ca0418a (tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents: 9020
diff changeset
1650 (backward-char (1+ (length tag)))
e0709ca0418a (tag-symbol-match-p): New function.
Roland McGrath <roland@gnu.org>
parents: 9020
diff changeset
1651 (and (looking-at "\\Sw") (looking-at "\\S_")))))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1652
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1653 ;; t if point is at a tag line that matches TAG as a word.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1654 ;; point should be just after a string that matches TAG.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1655 (defun tag-word-match-p (tag)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1656 "Return non-nil if current tag line matches TAG as a word.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1657 Point should be just after a string that matches TAG."
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1658 (and (looking-at "\\b.*\177")
15770
17158dfe7765 (etags-goto-tag-location): New local variable LINE; use it.
Roland McGrath <roland@gnu.org>
parents: 15360
diff changeset
1659 (save-excursion (backward-char (length tag))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1660 (looking-at "\\b"))))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1661
37963
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
1662 ;; partial file name match, i.e. searched tag must match a substring
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
1663 ;; of the file name (potentially including a directory separator).
34190
e624fa36b252 (tag-partial-file-name-match-p): New function.
Gerd Moellmann <gerd@gnu.org>
parents: 33418
diff changeset
1664 (defun tag-partial-file-name-match-p (tag)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1665 "Return non-nil if current tag matches file name.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1666 This is a substring match, and it can include directory separators.
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1667 Point should be just after a string that matches TAG."
43881
e9654452ad5e * progmodes/etags.el (tag-exact-file-name-match-p)
Francesco Potortì <pot@gnu.org>
parents: 43853
diff changeset
1668 (and (looking-at ".*,[0-9\n]")
34190
e624fa36b252 (tag-partial-file-name-match-p): New function.
Gerd Moellmann <gerd@gnu.org>
parents: 33418
diff changeset
1669 (save-excursion (beginning-of-line)
e624fa36b252 (tag-partial-file-name-match-p): New function.
Gerd Moellmann <gerd@gnu.org>
parents: 33418
diff changeset
1670 (backward-char 2)
e624fa36b252 (tag-partial-file-name-match-p): New function.
Gerd Moellmann <gerd@gnu.org>
parents: 33418
diff changeset
1671 (looking-at "\f\n"))))
10661
32beb7b6dbf7 Changes to support filenames as tags too and provided
Richard M. Stallman <rms@gnu.org>
parents: 10458
diff changeset
1672
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1673 ;; t if point is in a tag line with a tag containing TAG as a substring.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1674 (defun tag-any-match-p (tag)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1675 "Return non-nil if current tag line contains TAG as a substring."
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1676 (looking-at ".*\177"))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1677
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1678 ;; t if point is at a tag line that matches RE as a regexp.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1679 (defun tag-re-match-p (re)
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1680 "Return non-nil if current tag line matches regexp RE."
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1681 (save-excursion
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1682 (beginning-of-line)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1683 (let ((bol (point)))
111429
249a1455856a Use line-end-position rather than end-of-line, etc.
Glenn Morris <rgm@gnu.org>
parents: 110579
diff changeset
1684 (and (search-forward "\177" (line-end-position) t)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1685 (re-search-backward re bol t)))))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1686
91399
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1687 (defcustom tags-loop-revert-buffers nil
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1688 "*Non-nil means tags-scanning loops should offer to reread changed files.
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1689 These loops normally read each file into Emacs, but when a file
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1690 is already visited, they use the existing buffer.
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1691 When this flag is non-nil, they offer to revert the existing buffer
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1692 in the case where the file has changed since you visited it."
23415
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1693 :type 'boolean
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1694 :group 'etags)
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1695
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1696 ;;;###autoload
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1697 (defun next-file (&optional initialize novisit)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1698 "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
1699
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
1700 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
1701 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
1702 neither nil nor t, it is evalled to initialize the list of files.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1703
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1704 Non-nil second argument NOVISIT means use a temporary buffer
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1705 to save time and avoid uninteresting warnings.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1706
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1707 Value is nil if the file was already visited;
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1708 if the file was newly read in, the value is the filename."
13576
38c6a718abb8 (next-file): Make interactive arg t if had any prefix arg.
Richard M. Stallman <rms@gnu.org>
parents: 13341
diff changeset
1709 ;; Make the interactive arg t if there was any prefix arg.
38c6a718abb8 (next-file): Make interactive arg t if had any prefix arg.
Richard M. Stallman <rms@gnu.org>
parents: 13341
diff changeset
1710 (interactive (list (if current-prefix-arg t)))
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
1711 (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
1712 ;; 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
1713 )
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
1714 ((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
1715 ;; 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
1716 (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
1717 ;; 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
1718 (visit-tags-table-buffer)
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1719 ;; Copy the list so we can setcdr below, and expand the file
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1720 ;; names while we are at it, in this buffer's default directory.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1721 (setq next-file-list (mapcar 'expand-file-name (tags-table-files)))
9631
a5bd0b6b080e (next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents: 9579
diff changeset
1722 ;; 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
1723 ;; 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
1724 (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
1725 ;; 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
1726 ;; 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
1727 (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
1728 (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
1729 (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
1730 ;; 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
1731 ;; 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
1732 (if tail
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1733 (setcdr tail (mapcar 'expand-file-name (tags-table-files)))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1734 (setq next-file-list (mapcar 'expand-file-name
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1735 (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
1736 (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
1737 ;; 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
1738 (setq next-file-list (eval initialize))))
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1739 (unless next-file-list
9631
a5bd0b6b080e (next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents: 9579
diff changeset
1740 (and novisit
a5bd0b6b080e (next-file): Initialize next-file-list all at once from all tables.
Roland McGrath <roland@gnu.org>
parents: 9579
diff changeset
1741 (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
1742 (kill-buffer " *next-file*"))
18623
fc78e7f26a64 (next-file, tags-loop-scan): Fix error message.
Richard M. Stallman <rms@gnu.org>
parents: 18324
diff changeset
1743 (error "All files processed"))
12942
3685b0e52d2a (next-file): Advance next-file-list before finding the file named in its
Roland McGrath <roland@gnu.org>
parents: 11792
diff changeset
1744 (let* ((next (car next-file-list))
23415
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1745 (buffer (get-file-buffer next))
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1746 (new (not buffer)))
12942
3685b0e52d2a (next-file): Advance next-file-list before finding the file named in its
Roland McGrath <roland@gnu.org>
parents: 11792
diff changeset
1747 ;; Advance the list before trying to find the file.
3685b0e52d2a (next-file): Advance next-file-list before finding the file named in its
Roland McGrath <roland@gnu.org>
parents: 11792
diff changeset
1748 ;; If we get an error finding the file, don't get stuck on it.
3685b0e52d2a (next-file): Advance next-file-list before finding the file named in its
Roland McGrath <roland@gnu.org>
parents: 11792
diff changeset
1749 (setq next-file-list (cdr next-file-list))
23415
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1750 ;; Optionally offer to revert buffers
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1751 ;; if the files have changed on disk.
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1752 (and buffer tags-loop-revert-buffers
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1753 (not (verify-visited-file-modtime buffer))
91399
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1754 (y-or-n-p
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1755 (format
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1756 (if (buffer-modified-p buffer)
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1757 "File %s changed on disk. Discard your edits? "
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1758 "File %s changed on disk. Reread from disk? ")
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1759 next))
23415
b511a32c37fd (tags-loop-revert-buffers): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 23377
diff changeset
1760 (with-current-buffer buffer
91399
36aeb7924be6 Undo last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 91390
diff changeset
1761 (revert-buffer t t)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1762 (if (not (and new novisit))
12942
3685b0e52d2a (next-file): Advance next-file-list before finding the file named in its
Roland McGrath <roland@gnu.org>
parents: 11792
diff changeset
1763 (set-buffer (find-file-noselect next novisit))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1764 ;; Like find-file, but avoids random warning messages.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1765 (set-buffer (get-buffer-create " *next-file*"))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1766 (kill-all-local-variables)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1767 (erase-buffer)
12942
3685b0e52d2a (next-file): Advance next-file-list before finding the file named in its
Roland McGrath <roland@gnu.org>
parents: 11792
diff changeset
1768 (setq new next)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1769 (insert-file-contents new nil))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1770 new))
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1771
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1772 (defvar tags-loop-operate nil
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1773 "Form for `tags-loop-continue' to eval to change one file.")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1774
1808
60685747963c (tags-loop-scan): Set default value to an error form.
Roland McGrath <roland@gnu.org>
parents: 1807
diff changeset
1775 (defvar tags-loop-scan
14420
071f9717597f (visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error format
Karl Heuer <kwzh@gnu.org>
parents: 14169
diff changeset
1776 '(error "%s"
071f9717597f (visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error format
Karl Heuer <kwzh@gnu.org>
parents: 14169
diff changeset
1777 (substitute-command-keys
18623
fc78e7f26a64 (next-file, tags-loop-scan): Fix error message.
Richard M. Stallman <rms@gnu.org>
parents: 18324
diff changeset
1778 "No \\[tags-search] or \\[tags-query-replace] in progress"))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1779 "Form for `tags-loop-continue' to eval to scan one file.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1780 If it returns non-nil, this file needs processing by evalling
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1781 \`tags-loop-operate'. Otherwise, move on to the next file.")
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1782
28243
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1783 (defun tags-loop-eval (form)
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1784 "Evaluate FORM and return its result.
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1785 Bind `case-fold-search' during the evaluation, depending on the value of
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1786 `tags-case-fold-search'."
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1787 (let ((case-fold-search (if (memq tags-case-fold-search '(t nil))
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1788 tags-case-fold-search
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1789 case-fold-search)))
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1790 (eval form)))
36736
2eea125a1272 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì <pot@gnu.org>
parents: 35961
diff changeset
1791
28243
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1792
360
066d9d0dd901 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 342
diff changeset
1793 ;;;###autoload
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1794 (defun tags-loop-continue (&optional first-time)
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1795 "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
1796 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
1797 argument is passed to `next-file', which see).
11792
4284a0c7971a (tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 11482
diff changeset
1798
4284a0c7971a (tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 11482
diff changeset
1799 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
1800 `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
1801 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
1802 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
1803 nil, we exit; otherwise we scan the next file."
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1804 (interactive)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1805 (let (new
25438
4868ac7f6a3f (tags-loop-continue): After tags-loop-operate returns, force skip to next file.
Richard M. Stallman <rms@gnu.org>
parents: 25278
diff changeset
1806 ;; Non-nil means we have finished one file
4868ac7f6a3f (tags-loop-continue): After tags-loop-operate returns, force skip to next file.
Richard M. Stallman <rms@gnu.org>
parents: 25278
diff changeset
1807 ;; and should not scan it again.
4868ac7f6a3f (tags-loop-continue): After tags-loop-operate returns, force skip to next file.
Richard M. Stallman <rms@gnu.org>
parents: 25278
diff changeset
1808 file-finished
36748
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1809 original-point
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1810 (messaged nil))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1811 (while
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1812 (progn
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1813 ;; Scan files quickly for the first or next interesting one.
36748
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1814 ;; This starts at point in the current buffer.
25438
4868ac7f6a3f (tags-loop-continue): After tags-loop-operate returns, force skip to next file.
Richard M. Stallman <rms@gnu.org>
parents: 25278
diff changeset
1815 (while (or first-time file-finished
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1816 (save-restriction
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1817 (widen)
28243
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1818 (not (tags-loop-eval tags-loop-scan))))
36748
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1819 ;; If nothing was found in the previous file, and
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1820 ;; that file isn't in a temp buffer, restore point to
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1821 ;; where it was.
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1822 (when original-point
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1823 (goto-char original-point))
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1824
25438
4868ac7f6a3f (tags-loop-continue): After tags-loop-operate returns, force skip to next file.
Richard M. Stallman <rms@gnu.org>
parents: 25278
diff changeset
1825 (setq file-finished nil)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1826 (setq new (next-file first-time t))
36748
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1827
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1828 ;; If NEW is non-nil, we got a temp buffer,
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1829 ;; and NEW is the file name.
36748
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1830 (when (or messaged
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1831 (and (not first-time)
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1832 (> baud-rate search-slow-speed)
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1833 (setq messaged t)))
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1834 (message "Scanning file %s..." (or new buffer-file-name)))
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1835
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1836 (setq first-time nil)
36748
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1837 (setq original-point (if new nil (point)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1838 (goto-char (point-min)))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1839
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1840 ;; If we visited it in a temp buffer, visit it now for real.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1841 (if new
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1842 (let ((pos (point)))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1843 (erase-buffer)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1844 (set-buffer (find-file-noselect new))
11792
4284a0c7971a (tags-loop-continue): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 11482
diff changeset
1845 (setq new nil) ;No longer in a temp buffer.
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1846 (widen)
36748
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1847 (goto-char pos))
1e71d38a27df (tags-loop-continue): Don't change point in a
Gerd Moellmann <gerd@gnu.org>
parents: 36736
diff changeset
1848 (push-mark original-point t))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1849
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1850 (switch-to-buffer (current-buffer))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1851
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1852 ;; Now operate on the file.
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1853 ;; If value is non-nil, continue to scan the next file.
28243
9669a6691caa (tags-case-fold-search): New user-option.
Gerd Moellmann <gerd@gnu.org>
parents: 26720
diff changeset
1854 (tags-loop-eval tags-loop-operate))
25438
4868ac7f6a3f (tags-loop-continue): After tags-loop-operate returns, force skip to next file.
Richard M. Stallman <rms@gnu.org>
parents: 25278
diff changeset
1855 (setq file-finished t))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1856 (and messaged
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1857 (null tags-loop-operate)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1858 (message "Scanning file %s...found" buffer-file-name))))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1859 ;;;###autoload (define-key esc-map "," 'tags-loop-continue)
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1860
360
066d9d0dd901 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 342
diff changeset
1861 ;;;###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
1862 (defun tags-search (regexp &optional file-list-form)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1863 "Search through all files listed in tags table for match for REGEXP.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1864 Stops when a match is found.
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1865 To continue searching for next match, use command \\[tags-loop-continue].
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1866
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1867 See documentation of variable `tags-file-name'."
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1868 (interactive "sTags search (regexp): ")
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1869 (if (and (equal regexp "")
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1870 (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
1871 (null tags-loop-operate))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1872 ;; Continue last tags-search as if by M-,.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1873 (tags-loop-continue nil)
41772
647a7868ae38 (tags-with-face): Use make-symbol.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40309
diff changeset
1874 (setq tags-loop-scan `(re-search-forward ',regexp nil t)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1875 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
1876 (tags-loop-continue (or file-list-form t))))
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1877
360
066d9d0dd901 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 342
diff changeset
1878 ;;;###autoload
79948
d8c232d0bd1c (tags-query-replace): Delete unused optional args. Doc fix.
Richard M. Stallman <rms@gnu.org>
parents: 79931
diff changeset
1879 (defun tags-query-replace (from to &optional delimited file-list-form)
42416
36dc6c5f8b28 (tags-query-replace): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents: 41772
diff changeset
1880 "Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1881 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
42416
36dc6c5f8b28 (tags-query-replace): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents: 41772
diff changeset
1882 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1883 with the command \\[tags-loop-continue].
79931
7ae2b20e0d16 (tags-query-replace): Doc fix.
Eli Zaretskii <eliz@gnu.org>
parents: 79717
diff changeset
1884 Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
7ae2b20e0d16 (tags-query-replace): Doc fix.
Eli Zaretskii <eliz@gnu.org>
parents: 79717
diff changeset
1885 Fifth and sixth arguments START and END are accepted, for compatibility
7ae2b20e0d16 (tags-query-replace): Doc fix.
Eli Zaretskii <eliz@gnu.org>
parents: 79717
diff changeset
1886 with `query-replace-regexp', and ignored.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1887
79948
d8c232d0bd1c (tags-query-replace): Delete unused optional args. Doc fix.
Richard M. Stallman <rms@gnu.org>
parents: 79931
diff changeset
1888 If FILE-LIST-FORM is non-nil, it is a form to evaluate to
d8c232d0bd1c (tags-query-replace): Delete unused optional args. Doc fix.
Richard M. Stallman <rms@gnu.org>
parents: 79931
diff changeset
1889 produce the list of files to search.
d8c232d0bd1c (tags-query-replace): Delete unused optional args. Doc fix.
Richard M. Stallman <rms@gnu.org>
parents: 79931
diff changeset
1890
d8c232d0bd1c (tags-query-replace): Delete unused optional args. Doc fix.
Richard M. Stallman <rms@gnu.org>
parents: 79931
diff changeset
1891 See also the documentation of the variable `tags-file-name'."
44140
43143e459aae (tags-query-replace): Pass t for NOERROR to query-replace-read-args.
Richard M. Stallman <rms@gnu.org>
parents: 43881
diff changeset
1892 (interactive (query-replace-read-args "Tags query replace (regexp)" t t))
41772
647a7868ae38 (tags-with-face): Use make-symbol.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40309
diff changeset
1893 (setq tags-loop-scan `(let ,(unless (equal from (downcase from))
647a7868ae38 (tags-with-face): Use make-symbol.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40309
diff changeset
1894 '((case-fold-search nil)))
647a7868ae38 (tags-with-face): Use make-symbol.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40309
diff changeset
1895 (if (re-search-forward ',from nil t)
647a7868ae38 (tags-with-face): Use make-symbol.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40309
diff changeset
1896 ;; When we find a match, move back
647a7868ae38 (tags-with-face): Use make-symbol.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40309
diff changeset
1897 ;; to the beginning of it so perform-replace
647a7868ae38 (tags-with-face): Use make-symbol.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40309
diff changeset
1898 ;; will see it.
647a7868ae38 (tags-with-face): Use make-symbol.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40309
diff changeset
1899 (goto-char (match-beginning 0))))
96909
3e4cbf8f8b68 (tags-query-replace): Set arg `map' of `perform-replace'
Juri Linkov <juri@jurta.org>
parents: 95620
diff changeset
1900 tags-loop-operate `(perform-replace ',from ',to t t ',delimited
3e4cbf8f8b68 (tags-query-replace): Set arg `map' of `perform-replace'
Juri Linkov <juri@jurta.org>
parents: 95620
diff changeset
1901 nil multi-query-replace-map))
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
1902 (tags-loop-continue (or file-list-form t)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1903
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
1904 (defun tags-complete-tags-table-file (string predicate what) ; Doc string?
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1905 (save-excursion
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1906 ;; If we need to ask for the tag table, allow that.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1907 (let ((enable-recursive-minibuffers t))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1908 (visit-tags-table-buffer))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1909 (if (eq what t)
45430
d207a1784c9e (tags-complete-tags-table-file): Don't cons unnecessarily.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44509
diff changeset
1910 (all-completions string (tags-table-files) predicate)
d207a1784c9e (tags-complete-tags-table-file): Don't cons unnecessarily.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44509
diff changeset
1911 (try-completion string (tags-table-files) predicate))))
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1912
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1913 ;;;###autoload
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1914 (defun list-tags (file &optional next-match)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1915 "Display list of tags in file FILE.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1916 This searches only the first table in the list, and no included tables.
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1917 FILE should be as it appeared in the `etags' command, usually without a
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1918 directory specification."
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1919 (interactive (list (completing-read "List tags in file: "
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1920 'tags-complete-tags-table-file
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1921 nil t nil)))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1922 (with-output-to-temp-buffer "*Tags List*"
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1923 (princ "Tags in file `")
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1924 (tags-with-face 'highlight (princ file))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1925 (princ "':\n\n")
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1926 (save-excursion
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1927 (let ((first-time t)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1928 (gotany nil))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1929 (while (visit-tags-table-buffer (not first-time))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1930 (setq first-time nil)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1931 (if (funcall list-tags-function file)
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1932 (setq gotany t)))
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
1933 (or gotany
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1934 (error "File %s not in current tags tables" file)))))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1935 (with-current-buffer "*Tags List*"
55714
7b91de4a810f * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
Masatake YAMATO <jet@gyve.org>
parents: 52401
diff changeset
1936 (require 'apropos)
62622
d27edfeb78fa (list-tags): Use with-no-warnings.
Richard M. Stallman <rms@gnu.org>
parents: 62402
diff changeset
1937 (with-no-warnings
d27edfeb78fa (list-tags): Use with-no-warnings.
Richard M. Stallman <rms@gnu.org>
parents: 62402
diff changeset
1938 (apropos-mode))
50435
2c804de1a942 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero <lekktu@gmail.com>
parents: 50419
diff changeset
1939 (setq buffer-read-only t)))
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1940
360
066d9d0dd901 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 342
diff changeset
1941 ;;;###autoload
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1942 (defun tags-apropos (regexp)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1943 "Display list of all tags in tags table REGEXP matches."
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1944 (interactive "sTags apropos (regexp): ")
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1945 (with-output-to-temp-buffer "*Tags List*"
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1946 (princ "Click mouse-2 to follow tags.\n\nTags matching regexp `")
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1947 (tags-with-face 'highlight (princ regexp))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1948 (princ "':\n\n")
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1949 (save-excursion
1149
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
1950 (let ((first-time t))
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
1951 (while (visit-tags-table-buffer (not first-time))
283fa748ba99 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 1138
diff changeset
1952 (setq first-time nil)
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1953 (funcall tags-apropos-function regexp))))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1954 (etags-tags-apropos-additional regexp))
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1955 (with-current-buffer "*Tags List*"
85451
e1af3a725ca4 * textmodes/two-column.el (2C-split, 2C-merge):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 79080
diff changeset
1956 (eval-and-compile (require 'apropos))
50419
27e134f43171 Require button.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 49734
diff changeset
1957 (apropos-mode)
27e134f43171 Require button.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 49734
diff changeset
1958 ;; apropos-mode is derived from fundamental-mode and it kills
27e134f43171 Require button.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 49734
diff changeset
1959 ;; all local variables.
27e134f43171 Require button.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 49734
diff changeset
1960 (setq buffer-read-only t)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1961
37963
c801f5d17c89 (tags-compression-info-list): Fix docstring
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 36748
diff changeset
1962 ;; XXX Kludge interface.
342
8bfd98a0dcdd Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1963
50545
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
1964 (define-button-type 'tags-select-tags-table
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1965 'action 'select-tags-table-select
105816
fecb02e16f64 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
Chong Yidong <cyd@stupidchicken.com>
parents: 104776
diff changeset
1966 'follow-link t
50545
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
1967 'help-echo "RET, t or mouse-2: select tags table")
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
1968
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1969 ;; XXX If a file is in multiple tables, selection may get the wrong one.
804
33aaf4b71a1d *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 800
diff changeset
1970 ;;;###autoload
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1971 (defun select-tags-table ()
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1972 "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
1973 The list of tags tables to select from is stored in `tags-table-set-list';
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1974 see the doc of that variable if you want to add names to the list."
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1975 (interactive)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1976 (pop-to-buffer "*Tags Table List*")
79080
80960ac6e90e (select-tags-table): Disable undo in the `*Tags Table List*' buffer.
Glenn Morris <rgm@gnu.org>
parents: 78487
diff changeset
1977 (setq buffer-read-only nil
80960ac6e90e (select-tags-table): Disable undo in the `*Tags Table List*' buffer.
Glenn Morris <rgm@gnu.org>
parents: 78487
diff changeset
1978 buffer-undo-list t)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1979 (erase-buffer)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1980 (let ((set-list tags-table-set-list)
50545
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
1981 (desired-point nil)
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
1982 b)
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1983 (when tags-table-list
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1984 (setq desired-point (point-marker))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1985 (setq b (point))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1986 (princ (mapcar 'abbreviate-file-name tags-table-list) (current-buffer))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1987 (make-text-button b (point) 'type 'tags-select-tags-table
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1988 'etags-table (car tags-table-list))
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1989 (insert "\n"))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1990 (while set-list
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1991 (unless (eq (car set-list) tags-table-list)
50545
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
1992 (setq b (point))
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1993 (princ (mapcar 'abbreviate-file-name (car set-list)) (current-buffer))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1994 (make-text-button b (point) 'type 'tags-select-tags-table
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1995 'etags-table (car (car set-list)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1996 (insert "\n"))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
1997 (setq set-list (cdr set-list)))
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
1998 (when tags-file-name
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
1999 (or desired-point
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2000 (setq desired-point (point-marker)))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2001 (setq b (point))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2002 (insert (abbreviate-file-name tags-file-name))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2003 (make-text-button b (point) 'type 'tags-select-tags-table
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2004 'etags-table tags-file-name)
26720
32e893b03ad2 (etags-tags-completion-table): Modified the
Gerd Moellmann <gerd@gnu.org>
parents: 25438
diff changeset
2005 (insert "\n"))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2006 (setq set-list (delete tags-file-name
13341
c26492df6218 (select-tags-table): Don't modify the value of tags-table-list.
Richard M. Stallman <rms@gnu.org>
parents: 13165
diff changeset
2007 (apply 'nconc (cons (copy-sequence tags-table-list)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2008 (mapcar 'copy-sequence
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2009 tags-table-set-list)))))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2010 (while set-list
50545
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
2011 (setq b (point))
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2012 (insert (abbreviate-file-name (car set-list)))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2013 (make-text-button b (point) 'type 'tags-select-tags-table
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2014 'etags-table (car set-list))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2015 (insert "\n")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2016 (setq set-list (delete (car set-list) set-list)))
44509
92316652b440 (etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44140
diff changeset
2017 (goto-char (point-min))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2018 (insert-before-markers
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2019 "Type `t' to select a tags table or set of tags tables:\n\n")
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2020 (if desired-point
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2021 (goto-char desired-point))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2022 (set-window-start (selected-window) 1 t))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2023 (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
2024 (select-tags-table-mode))
202339c81fa4 (select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents: 7287
diff changeset
2025
91776
01d2b6c9032f Add many doc strings.
Richard M. Stallman <rms@gnu.org>
parents: 91399
diff changeset
2026 (defvar select-tags-table-mode-map ; Doc string?
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2027 (let ((map (make-sparse-keymap)))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2028 (set-keymap-parent map button-buffer-map)
50545
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
2029 (define-key map "t" 'push-button)
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
2030 (define-key map " " 'next-line)
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
2031 (define-key map "\^?" 'previous-line)
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
2032 (define-key map "n" 'next-line)
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
2033 (define-key map "p" 'previous-line)
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
2034 (define-key map "q" 'select-tags-table-quit)
f1c99baf3a4f 2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO <jet@gyve.org>
parents: 50455
diff changeset
2035 map))
7645
202339c81fa4 (select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents: 7287
diff changeset
2036
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2037 (define-derived-mode select-tags-table-mode fundamental-mode "Select Tags Table"
7645
202339c81fa4 (select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents: 7287
diff changeset
2038 "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
2039
202339c81fa4 (select-tags-table-mode): New function, a major mode.
Richard M. Stallman <rms@gnu.org>
parents: 7287
diff changeset
2040 \\{select-tags-table-mode-map}"
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2041 (setq buffer-read-only t))
13731
f9bffca29486 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath <roland@gnu.org>
parents: 13576
diff changeset
2042
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2043 (defun select-tags-table-select (button)
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2044 "Select the tags table named on this line."
65983
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2045 (interactive (list (or (button-at (line-beginning-position))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2046 (error "No tags table on current line"))))
8851b98e9a29 (select-tags-table-mode): Don't use selective-display.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 65680
diff changeset
2047 (let ((name (button-get button 'etags-table)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2048 (visit-tags-table name)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2049 (select-tags-table-quit)
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2050 (message "Tags table now %s" name)))
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2051
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2052 (defun select-tags-table-quit ()
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2053 "Kill the buffer and delete the selected window."
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2054 (interactive)
21097
eb3dc7ea93c2 (select-tags-table-quit): Use quit-window.
Richard M. Stallman <rms@gnu.org>
parents: 20836
diff changeset
2055 (quit-window t (selected-window)))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2056
108166
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2057 ;;;###autoload
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2058 (defun complete-tag ()
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2059 "Perform tags completion on the text around point.
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2060 Completes to the set of names listed in the current tags table.
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2061 The string to complete is chosen in the same way as the default
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2062 for \\[find-tag] (which see)."
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2063 (interactive)
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2064 (or tags-table-list
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2065 tags-file-name
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2066 (error "%s"
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2067 (substitute-command-keys
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2068 "No tags table loaded; try \\[visit-tags-table]")))
108179
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
2069 (let ((comp-data (tags-completion-at-point-function)))
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
2070 (if (null comp-data)
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
2071 (error "Nothing to complete")
8bcf1c901e9a * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108166
diff changeset
2072 (apply 'completion-in-region comp-data))))
108166
15deb8699a13 * minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong <cyd@stupidchicken.com>
parents: 108159
diff changeset
2073
29080
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2074 (dolist (x '("^No tags table in use; use .* to select one$"
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2075 "^There is no default tag$"
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2076 "^No previous tag locations$"
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2077 "^File .* is not a valid tags table$"
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2078 "^No \\(more \\|\\)tags \\(matching\\|containing\\) "
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2079 "^Rerun etags: `.*' not found in "
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2080 "^All files processed$"
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2081 "^No .* or .* in progress$"
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2082 "^File .* not in current tags tables$"
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2083 "^No tags table loaded"
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2084 "^Nothing to complete$"))
3b2040b6030a Add to debug-ignored-errors.
Dave Love <fx@gnu.org>
parents: 28738
diff changeset
2085 (add-to-list 'debug-ignored-errors x))
799
f9874f408ddf *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 747
diff changeset
2086
584
4cd7543be581 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 474
diff changeset
2087 (provide 'etags)
807
4f28bd14272c *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 804
diff changeset
2088
4f28bd14272c *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 804
diff changeset
2089 ;;; etags.el ends here