|
From: Will P. <pa...@us...> - 2003-03-21 18:40:04
|
Update of /cvsroot/ark/sidai/user-setup In directory sc8-pr-cvs1:/tmp/cvs-serv15167/user-setup Modified Files: dot.emacs Log Message: updates Index: dot.emacs =================================================================== RCS file: /cvsroot/ark/sidai/user-setup/dot.emacs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** dot.emacs 16 Jul 2001 19:34:25 -0000 1.4 --- dot.emacs 21 Mar 2003 18:23:06 -0000 1.5 *************** *** 26,31 **** (autoload 'wh "which" "Show all occurrences of file in load-path" t) - (require 'dos-mode) - ;; XEmacs-21 and later version: (if (and our-xemacs-p our-xemacs21plus-p) --- 26,29 ---- *************** *** 33,37 **** (require 'jka-compr) (toggle-auto-compression) - ;;OLD: (require 'vc) ;; really vc-cc -- with ClearCase support )) --- 31,34 ---- *************** *** 104,120 **** (setq trim-versions-without-asking t) ; old (setq delete-old-versions t) ; new - - ;; bbdb hacks - (require 'bbdb) - (bbdb-initialize 'gnus) - ;; This lets gnus and bbdb play together - (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) - ;; Don't force me to use US-style phone numbers - (setq bbdb-north-american-phone-numbers-p nil) - ;; bbdb should bind M-TAB to bbdb-complete-name, but it - ;; doesn't. So we'll do it here explicitly, until we figure - ;; out what the problem is. - ;;(define-key message-mode-map "\M-\t" 'bbdb-complete-name) - ;; (bbdb-insinuate-message) ;; dired hacks --- 101,104 ---- |