diff -wrup common/dotfiles/.aliases /net/paycheck/d1/eichin/common/dotfiles/.aliases --- common/dotfiles/.aliases Sun Jun 27 17:35:54 1999 +++ /net/paycheck/d1/eichin/common/dotfiles/.aliases Thu Aug 5 21:26:31 1999 @@ -40,8 +40,8 @@ setenv REALTK5 FILE:/tmp/krb5cc_3382 setenv REALTK4 /tmp/tkt3382 alias ktk '( setenv KRBTKFILE ${REALTK4}.\!:1 ; \!:2* )' alias kt5 '( setenv KRB5CCNAME ${REALTK5}.\!:1 ; \!:2* )' -## alias kt '( setenv KRB5CCNAME ${REALTK5}.\!:1 ; setenv KRBTKFILE ${REALTK4}.\!:1 ; \!:2* )' -alias kt 'env KRB5CCNAME=${REALTK5}.\!:1 KRBTKFILE=${REALTK4}.\!:1 \!:2*' +alias kt '( setenv KRB5CCNAME ${REALTK5}.\!:1 ; setenv KRBTKFILE ${REALTK4}.\!:1 ; \!:2* )' +### alias kt 'env KRB5CCNAME=${REALTK5}.\!:1 KRBTKFILE=${REALTK4}.\!:1 \!:2*' alias getk5 'mv ${KRB5CCNAME:s/FILE://} ${REALTK5:s/FILE://}; setenv OLDTK5 $KRB5CCNAME; setenv KRB5CCNAME $REALTK5' alias getk4 'mv $KRBTKFILE $REALTK4; setenv OLDTK5 $KRBTKFILE; setenv KRBTKFILE $REALTK4' alias cvsdotfile 'mv \!* dotfiles/; ln -s dotfiles/\!* .; (cd dotfiles; cvs add \!*)' Only in /net/paycheck/d1/eichin/common/dotfiles/: .bash_aliases Only in /net/paycheck/d1/eichin/common/dotfiles/: .bashrc diff -wrup common/dotfiles/.emacs /net/paycheck/d1/eichin/common/dotfiles/.emacs --- common/dotfiles/.emacs Tue Jul 13 01:50:50 1999 +++ /net/paycheck/d1/eichin/common/dotfiles/.emacs Tue Jun 1 10:38:14 1999 @@ -127,9 +127,9 @@ particular emacs headers" (append '( "~/elisp/info" ) Info-default-directory-list)) -;;; (setq Info-default-directory-list -;;; (append '( "/usr/cygnus/progressive/info/" ) -;;; Info-default-directory-list)) +(setq Info-default-directory-list + (append '( "/usr/cygnus/progressive/info/" ) + Info-default-directory-list)) ;; (load-library "rcs") @@ -309,8 +309,8 @@ particular emacs headers" (put 'narrow-to-region 'disabled nil) ; nail these up *now* so w3 sees them too -;;; (setq load-path (cons (expand-file-name "~/elisp/sgnus") load-path)) -;;; (setq load-path (cons (concat compiled-elisp-path "/sgnus") load-path)) +(setq load-path (cons (expand-file-name "~/elisp/sgnus") load-path)) +(setq load-path (cons (concat compiled-elisp-path "/sgnus") load-path)) ; never actually call the first one... (autoload 'gnus "mwe-gnus" "(ding)GNUS Reader" t) (autoload 'workgnus "work-gnus" "(ding)GNUS Reader" t) @@ -325,8 +325,8 @@ particular emacs headers" ; url is now in w3 ;(setq load-path (cons (expand-file-name "~/elisp/url") load-path)) ;(setq load-path (cons (concat compiled-elisp-path "/url") load-path)) -;;; (setq load-path (cons (expand-file-name "~/elisp/w3") load-path)) -;;; (setq load-path (cons (concat compiled-elisp-path "/w3") load-path)) +(setq load-path (cons (expand-file-name "~/elisp/w3") load-path)) +(setq load-path (cons (concat compiled-elisp-path "/w3") load-path)) (autoload 'w3-preview-this-buffer "w3" "WWW Previewer" t) (autoload 'w3-follow-url-at-point "w3" "Find document at pt" t) (autoload 'w3 "w3" "WWW Browser" t) diff -wrup common/dotfiles/.emacs20 /net/paycheck/d1/eichin/common/dotfiles/.emacs20 --- common/dotfiles/.emacs20 Tue Jul 13 10:54:46 1999 +++ /net/paycheck/d1/eichin/common/dotfiles/.emacs20 Sun Jun 27 17:45:50 1999 @@ -1,4 +1,4 @@ -;;; -*- emacs-lisp -*- +; -*- emacs-lisp -*- ;; naive use: just grab all of emacs19 stuff... (load-file "$HOME/.emacs19") (mapcar (lambda (x) @@ -23,13 +23,3 @@ (setq default-process-coding-system '(no-conversion . no-conversion))) (nil (require 'iso-syntax) ; t (standard-display-european t))) - -(custom-set-faces - '(gnus-group-news-3-empty-face ((((class color)) (:foreground "green")))) - '(gnus-group-news-3-face ((((class color)) (:foreground "green")))) - '(gnus-summary-high-unread-face ((((class color)) (:foreground "green")))) - '(gnus-summary-low-unread-face ((((class color)) (:foreground "green")))) - '(gnus-summary-normal-unread-face ((((class color)) (:foreground "green")))) - '(gnus-summary-selected-face ((((class color)) (:foreground "green")))) - '(gnus-signature-face ((((class color)) (:foreground "green")))) -) Only in common/dotfiles/: .emacs20~ Only in common/dotfiles/: .emacs~ Only in common/dotfiles/: emacs-diffs --- common/elisp/mwe-gnus.el Tue Jul 13 10:57:04 1999 +++ /net/paycheck/d1/eichin/common/elisp/mwe-gnus.el Mon Jun 28 01:20:06 1999 @@ -219,11 +219,11 @@ mwe-list-splits)) ;(setq load-path (cons (expand-file-name "~/elisp/dgnus") load-path)) -;;; (setq load-path (cons (expand-file-name "~/elisp/sgnus") load-path)) -;;; (setq load-path (cons (concat compiled-elisp-path "/sgnus") load-path)) -;;; (setq Info-default-directory-list -;;; (append '( "~/elisp/sgnus-info" ) -;;; Info-default-directory-list)) +(setq load-path (cons (expand-file-name "~/elisp/sgnus") load-path)) +(setq load-path (cons (concat compiled-elisp-path "/sgnus") load-path)) +(setq Info-default-directory-list + (append '( "~/elisp/sgnus-info" ) + Info-default-directory-list)) (setq gnus-thread-sort-functions '(gnus-thread-sort-by-date gnus-thread-sort-by-score)) ; gnus-thread-sort-by-subject