all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: 3 computers accessing one (unstable) directory
       [not found] <akjt8k$oi1$1@tyfon.itea.ntnu.no>
@ 2002-08-29  3:35 ` Miles Bader
  0 siblings, 0 replies; only message in thread
From: Miles Bader @ 2002-08-29  3:35 UTC (permalink / raw)


"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?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-29  3:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <akjt8k$oi1$1@tyfon.itea.ntnu.no>
2002-08-29  3:35 ` 3 computers accessing one (unstable) directory Miles Bader

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.