GNU bug report logs - #39823
26.3; update-directory-autoloads regression from Emacs 26 to Emacs 27

Previous Next

Package: emacs;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Fri, 28 Feb 2020 15:13:02 UTC

Severity: normal

Tags: fixed

Found in version 26.3

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 39823 <at> debbugs.gnu.org, rms <at> gnu.org, npostavs <at> gmail.com
Subject: bug#39823: 26.3; update-directory-autoloads regression from Emacs 26 to Emacs 27
Date: Sat, 18 Apr 2020 23:13:16 -0400
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
>> Cc: 39823 <at> debbugs.gnu.org,  rms <at> gnu.org,  npostavs <at> gmail.com
>> Date: Wed, 08 Apr 2020 12:41:26 -0400
>> 
>> >> I think it could be nice to update update-directory-autoloads to work in
>> >> a lexical setting before closing this bug, though.
>> >
>> > Update how?
>> 
>> Update `update-directory-autoloads' so that it accepts a &key style arg
>> for the ‘generated-autoload-file’ file name.  Currently it must be
>> dynamically bound prior to calling `update-directory-autoloads'.

I investigated that path, but I fail to see how that could be done
safely. &key is a Common Lisp thing that is made available in Emacs Lisp
with `cl-defun'. The original signature of `update-directory-autoloads'
file is:

(defun update-directory-autoloads (&rest dirs)

I don't see how &key can be combined with &rest without potentially
causing problems.

Feel free to close this issue.

Thanks,

Maxim




This bug report was last modified 4 years and 234 days ago.

Previous Next


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