emacs-devel
[Top][All Lists]
Advanced

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

Re: master 695f679: Remove ; ; ; ###tramp-autoload cookie from Tramp def


From: Stefan Monnier
Subject: Re: master 695f679: Remove ; ; ; ###tramp-autoload cookie from Tramp defcustoms (Bug#47063)
Date: Sat, 13 Mar 2021 18:20:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> My question is, which combination of the following should happen:
> - The completion-predicate properties are not autoloaded.

This means that autoloaded functions will always be listed in `M-x`
(except after loading the corresponding package), which is undesirable.

> - The function tramp-crypt-enabled-p is autoloaded.

Sounds good.

> - The function command-completion-default-include-p checks whether
>   completion-predicate is functionp.

I think this is *also* needed, tho a better option is
`with-demoted-errors` since no matter what error is signal'd we don't
want it to prevent `M-x` from doing its job.


        Stefan




reply via email to

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