GNU bug report logs -
#15363
24.3.50; (void-variable file) when using `dired-guess-shell-gzip-quiet' on a test.zip file
Previous Next
Reported by: Bastien Guerry <bzg <at> altern.org>
Date: Fri, 13 Sep 2013 07:28:02 UTC
Severity: normal
Found in version 24.3.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Bastien Guerry <bzg <at> altern.org> writes:
> Step to reproduce:
>
> emacs -Q
> M-: (require 'dired-x) RET
> [hit `!' on a test.zip file]
Here is the backtrace:
Debugger entered--Lisp error: (void-variable file)
(file-name-sans-extension file)
(concat "unzip" (if dired-guess-shell-gzip-quiet " -q") " -d " (file-name-sans-extension file))
eval((concat "unzip" (if dired-guess-shell-gzip-quiet " -q") " -d " (file-name-sans-extension file)))
mapcar(eval ("unzip" "unzip -l" (concat "unzip" (if dired-guess-shell-gzip-quiet " -q") " -d " (file-name-sans-extension file))))
dired-guess-default(("test.zip"))
dired-guess-shell-command("! on test.zip: " ("test.zip"))
apply(dired-guess-shell-command ("! on test.zip: " ("test.zip")))
dired-mark-pop-up(nil shell ("test.zip") dired-guess-shell-command "! on test.zip: " ("test.zip"))
dired-read-shell-command("! on %s: " nil ("test.zip"))
(list (dired-read-shell-command "! on %s: " current-prefix-arg files) current-prefix-arg files)
(let ((files (dired-get-marked-files t current-prefix-arg))) (list (dired-read-shell-command "! on %s: " current-prefix-arg files) current-prefix-arg files))
call-interactively(dired-do-shell-command nil nil)
command-execute(dired-do-shell-command)
--
Bastien
This bug report was last modified 11 years and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.