From: Stephen Berman <stephen.berman@gmx.net>
To: Juergen Fenn <jfenn@gmx.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: customize option/variable
Date: Tue, 29 Aug 2023 00:08:19 +0200 [thread overview]
Message-ID: <87a5uan7l8.fsf@gmx.net> (raw)
In-Reply-To: <8836a5e2-1137-42df-906d-3de1ab0b7416@gmx.net> (Juergen Fenn's message of "Mon, 28 Aug 2023 23:42:04 +0200")
On Mon, 28 Aug 2023 23:42:04 +0200 Juergen Fenn <jfenn@gmx.net> wrote:
> Am 28.08.23 um 23:13 Uhr schrieb Stephen Berman:
>> You can customize apropos-sort-by-scores with M-x customize-option in
>> Emacs 29 (and 30), but apropos.el has to be loaded for Customize to
>> recognize the variable. So you can do e.g. `M-x apropos' and the `M-x
>> customize-option apr TAB s TAB will complete to the variable and you can
>> customize it.
>
> Thank you for this hint. In fact, I was not aware that navigating in
> this way to the full variable name would lead you to a different
> "target" than, e.g., M-x describe-variable, or M-x customize-variable
> without completing the search term by apropos.
Completion with M-x describe-variable (aka C-h v) in effect searches all
Emacs Lisp libraries to find completion candidates, while
customize-variable just examines loaded libraries. Calling M-x apropos
just loads the library (you could also use e.g. M-x load-library RET
apropos), you don't need to enter search terms to subsequently get
customize-variable to recognize options in the loaded library.
Steve Berman
next prev parent reply other threads:[~2023-08-28 22:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 19:21 customize option/variable aalinovi
2023-08-28 20:29 ` Juergen Fenn
2023-08-28 21:13 ` Stephen Berman
2023-08-28 21:42 ` Juergen Fenn
2023-08-28 22:08 ` Stephen Berman [this message]
2023-08-28 22:30 ` Juergen Fenn
-- strict thread matches above, loose matches on Subject: below --
2023-08-28 22:35 aalinovi
2023-08-28 18:01 aalinovi
2023-08-28 18:29 ` Eli Zaretskii
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=87a5uan7l8.fsf@gmx.net \
--to=stephen.berman@gmx.net \
--cc=help-gnu-emacs@gnu.org \
--cc=jfenn@gmx.net \
/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.