From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Cc: Po Lu <luangruo@yahoo.com>
Subject: Re: master 19a3b499f84: ; * lisp/loadup.el: Don't prohibit advice when ls-lisp is loaded.
Date: Tue, 05 Dec 2023 18:20:19 -0500 [thread overview]
Message-ID: <jwvy1e8i6o4.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20231205103937.E1D65C405A8@vcs2.savannah.gnu.org> (Po Lu via Mailing list for Emacs changes's message of "Tue, 5 Dec 2023 05:39:37 -0500 (EST)")
> +(unless (featurep 'ls-lisp)
> + ;; Actively disallow advised functions during preload since:
> + ;; - advices in Emacs's core are generally considered bad style;
> + ;; - `Snarf-documentation' looses docstrings of primitives advised
> + ;; during preload (bug#66032#20).
> + ;;
> + ;; Don't verify this under MS-Windows and Android, both systems that
> + ;; load ls-lisp, which advises insert-directory.
How 'bout we fix this as well?
IOW, merge `insert-directory` and `ls-lisp--insert-directory`
by allowing `insert-directory-program` to be nil
(as a replacement for the `ls-lisp-use-insert-directory-program`
boolean) in which case we use the ls-lisp code?
Stefan
next parent reply other threads:[~2023-12-05 23:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <170177277759.6083.12155719482709043212@vcs2.savannah.gnu.org>
[not found] ` <20231205103937.E1D65C405A8@vcs2.savannah.gnu.org>
2023-12-05 23:20 ` Stefan Monnier [this message]
2023-12-06 1:18 ` master 19a3b499f84: ; * lisp/loadup.el: Don't prohibit advice when ls-lisp is loaded Po Lu
2023-12-06 12:14 ` Eli Zaretskii
2023-12-06 16:12 ` Stefan Monnier
2023-12-06 17:07 ` Eli Zaretskii
2023-12-06 21:32 ` Stefan Monnier
2023-12-07 6:19 ` Eli Zaretskii
2023-12-06 20:50 ` Jens Schmidt
2023-12-07 20:06 ` Stefan Monnier
2023-12-07 22:25 ` Jens Schmidt
2023-12-09 20:09 ` Stefan Monnier
2023-12-09 23:26 ` Stefan Monnier
2023-12-10 5:10 ` Stefan Monnier
2023-12-12 21:22 ` Jens Schmidt
2023-12-21 14:40 ` Stefan Monnier
2023-12-07 2:49 ` Richard Stallman
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvy1e8i6o4.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
--cc=luangruo@yahoo.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.