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

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

bug#28883: w32-convert-standard-filename


From: Tak Kunihiro
Subject: bug#28883: w32-convert-standard-filename
Date: Wed, 18 Oct 2017 09:47:43 +0900 (JST)

Path returned from `convert-standard-filename' of 26.0.90 differs from
one of 25.2.  Is this bug?

;;; GNU Emacs 26.0.90 (build 3, x86_64-w64-mingw32) of 2017-10-14
emacs -Q 
(convert-standard-filename (expand-file-name "~/.emacs.d")) ; => 
"c:/Users/dream/.emacs.d"

;;; GNU Emacs 25.2.1 (x86_64-w64-mingw32) of 2017-04-25
emacs -Q
(convert-standard-filename (expand-file-name "~/.emacs.d")) ; => 
"c:\\Users\\dream\\.emacs.d"





reply via email to

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