all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Eli Zaretskii <eliz@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	[thread overview]
Message-ID: <handler.2702.D2702.12374091834725.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 40BE6CED2DA9BC43A8EF8D5052DD4C2B02852C7A@cgymx1.QFTI.COM

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]


Your message dated Wed, 18 Mar 2009 22:45:36 +0200
with message-id <u4oxqr24v.fsf@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 owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2702: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2702
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 18982 bytes --]

[-- Attachment #2.1.1.1: Type: text/plain, Size: 2739 bytes --]

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@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

[-- Attachment #2.1.1.2: Type: text/html, Size: 11508 bytes --]

[-- Attachment #2.1.2: QuIC-email-blue-orange.gif --]
[-- Type: image/gif, Size: 735 bytes --]

[-- Attachment #3: Type: message/rfc822, Size: 2008 bytes --]

From: Eli Zaretskii <eliz@gnu.org>
To: derekkivi@yahoo.com, Derek Kivi <derek.kivi@quic.com>
Cc: 2702-done@emacsbugs.donarmstrong.com
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
Message-ID: <u4oxqr24v.fsf@gnu.org>

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@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.



      parent reply	other threads:[~2009-03-18 20:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <u4oxqr24v.fsf@gnu.org>
2009-03-17 22:48 ` bug#2702: 23.0.91; ls -al under eshell doesn't work on Windows Vista Derek Kivi
2009-03-18  8:59   ` Eli Zaretskii
2009-03-18 20:55   ` Emacs bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.2702.D2702.12374091834725.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.