GNU bug report logs - #2702
23.0.91; ls -al under eshell doesn't work on Windows Vista

Previous Next

Packages: emacs, w32;

Reported by: "Derek Kivi" <derek.kivi <at> quic.com>

Date: Tue, 17 Mar 2009 23:00:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Subject: bug#2702: marked as done (23.0.91; ls -al under eshell doesn't 
 work on Windows Vista)
Date: Wed, 18 Mar 2009 20:55:05 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 18 Mar 2009 22:45:36 +0200
with message-id <u4oxqr24v.fsf <at> gnu.org>
and subject line Re: bug#2702: 23.0.91; ls -al under eshell doesn't work on Windows Vista
has caused the Emacs bug report #2702,
regarding 23.0.91; ls -al under eshell doesn't work on Windows Vista
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)


-- 
2702: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2702
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Derek Kivi" <derek.kivi <at> quic.com>
To: <emacs-pretest-bug <at> gnu.org>
Subject: 23.0.91; ls -al under eshell doesn't work on Windows Vista
Date: Tue, 17 Mar 2009 16:48:21 -0600
[Message part 3 (text/plain, inline)]
In eshell, running the command "ls -al" can produce the following error:

 

c:/Derek $ ls -al

total 593

Wrong type argument: integerp, -2023488832.0

 

From correspondence with Eli Zaretskii on the help-emacs-windows mailing

list, this is due to the fact that a user's uid can be a float larger
than

an Emacs Lisp integer can hold.

 

The owner of the .. directory (c: itself) appears to be a user called

TrustedInstaller.

 

In GNU Emacs 23.0.91.1 (i386-mingw-nt6.0.6001)

 of 2009-02-26 on LENNART-69DE564

Windowing system distributor `Microsoft Corp.', version 6.0.6001

configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'

 

Important settings:

  value of $LC_ALL: nil

  value of $LC_COLLATE: nil

  value of $LC_CTYPE: nil

  value of $LC_MESSAGES: nil

  value of $LC_MONETARY: nil

  value of $LC_NUMERIC: nil

  value of $LC_TIME: nil

  value of $LANG: ENC

  value of $XMODIFIERS: nil

  locale-coding-system: cp1252

  default-enable-multibyte-characters: t

 

Major mode: EShell

 

Minor modes in effect:

  tooltip-mode: t

  mouse-wheel-mode: t

  file-name-shadow-mode: t

  global-font-lock-mode: t

  font-lock-mode: t

  blink-cursor-mode: t

  global-auto-composition-mode: t

  auto-composition-mode: t

  auto-encryption-mode: t

  auto-compression-mode: t

  column-number-mode: t

  line-number-mode: t

  transient-mark-mode: t

 

Recent input:

M-x e s h e l l <return> l s SPC - a l <return> c d 

<return> l s SPC - a l <return> c d SPC . . <return> 

l s SPC - a l <return> <help-echo> <help-echo> M-x 

r e p o r t - e m a c s - b u g <return>

 

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

-- 
Derek Kivi
Senior Software Developer

QuIC Financial Technologies Inc. 
Office: +1 403 210 8282 
Mobile: +1 403 863 5204 
derek.kivi <at> quic.com

Risk. Managed.
www.quic.com 

Confidentiality Notice: The information transmitted is intended only for the person(s) or entity(ies) to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this email in error, please contact the sender and delete the email and any related material from any computer.
ver. QuIC 0707
[Message part 4 (text/html, inline)]
[QuIC-email-blue-orange.gif (image/gif, inline)]
[Message part 6 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: derekkivi <at> yahoo.com, Derek Kivi <derek.kivi <at> quic.com>
Cc: 2702-done <at> debbugs.gnu.org
Subject: Re: bug#2702: 23.0.91; ls -al under eshell doesn't work on Windows Vista
Date: Wed, 18 Mar 2009 22:45:36 +0200
Fixed with the two changes below.

Still todo: make uid_t and gid_t unsigned types on Windows, to avoid
negative values for users such as TrustedInstaller, with a suitable
change in the emulated `struct stat'.

2009-03-18  Eli Zaretskii  <eliz <at> gnu.org>

	* dired.c (Ffile_attributes): Make sure UID and GID are always
	positive, even if the value is too large for a positive EMACS_INT.
	Doc fix.

	* editfns.c (Fuser_login_name): Support float arguments.  Doc fix.



This bug report was last modified 16 years and 119 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.