GNU bug report logs -
#23691
25.0.93; Drive name on windows should be uppercased
Previous Next
Reported by: Lervåg, Alf <Alf.Lervag <at> Sporveien.com>
Date: Fri, 3 Jun 2016 15:28:01 UTC
Severity: minor
Tags: notabug, wontfix
Found in version 25.0.93
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23691 in the body.
You can then email your comments to 23691 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23691
; Package
emacs
.
(Fri, 03 Jun 2016 15:28:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Lervåg, Alf <Alf.Lervag <at> Sporveien.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 03 Jun 2016 15:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Running M-x eshell and then pwd gives:
~ $ pwd
c:/Users/alfler
The expected result is C:/Users/alfler
This causes issues when using webpack from eshell, since webpack assumes
that the drive name is in upper case.
In GNU Emacs 25.0.93.1 (x86_64-w64-mingw32)
of 2016-04-23 built on KAEL
Windowing system distributor 'Microsoft Corp.', version 6.1.7601
Configured using:
'configure --prefix=/tmp/emacs --without-imagemagick 'CFLAGS=-O2
-fomit-frame-pointer -g0''
Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND DBUS NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS
Important settings:
value of $LANG: NOR
locale-coding-system: cp1252
Major mode: EShell
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent messages:
Loading em-basic...done
Loading em-cmpl...done
Loading em-dirs...done
Loading em-glob...done
Loading em-hist...done
Loading em-ls...done
Loading em-prompt...done
Loading em-script...done
Loading em-term...done
Loading em-unix...done
forward-sentence: End of buffer
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message dired format-spec rfc822 mml
mml-sec password-cache epg epg-config gnus-util mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util help-fns help-mode mail-prsvr
mail-utils em-unix em-term term easymenu ehelp em-script em-prompt em-ls
cl-loaddefs pcase cl-lib em-hist em-pred em-glob em-dirs em-cmpl
em-basic em-banner em-alias pcomplete comint ansi-color ring esh-var
esh-io esh-cmd esh-opt esh-ext esh-proc esh-arg esh-groups eshell
esh-module esh-mode esh-util time-date mule-util tooltip eldoc electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp
disp-table w32-win w32-vars term/common-win tool-bar dnd fontset image
regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese charscript case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote w32notify dbusbind w32 multi-tty
make-network-process emacs)
Memory information:
((conses 16 104199 9452)
(symbols 56 21357 0)
(miscs 48 43 107)
(strings 32 20873 4919)
(string-bytes 1 622236)
(vectors 16 14619)
(vector-slots 8 451971 3890)
(floats 8 167 33)
(intervals 56 262 11)
(buffers 976 12))
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23691
; Package
emacs
.
(Fri, 03 Jun 2016 17:40:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 23691 <at> debbugs.gnu.org (full text, mbox):
> Running M-x eshell and then pwd gives:
>
> ~ $ pwd
>
> c:/Users/alfler
>
> The expected result is C:/Users/alfler
What does the following return:
M-: (expand-file-name default-directory)
That's all that eshell appears to do.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23691
; Package
emacs
.
(Fri, 03 Jun 2016 19:18:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 23691 <at> debbugs.gnu.org (full text, mbox):
Yes, that is correct. eshell/pwd just uses the value of default-directory which is "c:/Users/alfler".
Alf Lervåg
> Den 3. juni 2016 kl. 19:39 skrev Glenn Morris <rgm <at> gnu.org>:
>
>
>> Running M-x eshell and then pwd gives:
>>
>> ~ $ pwd
>>
>> c:/Users/alfler
>>
>> The expected result is C:/Users/alfler
>
> What does the following return:
>
> M-: (expand-file-name default-directory)
>
> That's all that eshell appears to do.
>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23691
; Package
emacs
.
(Fri, 03 Jun 2016 19:31:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 23691 <at> debbugs.gnu.org (full text, mbox):
> This causes issues when using webpack from eshell, since webpack assumes
> that the drive name is in upper case.
It seems to me that the actual issue is with Node.js, not Emacs.
https://github.com/nodejs/node/issues/6624
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23691
; Package
emacs
.
(Fri, 03 Jun 2016 23:23:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 23691 <at> debbugs.gnu.org (full text, mbox):
I agree.
Alf Lervåg
> Den 3. juni 2016 kl. 21:30 skrev Glenn Morris <rgm <at> gnu.org>:
>
>
>> This causes issues when using webpack from eshell, since webpack assumes
>> that the drive name is in upper case.
>
> It seems to me that the actual issue is with Node.js, not Emacs.
>
> https://github.com/nodejs/node/issues/6624
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23691
; Package
emacs
.
(Sat, 04 Jun 2016 10:14:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 23691 <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 3 Jun 2016 21:38:07 +0200
> From: Alf Lervåg <alf <at> lervag.net>
> Cc: 23691 <at> debbugs.gnu.org
>
> I agree.
>
> Alf Lervåg
>
> > Den 3. juni 2016 kl. 21:30 skrev Glenn Morris <rgm <at> gnu.org>:
> >
> >
> >> This causes issues when using webpack from eshell, since webpack assumes
> >> that the drive name is in upper case.
> >
> > It seems to me that the actual issue is with Node.js, not Emacs.
> >
> > https://github.com/nodejs/node/issues/6624
Emacs on Windows always downcased the drive letter, and I see no
reason to change that long-standing behavior now. Packages that
support Windows should work with upper- and lower-case drive letters
alike; if they don't, please submit bug reports to the respective
maintainers.
Added tag(s) notabug and wontfix.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sun, 05 Jun 2016 17:45:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
23691 <at> debbugs.gnu.org and Lervåg, Alf <Alf.Lervag <at> Sporveien.com>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sun, 05 Jun 2016 17:45:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 04 Jul 2016 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.