From ac3db1526d519930fa31f807548501133c4ad0df Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Mon, 22 Jun 1998 09:20:11 +0000 Subject: [PATCH] Support run-in-place installation of BBDB and Emacs/W3. --- SEMI-CFG | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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 ;;; -- 1.7.10.4