all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Current CVS having a problem with NTEmacs paths
@ 2003-03-21 12:58 David Abrahams
  2003-03-24 12:05 ` Kenichi Handa
  0 siblings, 1 reply; 3+ messages in thread
From: David Abrahams @ 2003-03-21 12:58 UTC (permalink / raw)



I have this fragment in my .emacs, which is causing an error with the
latest CVS:

  (if (not (file-directory-p backup-file-dir))
        (make-directory backup-file-dir))


If you look at the stack backtrace:

  make-directory-internal("c:OCUME~1/dave/LOCALS~1/Temp/emacs~")
  make-directory("C:\\DOCUME~1\\dave\\LOCALS~1\\Temp/emacs~")

you can see that the backslashes are not getting interpreted
correctly, and in particular the first one is getting dropped.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-24 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-21 12:58 Current CVS having a problem with NTEmacs paths David Abrahams
2003-03-24 12:05 ` Kenichi Handa
2003-03-24 12:37   ` David Abrahams

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.