# HG changeset patch # User Oleksandr Gavenko # Date 1295269009 -7200 # Node ID 1d38dfff26642cb1d10dbbf82d4a9e1626e22bb8 # Parent 639e296fd0a37f2c2e142064d452396345ab93a8 Add 'etags-select' and 'etags-table' customization. diff -r 639e296fd0a3 -r 1d38dfff2664 .emacs-my --- a/.emacs-my Mon Jan 17 14:18:38 2011 +0200 +++ b/.emacs-my Mon Jan 17 14:56:49 2011 +0200 @@ -1102,8 +1102,14 @@ ;;; ---------------------------------------------------------------- ;;; TAGS, etags, ctags, GNU GLOBAL. +;; One of 'tags-table-list' or 'tags-file-name' control which TAGS files to +;; use. + (when (featurep 'etags-table) - (setq etags-table-search-up-depth 1) + (setq etags-table-search-up-depth 8) + (when (featurep 'etags-select) + (global-set-key "\M-." 'etags-select-find-tag) + ) ) ;;; ----------------------------------------------------------------