equal
deleted
inserted
replaced
1100 ;; (add-to-list 'compilation-mode-font-lock-keywords '("[ ]\\(/F[oe][^ ]+\\)" . 1)) |
1100 ;; (add-to-list 'compilation-mode-font-lock-keywords '("[ ]\\(/F[oe][^ ]+\\)" . 1)) |
1101 |
1101 |
1102 ;;; ---------------------------------------------------------------- |
1102 ;;; ---------------------------------------------------------------- |
1103 ;;; TAGS, etags, ctags, GNU GLOBAL. |
1103 ;;; TAGS, etags, ctags, GNU GLOBAL. |
1104 |
1104 |
|
1105 ;; One of 'tags-table-list' or 'tags-file-name' control which TAGS files to |
|
1106 ;; use. |
|
1107 |
1105 (when (featurep 'etags-table) |
1108 (when (featurep 'etags-table) |
1106 (setq etags-table-search-up-depth 1) |
1109 (setq etags-table-search-up-depth 8) |
|
1110 (when (featurep 'etags-select) |
|
1111 (global-set-key "\M-." 'etags-select-find-tag) |
|
1112 ) |
1107 ) |
1113 ) |
1108 |
1114 |
1109 ;;; ---------------------------------------------------------------- |
1115 ;;; ---------------------------------------------------------------- |
1110 ;;; CEDET, semantic. |
1116 ;;; CEDET, semantic. |
1111 |
1117 |