descriptionnone
ownernumbchild@gmail.com
last changeSat, 8 Jul 2023 02:22:27 +0000 (8 10:22 +0800)
content tags
add:
README.md

inline-docs.el

This is a library for showing inline contextual docs above or below.

This source code mainly is from justbur answered question .

Support

On theory, this mode should support all Emacs available platforms.

Tested supported:

Screenshots

screenshot

Usage

You can use this library function inline-docs in packages like eldoc-overlay-mode.

(setq eldoc-message-function #'inline-docs)
(inline-docs "FORMATED-STRING")
(inline-docs "STRING")

related modes

shortlog
2023-07-08 Meow Kingfix: border column number under `display-line-number... master
2023-04-06 stardivinermake border line width shorter to avoid border line...
2022-02-10 stardivinerUpdate library homepage
2017-05-23 stardivinerchange default face inheritdevelop
2017-05-23 stardivinerrefactor function name.
2017-04-28 stardivinerrename prefix variable to offset.
2017-01-30 stardivineradd Support in README
2017-01-30 stardivinerMerge branch 'hotfix/specify-variable-type'
2017-01-30 stardivinerfix customize variables type
2017-01-30 stardivinerMerge pull request #4 from syohex/autoload
2017-01-29 stardivinerchange inline-docs-position values
2017-01-29 stardivinerupdate library package usage comments
2017-01-28 stardivinerremove redundant package description.
2017-01-26 Syohei YOSHIDAAdd autoload cookie for lazy loading
2017-01-24 stardivinerMerge pull request #3 from syohex/cl-lib
2017-01-24 Syohei YOSHIDALoad cl-lib for using its macro
...
heads
9 months ago master
6 years ago develop