bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15179: describe-variable vs. aliases


From: Lars Ingebrigtsen
Subject: bug#15179: describe-variable vs. aliases
Date: Mon, 14 Oct 2019 07:30:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

jidanni@jidanni.org writes:

>       inhibit-startup-screen is a variable defined in `startup.el'.
>       Its value is t
>       Original value was nil

[...]

>       inhibit-splash-screen is a variable defined in `startup.el'.
>       Its value is t
>
>         This variable is an alias for `inhibit-startup-screen'.

[...]

> Better would be if checking either revealed the whole picture, and also
> mention where the latter was changed (.emacs).

So the request is to have `C-h v' list all variables that are aliases of
the one we want to have described.  And that does seem useful.

But is that information available?  We have the chain going the other
way in Findirect_variable...  I guess we could loop over obarray and run
that function on all the symbols and create a reverse map?

Is there an easier way?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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