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

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

bug#57144: 29.0.50; Missing description for excluded files in docstring


From: Arash Esbati
Subject: bug#57144: 29.0.50; Missing description for excluded files in docstring of loaddefs-generate
Date: Fri, 12 Aug 2022 19:51:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Arash Esbati <arash@gnu.org>
>> Date: Thu, 11 Aug 2022 21:31:32 +0200
>> 
>> A description for EXCLUDED-FILES is missing.  It will a list containing
>> file names, but details should be added.
>
> Thanks, fixed.

Thanks for the quick fix.  I still can't get files excluded in the
generation process.  Please consider the 3 simple .el files attached and
save them under ~/Test/.  Now eval in *scratch*

(loaddefs-generate "~/Test/"
                   "~/Test/autoload.el"
                   '("ignore.el") nil nil t)

or

(loaddefs-generate "~/Test/"
                   "~/Test/autoload.el"
                   '("~/Test/input-ignore.el") nil nil t)

autoloads from input-ignore.el aren't ignored.  Am I missing something?

Best, Arash

Attachment: input-one.el
Description: application/emacs-lisp

Attachment: input-two.el
Description: application/emacs-lisp

Attachment: input-ignore.el
Description: application/emacs-lisp


reply via email to

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