.emacs-my
changeset 541 3d913b8531f4
parent 539 4e0728ed912a
child 542 22eb7a31b689
equal deleted inserted replaced
540:68caaf13c996 541:3d913b8531f4
  1135   (setq etags-table-search-up-depth 8)
  1135   (setq etags-table-search-up-depth 8)
  1136   (when (featurep 'etags-select)
  1136   (when (featurep 'etags-select)
  1137     (global-set-key "\M-." 'etags-select-find-tag)
  1137     (global-set-key "\M-." 'etags-select-find-tag)
  1138     )
  1138     )
  1139   )
  1139   )
       
  1140 
       
  1141 (global-set-key "\M-\r" 'complete-tag)
  1140 
  1142 
  1141 ;;; ----------------------------------------------------------------
  1143 ;;; ----------------------------------------------------------------
  1142 ;;; CEDET, semantic.
  1144 ;;; CEDET, semantic.
  1143 
  1145 
  1144 ;; For debug use 'semantic-debug-idle-function' and 'semantic-debug-idle-work-function'.
  1146 ;; For debug use 'semantic-debug-idle-function' and 'semantic-debug-idle-work-function'.