GNU bug report logs - #21573
24.5; file-accessible-directory-p behaves incorrectly with executable file on Mac OS X

Previous Next

Package: emacs;

Reported by: Praveen Kumar <kprav33n <at> gmail.com>

Date: Sun, 27 Sep 2015 16:16:02 UTC

Severity: normal

Found in version 24.5

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


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

From: Jonas Bernoulli <jonas <at> bernoul.li>
To: 21573 <at> debbugs.gnu.org
Subject: Re: bug#21573
Date: Sat, 26 Mar 2016 11:07:31 +0100
Would it be possible to work around this by replacing

  (file-accessible-directory-p file)

with

  (and (file-directory-p file)
       (file-accessible-directory-p file))

or does `file-directory-p' suffer from the same issue?




This bug report was last modified 4 years and 198 days ago.

Previous Next


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