Add 'etags-select' and 'etags-table' customization.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 17 Jan 2011 14:56:49 +0200
changeset 529 1d38dfff2664
parent 528 639e296fd0a3
child 530 24609ff54eb7
Add 'etags-select' and 'etags-table' customization.
.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)
+    )
   )
 
 ;;; ----------------------------------------------------------------