Support run-in-place installation of BBDB and Emacs/W3.
authorshuhei-k <shuhei-k>
Mon, 22 Jun 1998 09:20:11 +0000 (09:20 +0000)
committershuhei-k <shuhei-k>
Mon, 22 Jun 1998 09:20:11 +0000 (09:20 +0000)
SEMI-CFG

index b25aa1b..a82d8ab 100644 (file)
--- a/SEMI-CFG
+++ b/SEMI-CFG
 ;;;
 
 (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
 ;;;