GNU bug report logs - #77609
How to add multiple functions to one hook with :hook in use-package?

Previous Next

Package: emacs;

Reported by: Reuben Thomas <rrt <at> sc3d.org>

Date: Mon, 7 Apr 2025 13:46:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: John Wiegley <johnw <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 77609 <at> debbugs.gnu.org, rrt <at> sc3d.org
Subject: Re: bug#77609: How to add multiple functions to one hook with :hook
 in use-package?
Date: Wed, 21 May 2025 23:20:32 -0700
>>>>> Eli Zaretskii <eliz <at> gnu.org> writes:

> Ping! How can we make any further progress here?

So, I dug into ‘use-package-normalize/:hook’ to see how hard it would be and…
it’s unreasonably hard. Accepting a list of functions in this way is just not
something the code was designed to do in its current form.

So rather than risk breaking lots of things, I think the user just has to
expand:

  :hook (foo a b)
  :hook (foo . (a b))

into

  :hook
  (foo . a)
  (foo . b)

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2




This bug report was last modified 24 days ago.

Previous Next


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