unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Arash Esbati <arash@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 57144@debbugs.gnu.org
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	[thread overview]
Message-ID: <86bksp1hbs.fsf@gnu.org> (raw)
In-Reply-To: <83leruneek.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 12 Aug 2022 09:50:59 +0300")

[-- Attachment #1: Type: text/plain, Size: 782 bytes --]

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 #2: input-one.el --]
[-- Type: application/emacs-lisp, Size: 436 bytes --]

;;; input-one.el ---   -*- lexical-binding: t; -*-

;;; Code:

;;;###autoload
(defun input-one-mode-1 ()
  "docstring"
  (message "autoload me"))

;;;###autoload
(defun input-one-mode-2 ()
  "docstring"
  (message "autoload me"))

;;;###autoload
(defun input-one-mode-3 ()
  "docstring"
  (message "autoload me"))

(provide 'input-one)

;; Local Variables:
;; coding: utf-8
;; End:

;;; input-one.el ends here

[-- Attachment #3: input-two.el --]
[-- Type: application/emacs-lisp, Size: 436 bytes --]

;;; input-two.el ---   -*- lexical-binding: t; -*-

;;; Code:

;;;###autoload
(defun input-two-mode-1 ()
  "docstring"
  (message "autoload me"))

;;;###autoload
(defun input-two-mode-2 ()
  "docstring"
  (message "autoload me"))

;;;###autoload
(defun input-two-mode-3 ()
  "docstring"
  (message "autoload me"))

(provide 'input-two)

;; Local Variables:
;; coding: utf-8
;; End:

;;; input-two.el ends here

[-- Attachment #4: input-ignore.el --]
[-- Type: application/emacs-lisp, Size: 454 bytes --]

;;; input-ignore.el ---   -*- lexical-binding: t; -*-

;;; Code:

;;;###autoload
(defun input-ignore-mode-1 ()
  "docstring"
  (message "autoload me"))

;;;###autoload
(defun input-ignore-mode-2 ()
  "docstring"
  (message "autoload me"))

;;;###autoload
(defun input-ignore-mode-3 ()
  "docstring"
  (message "autoload me"))

(provide 'input-ignore)

;; Local Variables:
;; coding: utf-8
;; End:

;;; input-ignore.el ends here

  reply	other threads:[~2022-08-12 17:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-11 19:31 bug#57144: 29.0.50; Missing description for excluded files in docstring of loaddefs-generate Arash Esbati
2022-08-12  6:50 ` Eli Zaretskii
2022-08-12 17:51   ` Arash Esbati [this message]
2022-08-13 12:08     ` Lars Ingebrigtsen
2022-08-13 16:47       ` Arash Esbati
2022-08-15  6:33         ` Lars Ingebrigtsen
2022-08-15  9:48           ` Arash Esbati
2022-08-15 10:08             ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86bksp1hbs.fsf@gnu.org \
    --to=arash@gnu.org \
    --cc=57144@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).