From: shuhei-k Date: Mon, 22 Jun 1998 09:20:11 +0000 (+0000) Subject: Support run-in-place installation of BBDB and Emacs/W3. X-Git-Tag: semi-1_7_1~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ac3db1526d519930fa31f807548501133c4ad0df;p=elisp%2Fsemi.git Support run-in-place installation of BBDB and Emacs/W3. --- diff --git a/SEMI-CFG b/SEMI-CFG index b25aa1b..a82d8ab 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -73,14 +73,29 @@ ;;; (let ((path (get-latest-path "bbdb" 'all-paths))) - (if path - (add-path path) + (when path + (add-path path) + (add-path (expand-file-name "lisp" path)) ; run-in-place installation )) ;; Or please specify path. ;; (add-path "bbdb-1.50" 'all-paths) +;;; +;;; @@ Please specify Emacs/W3 path. +;;; + +(let ((path (get-latest-path "w3" 'all-paths))) + (when path + (add-path path) + (add-path (expand-file-name "lisp" path)) ; run-in-place installation + )) + +;; Or please specify path. +;; (add-path "w3-4.0pre.20" 'all-paths) + + ;;; @ shell ;;;