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

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

bug#8297: Request: Better Emacs self-documentation for customization


From: Florian Beck
Subject: bug#8297: Request: Better Emacs self-documentation for customization
Date: Sun, 20 Mar 2011 01:07:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8

Emacs integrates any function I write into its documentation; the help function provides a link to the source.

What I would like is for Emacs to track my customisations:

- When I redefine an Emacs function I would like a link to the previous/original definition, `describe-function' only provides a link to the current one. - 'describe-variable', on the other hand, remembers the original definition, but doesn't remember the place where I changed the value. - `describe-key' only provides a link to the function, not to the place the key was defined.

Obviously, this is not easy, because evaluations don't necessarily have a fixed place and key bindings can be defined in many ways. Regardless, I think this is something on which Emacs could improve.

--
Florian Beck





reply via email to

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