Fuco1 / dired-hacks

Collection of useful dired additions
GNU General Public License v3.0
877 stars 77 forks source link

dired-list-find-file : if: Symbol’s value as variable is void: dir #206

Closed aagon closed 8 months ago

aagon commented 11 months ago

Commit d922df8 broke function dired-list-find-file : variable dir is used at line 338 despite being set only at line 340.

The steps to reproduce in emacs -Q are quite straightforward :

(package-initialize)
;; Fix these
(load "/path/to/dash.el")
(load "/path/to/dired-hacks-utils.el")
(load "/path/to/dired-list.el")

And then run M-x dired-list-find-file, you should see the error if: Symbol’s value as variable is void: dir appear.

Best,

Aymeric Agon-Rambosson

Fuco1 commented 8 months ago

Thanks, fixed.