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) + ) ) ;;; ----------------------------------------------------------------