GNU bug report logs - #17464
24.3.90; file-attributes/directory-files-and-attributes of cygwin build

Previous Next

Package: emacs;

Reported by: Shigeru Fukaya <shigeru.fukaya <at> gmail.com>

Date: Sun, 11 May 2014 14:11:02 UTC

Severity: normal

Tags: notabug

Found in version 24.3.90

Done: Paul Eggert <eggert <at> cs.ucla.edu>

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 17464 in the body.
You can then email your comments to 17464 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#17464; Package emacs. (Sun, 11 May 2014 14:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Shigeru Fukaya <shigeru.fukaya <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 11 May 2014 14:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Shigeru Fukaya <shigeru.fukaya <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.90;
 file-attributes/directory-files-and-attributes of cygwin build
Date: Sun, 11 May 2014 23:10:22 +0900
In cygwin build, file-attributes/directory-files-and-attributes with
id-format non-nil currently return UIDs/GIDs as singlebyte.

We expect it to be multibyte as in MinGW build.


-- Shigeru




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17464; Package emacs. (Sun, 11 May 2014 15:42:01 GMT) Full text and rfc822 format available.

Message #8 received at 17464 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Shigeru Fukaya <shigeru.fukaya <at> gmail.com>
Cc: 17464 <at> debbugs.gnu.org
Subject: Re: bug#17464: 24.3.90;
 file-attributes/directory-files-and-attributes of cygwin build
Date: Sun, 11 May 2014 18:40:51 +0300
> From: Shigeru Fukaya <shigeru.fukaya <at> gmail.com>
> Date: Sun, 11 May 2014 23:10:22 +0900
> 
> In cygwin build, file-attributes/directory-files-and-attributes with
> id-format non-nil currently return UIDs/GIDs as singlebyte.

What is your value of locale-coding-system?  If it's nil, then your
problem is likely outside Emacs: look at your LC_* and LANG variables
to make sure they are set up correctly.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17464; Package emacs. (Sun, 11 May 2014 18:12:02 GMT) Full text and rfc822 format available.

Message #11 received at 17464 <at> debbugs.gnu.org (full text, mbox):

From: Shigeru Fukaya <shigeru.fukaya <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 17464 <at> debbugs.gnu.org
Subject: Re: bug#17464: 24.3.90;
 file-attributes/directory-files-and-attributes of cygwin build
Date: Mon, 12 May 2014 03:11:59 +0900
>What is your value of locale-coding-system?  If it's nil, then your
>problem is likely outside Emacs: look at your LC_* and LANG variables
>to make sure they are set up correctly.

My locale-coding-system was nil.
Changing it to 'utf-8' makes IDs multibytes, thank you.

And all environment variables you mentioned were all nil.

When I run emacs from cygwin bash shell, which sets LANG to 'C.UTF-8'
and sets no LC_*, both IDs are made multibytes.

I'm running Emacs directly invoking runemacs througn BAT script.
I should have take some more appropriate way.

Anyway, sorry for annoyance.


-- Shigeru




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17464; Package emacs. (Sun, 11 May 2014 18:22:02 GMT) Full text and rfc822 format available.

Message #14 received at 17464 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Shigeru Fukaya <shigeru.fukaya <at> gmail.com>
Cc: 17464 <at> debbugs.gnu.org
Subject: Re: bug#17464: 24.3.90;
 file-attributes/directory-files-and-attributes of cygwin build
Date: Sun, 11 May 2014 21:20:41 +0300
> From: Shigeru Fukaya <shigeru.fukaya <at> gmail.com>
> Cc: 17464 <at> debbugs.gnu.org
> Date: Mon, 12 May 2014 03:11:59 +0900
> 
> I'm running Emacs directly invoking runemacs througn BAT script.

runemacs is supposed to be used only for the native Emacs build (which
determines its locale-coding-system by other means than looking at the
environment variables).  I think the Cygwin build, like any other
Posix build, requires the environment variables be set if you want to
be able to handle non-ASCII user/group names.  So you need to invoke
it from Bash, or else set these variables in the global Windows
environment.




Added tag(s) notabug. Request was from Paul Eggert <eggert <at> cs.ucla.edu> to control <at> debbugs.gnu.org. (Tue, 13 May 2014 04:35:02 GMT) Full text and rfc822 format available.

Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Tue, 13 May 2014 04:38:01 GMT) Full text and rfc822 format available.

Notification sent to Shigeru Fukaya <shigeru.fukaya <at> gmail.com>:
bug acknowledged by developer. (Tue, 13 May 2014 04:38:03 GMT) Full text and rfc822 format available.

Message #21 received at 17464-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: 17464-done <at> debbugs.gnu.org
Subject: Re: 24.3.90; file-attributes/directory-files-and-attributes of cygwin
 build,,Previous Next
Date: Mon, 12 May 2014 21:37:00 -0700
Thanks to all.  Since this doesn't appear to be an Emacs bug I'm closing 
the report.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Jun 2014 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 64 days ago.

Previous Next


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