.emacs-my
changeset 422 021017e52754
parent 421 44d516f2badd
child 423 d1f5db3f7f06
equal deleted inserted replaced
421:44d516f2badd 422:021017e52754
   934 ;; ----------------------------------------------------------------------
   934 ;; ----------------------------------------------------------------------
   935 ;; TAGS, etags, ctags, GNU GLOBAL.
   935 ;; TAGS, etags, ctags, GNU GLOBAL.
   936 
   936 
   937 (when (featurep 'etags-table)
   937 (when (featurep 'etags-table)
   938   (setq etags-table-search-up-depth 1)
   938   (setq etags-table-search-up-depth 1)
       
   939   )
       
   940 
       
   941 ;; ----------------------------------------------------------------------
       
   942 ;; CEDET, semantic.
       
   943 
       
   944 (when (or (and (= emacs-major-version 23) (= emacs-minor-version 2))
       
   945           (>= emacs-minor-version 24))
       
   946   (semantic-mode 1)
       
   947   (global-semantic-idle-summary-mode 1)
   939   )
   948   )
   940 
   949 
   941 ;; ----------------------------------------------------------------------
   950 ;; ----------------------------------------------------------------------
   942 ;; windows inf files for driver installing
   951 ;; windows inf files for driver installing
   943 
   952 
  1059 ;; (add-to-list 'load-path (expand-file-name "~/emacs/site/speedbar"))
  1068 ;; (add-to-list 'load-path (expand-file-name "~/emacs/site/speedbar"))
  1060 ;; (add-to-list 'load-path (expand-file-name "~/emacs/site/elib-1.0"))
  1069 ;; (add-to-list 'load-path (expand-file-name "~/emacs/site/elib-1.0"))
  1061 ;; (add-to-list 'load-path (expand-file-name "~/emacs/site/eieio"))
  1070 ;; (add-to-list 'load-path (expand-file-name "~/emacs/site/eieio"))
  1062 ;; (add-to-list 'load-path (expand-file-name "~/emacs/site/jde-2.3.5.1/lisp"))
  1071 ;; (add-to-list 'load-path (expand-file-name "~/emacs/site/jde-2.3.5.1/lisp"))
  1063 
  1072 
  1064 ;; Load CEDET
       
  1065 ;; (load-file "~/emacs/site/common/cedet.el")
       
  1066 ;; Enabling SEMANTIC minor modes.  See semantic/INSTALL for more ideas.
       
  1067 ;; (semantic-load-enable-code-helpers)
       
  1068 
       
  1069 ;; If you want Emacs to defer loading the JDE until you open a
  1073 ;; If you want Emacs to defer loading the JDE until you open a
  1070 ;; Java file, edit the following line
  1074 ;; Java file, edit the following line
  1071 ;; (setq defer-loading-jde nil)
  1075 ;; (setq defer-loading-jde nil)
  1072 ;; to read:
  1076 ;; to read:
  1073 ;;
  1077 ;;