GNU bug report logs -
#59248
29.0.50; apropos lists keywords as if they were variables
Previous Next
Full log
Message #17 received at 59248 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Thibault Polge <thibault <at> thb.lt> writes:
> On a very recent (about yesterday) Emacs from HEAD, apropos lists
> interned keywords as undocumented variables. Eg, the following
> invocation:
This happens to me with a Emacs build from more than two months old
commit.
>
> M-x apropos RET distant-foreground RET
>
> displays the following output:
>
>> Type RET on a type label to view its full documentation.
>>
>> :distant-foreground
>> Variable: (not documented)
>> Value: :distant-foreground
>
> This is technically correct --- keywords are variable-ish --- but quite
> useless. At best, keywords just add noise to `apropos` output. At
> worst, they may be misleading, since an user may assume they can somehow
> control something by setq'ing a keyword.
>
> Regards,
> Thibault
>
>
>
These symbol (nil, t, keywords) are self-evaluating. Their value is the
symbol itself. For example, do the following:
M-x apropos RET ^nil$ RET
M-x apropos RET ^t$ RET
However they are constants, the values can't be changed.
I suggest to remove the "Variable" and "Value" and add something like
"Self-evaluating: yes" and "Constant: yes".
--
Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5
Fediverse: akib <at> hostux.social
Codeberg: akib
emailselfdefense.fsf.org | "Nothing can be secure without encryption."
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.