From: Drew Adams <drew.adams@oracle.com>
To: 21346@debbugs.gnu.org
Subject: bug#21346: 25.0.50; REGRESSION: `directory-files' raises error for DIR that is `file-accessible-directory-p'
Date: Tue, 25 Aug 2015 10:48:10 -0700 (PDT) [thread overview]
Message-ID: <2974d023-5059-414f-960d-273fbeaca5de@default> (raw)
The behavior seems wrong. If so, the regression was introduced in
Emacs 24.5.
emacs -Q
I evaluate these two sexps:
(file-accessible-directory-p
"D:/$RECYCLE.BIN/S-1-5-21-3120201979-235963886-2582836866-1001")
(directory-files
"D:/$RECYCLE.BIN/S-1-5-21-3120201979-235963886-2582836866-1001")
The first returns t. In Emacs prior to Emacs 24.5, the second returns
nil. In Emacs 24.5 and later I get this error:
Debugger entered--Lisp error: (file-error "Opening directory"
"Permission denied"
"D:/$RECYCLE.BIN/S-1-5-21-3120201979-235963886-2582836866-1001")
* directory-files(
"D:/$RECYCLE.BIN/S-1-5-21-3120201979-235963886-2582836866-1001"
FULL
"^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*")
Evaluating `file-attributes' for the same file returns this:
(t 1 37786 513
(20885 54199 0 0)
(20885 54199 0 0)
(20885 54199 0 0)
0 "drwxrwxrwx" t 0 506428215)
In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
of 2015-07-31 on LEG570
Bzr revision: 8d332aeccab2208e6c6bd434738565e6abf12043
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --host=i686-pc-mingw32 --enable-checking=yes,glyphs'
next reply other threads:[~2015-08-25 17:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-25 17:48 Drew Adams [this message]
2015-08-25 18:10 ` bug#21346: 25.0.50; REGRESSION: `directory-files' raises error for DIR that is `file-accessible-directory-p' Eli Zaretskii
[not found] <<2974d023-5059-414f-960d-273fbeaca5de@default>
[not found] ` <<83fv37fdcg.fsf@gnu.org>
2015-08-25 18:34 ` Drew Adams
2015-08-25 19:09 ` Eli Zaretskii
[not found] ` <<bb9288b5-fa49-41eb-a016-3798404985aa@default>
[not found] ` <<83egirfane.fsf@gnu.org>
2015-08-25 20:55 ` Drew Adams
2015-08-26 15:46 ` Eli Zaretskii
2015-08-31 15:01 ` Eli Zaretskii
[not found] ` <<b9a02743-e606-432e-bed0-8de4121098b9@default>
[not found] ` <<83lhcy59xp.fsf@gnu.org>
2015-08-26 16:27 ` Drew Adams
[not found] ` <<838u8r1oz3.fsf@gnu.org>
2015-08-31 15:05 ` Drew Adams
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=2974d023-5059-414f-960d-273fbeaca5de@default \
--to=drew.adams@oracle.com \
--cc=21346@debbugs.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.