comparison man/xemacs/programs.texi @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
1422 1422
1423 For example: 1423 For example:
1424 1424
1425 @example 1425 @example
1426 (setq tag-table-alist 1426 (setq tag-table-alist
1427 '(("/usr/src/public/perl/" . "/usr/src/public/perl/perl-3.0/") 1427 '(("/usr/src/public/perl/" . "/usr/src/public/perl/perl-3.0/")
1428 ("\\.el$" . "/usr/local/emacs/src/") 1428 ("\\.el$" . "/usr/local/emacs/src/")
1429 ("/jbw/gnu/" . "/usr15/degree/stud/jbw/gnu/") 1429 ("/jbw/gnu/" . "/usr15/degree/stud/jbw/gnu/")
1430 ("" . "/usr/local/emacs/src/") 1430 ("" . "/usr/local/emacs/src/")
1431 )) 1431 ))
1432 @end example 1432 @end example
1433 1433
1434 The example defines the tags table alist in the following way: 1434 The example defines the tags table alist in the following way:
1435 1435
1436 @itemize @bullet 1436 @itemize @bullet
1538 @vindex tag-mark-stack-max 1538 @vindex tag-mark-stack-max
1539 1539
1540 @table @kbd 1540 @table @kbd
1541 @item tag-table-alist 1541 @item tag-table-alist
1542 Controls which tables apply to which buffers. 1542 Controls which tables apply to which buffers.
1543 @item tags-file-name 1543 @item tags-file-name
1544 Stores a default tags table. 1544 Stores a default tags table.
1545 @item tags-build-completion-table 1545 @item tags-build-completion-table
1546 Controls completion behavior. 1546 Controls completion behavior.
1547 @item buffer-tag-table 1547 @item buffer-tag-table
1548 Specifies a buffer-local table. 1548 Specifies a buffer-local table.
1549 @item make-tags-files-invisible 1549 @item make-tags-files-invisible
1550 Sets whether tags tables should be very hidden. 1550 Sets whether tags tables should be very hidden.
1551 @item tag-mark-stack-max 1551 @item tag-mark-stack-max
1552 Specifies how many tags-based hops to remember. 1552 Specifies how many tags-based hops to remember.
1553 @end table 1553 @end table
1554 1554
1555 @kindex C-x 4 . 1555 @kindex C-x 4 .
1556 @findex find-tag-other-window 1556 @findex find-tag-other-window