help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3 computers accessing one (unstable) directory


From: Miles Bader
Subject: Re: 3 computers accessing one (unstable) directory
Date: 29 Aug 2002 12:35:32 +0900

"Jon Kongsvold" <jon@kongsvold.com> writes:
> (or (setq fi:common-lisp-directory "M:/Lisp/") (setq
> fi:common-lisp-directory "C:\Documents and Settings\Jon\My
> Documents\Lisp")), if this works.

You could use `file-exists-p', e.g., 

   (setq fi:common-lisp-directory
         (if (file-exists-p "M:/Lisp/")
             "M:/Lisp/"
           "...other dir..."))

-Miles
-- 
Come now, if we were really planning to harm you, would we be waiting here, 
 beside the path, in the very darkest part of the forest?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]