GNU bug report logs - #37236
25.1; dired fails on pCloud drive

Previous Next

Package: emacs;

Reported by: Damon Permezel <dap <at> zepherin.com>

Date: Fri, 30 Aug 2019 14:45:02 UTC

Severity: normal

Found in version 25.1

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

Bug is archived. No further changes may be made.

Full log


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

From: Damon Permezel <dap <at> zepherin.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 37236 <at> debbugs.gnu.org
Subject: Re: bug#37236: 25.1; dired fails on pCloud drive
Date: Sat, 31 Aug 2019 16:41:20 +1000
[Message part 1 (text/plain, inline)]
That does indeed address the issue.
Thanks for that!

> On 31 Aug 2019, at 01:20, Eli Zaretskii <eliz <at> gnu.org> wrote:
> 
> -  (if (and (null (cdr (assoc ".." file-alist)))
> +  (if (and (consp (assoc ".." file-alist))
> +           (null (cdr (assoc ".." file-alist)))
> 	   (cdr (assoc "." file-alist)))

[Message part 2 (text/html, inline)]
[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 5 years and 268 days ago.

Previous Next


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