# HG changeset patch # User Oleksandr Gavenko # Date 1280045600 -10800 # Node ID 44d516f2baddd3e11de4daf53cb2fe4a2b991cee # Parent 71e5a962381e67e51ac87792771b54824dec67f5 Enable automatic depth up search for TAGS file when 'etags-table' available. diff -r 71e5a962381e -r 44d516f2badd .emacs-my --- a/.emacs-my Sun Jul 25 11:10:35 2010 +0300 +++ b/.emacs-my Sun Jul 25 11:13:20 2010 +0300 @@ -932,6 +932,13 @@ ;; (add-to-list 'compilation-mode-font-lock-keywords '("[ ]\\(/F[oe][^ ]+\\)" . 1)) ;; ---------------------------------------------------------------------- +;; TAGS, etags, ctags, GNU GLOBAL. + +(when (featurep 'etags-table) + (setq etags-table-search-up-depth 1) + ) + +;; ---------------------------------------------------------------------- ;; windows inf files for driver installing (add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode))