GNU bug report logs - #28807
25.2; dired-actual-switches` and .dir-locals.el

Previous Next

Package: emacs;

Reported by: leo <dev <at> halloleo.hailmail.net>

Date: Fri, 13 Oct 2017 08:29:02 UTC

Severity: minor

Found in version 25.2

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: leo <dev <at> halloleo.hailmail.net>
Cc: 28807 <at> debbugs.gnu.org
Subject: Re: bug#28807: 25.2; dired-actual-switches` and .dir-locals.el
Date: Fri, 13 Oct 2017 12:09:09 +0300
> From: leo <dev <at> halloleo.hailmail.net>
> Date: Fri, 13 Oct 2017 19:16:08 +1100
> 
>     ;;; Directory Local Variables
>     ;;; For more information see (info "(emacs) Directory Variables")
>     
>     ((dired-mode .
>       ((dired-actual-switches . "-laht")
>        (subdirs . nil))))
>        
> * Create a subirectory `subdir` inside `mydir`
> * Create some files with different timestamp and different names in there.
> 
> Bug 1: .dir-locals.el not applied the first time
> ================================================
> 
> * Launch `emacs -Q`
> * Open `mydir` via `M-x find-file` as a dired buffer
> * Observe that `mydir` is **not** in date order sorted
> * Kill `mydir` buffer.
> * Open again `mydir` via `M-x find-file` as a dired buffer
> * Observe that `mydir` **is**  in date order sorted (as it should be)
> 
> Bug 2: (subdirs . nil) rule not obeyed
> ======================================
> 
> * Stay in that `emacs -Q` session
> * Kill `mydir` buffer.
> * Open `mydir/subdir` via `M-x find-file` as a dired buffer
> * Observe that `mydir` **is**  in date order sorted (as it **not** should be)

I think this is because both settings take their effect before the
Dired mode is turned on in the buffer.  IOW, these customizations
simply cannot have the desired effect, as they are conditioned on
the wrong condition.




This bug report was last modified 3 years and 322 days ago.

Previous Next


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