emacs-eldoc
Show function arglist or variable docstring in echo area
This program was inspired by the behavior of the ``mouse documentation window'' on many Lisp Machine systems; as you type a function's symbol name as part of a sexp, it will print the argument list for that function. Behavior is not identical; for example, you need not actually type the function name, you need only move point around in a sexp that calls it. Also, if point is over a documented variable, it will print the one-line documentation for that variable instead, to remind you of that variable's meaning.
- Versions: 1.16.0
- Website: https://elpa.gnu.org/packages/eldoc.html
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-eldoc as follows:
guix install emacs-eldoc
Or install a particular version:
guix install emacs-eldoc@1.16.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of emacs-eldoc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-eldoc'><img src='https://packages.guix.gnu.org/packages/emacs-eldoc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-eldoc)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-eldoc][https://packages.guix.gnu.org/packages/emacs-eldoc/badges/latest-version.svg]]