all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: expand-file-name and backslashes (Windows NT)
       [not found] <u1y12cl9m.fsf@ID-24456.user.dfncis.de>
@ 2003-03-21  5:55 ` Kenichi Handa
  2003-03-21  9:04   ` Christoph Conrad
  0 siblings, 1 reply; 2+ messages in thread
From: Kenichi Handa @ 2003-03-21  5:55 UTC (permalink / raw)
  Cc: emacs-devel

In article <u1y12cl9m.fsf@ID-24456.user.dfncis.de>, Christoph Conrad <cco@ivu.de> writes:
> M-x (expand-file-name "c:\\HOME\\CC\\foobar" temporary-file-directory)<RETURN>
> => "c:OME/CC/foobar"
Juanma Barranquero <lektu@terra.es> writes:

ELISP>  (expand-file-name "c:/tmp")
> "c:/tmp"
ELISP>  (expand-file-name "c://tmp")
> "c:mp"
ELISP>  (expand-file-name "c:\\tmp")
> "c:mp"

I found one suspicious place in DOS_NT part in my previous
change.  I fixed it but I can't test it.  Please try again
with the latest HEAD.

---
Ken'ichi HANDA
handa@m17n.org

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

* Re: expand-file-name and backslashes (Windows NT)
  2003-03-21  5:55 ` expand-file-name and backslashes (Windows NT) Kenichi Handa
@ 2003-03-21  9:04   ` Christoph Conrad
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Conrad @ 2003-03-21  9:04 UTC (permalink / raw)
  Cc: emacs-devel

Hi Kenichi,

    > I fixed it but I can't test it. Please try again with the latest
    > HEAD.

Works again! Thank you!

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

end of thread, other threads:[~2003-03-21  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <u1y12cl9m.fsf@ID-24456.user.dfncis.de>
2003-03-21  5:55 ` expand-file-name and backslashes (Windows NT) Kenichi Handa
2003-03-21  9:04   ` Christoph Conrad

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.