bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38189: 27.0.50; dired-aux fails to load format-spec, leading to runt


From: Lars Ingebrigtsen
Subject: bug#38189: 27.0.50; dired-aux fails to load format-spec, leading to runtime error in dired-do-compress-to
Date: Thu, 14 Nov 2019 06:32:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Štěpán Němec <stepnem@gmail.com> writes:

> On current master, but released Emacs 26.3 has the same problem:
>
> Recipe:
> -------
> emacs -Q
> C-x d [or otherwise invoke dired]
> [pick a file]
> M-x dired-do-compress-to [and provide suitable value to the prompt]
>
> => Symbol’s function definition is void: format-spec
> -------
>
> `dired-do-compress-to' uses the function `format-spec', provided by
> format-spec.el, but its containing library (dired-aux.el) only declares
> the function without providing for loading it when needed.

I've now fixed this on the trunk by making that function require
format-spec.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]