unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38189: 27.0.50; dired-aux fails to load format-spec, leading to runtime error in dired-do-compress-to
@ 2019-11-12 22:06 Štěpán Němec
  2019-11-14  5:32 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Štěpán Němec @ 2019-11-12 22:06 UTC (permalink / raw)
  To: 38189

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.

In GNU Emacs 27.0.50 (build 15, x86_64-pc-linux-gnu, X toolkit, Xaw scroll bars)
 of 2019-11-12 built on panda
Repository revision: ececf739cea15d763d7fe99b92d618039071c728
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12005000
System Description: Arch Linux

-- 
Štěpán





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#38189: 27.0.50; dired-aux fails to load format-spec, leading to runtime error in dired-do-compress-to
  2019-11-12 22:06 bug#38189: 27.0.50; dired-aux fails to load format-spec, leading to runtime error in dired-do-compress-to Štěpán Němec
@ 2019-11-14  5:32 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-11-14  5:32 UTC (permalink / raw)
  To: Štěpán Němec; +Cc: 38189

Š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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-14  5:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12 22:06 bug#38189: 27.0.50; dired-aux fails to load format-spec, leading to runtime error in dired-do-compress-to Štěpán Němec
2019-11-14  5:32 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).