popon
- Description
- "Pop" floating text "on" a window
- Latest
- popon-0.13.0.20230703.82713.tar (.sig), 2024-Mar-31, 80.0 KiB
- Maintainer
- Akib Azmain Turja <akib@disroot.org>
- Atom feed
- popon.xml
- Website
- https://codeberg.org/akib/emacs-popon
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
Popon allows you to pop text on a window, what we call a popon. Popons are window-local and sticky, they don't move while scrolling, and they even don't go away when switching buffer, but you can bind a popon to a specific buffer to only show on that buffer.
If some popons are annoying you and you can't kill them, do
M-x popon-kill-all
to kill all popons.
1. Installation
1.1. Package
Install from NonGNU ELPA.
1.2. Quelpa
(quelpa '(popon :fetcher git :url "https://codeberg.org/akib/emacs-popon.git"))
1.3. Straight.el
(straight-use-package '(popon :type git :repo "https://codeberg.org/akib/emacs-popon.git"))
1.4. Manual
Download popon.el
and put it in your load-path
.
2. Usage
The main entry point is popon-create
, which creates a popon and
returns that. Use popon-kill
to kill it. Popons are immutable, you
can't modify them. Most of time you'll want to place the popon at
certain point of buffer; call popon-x-y-at-pos
with the point and
use the return value as the coordinates. Be sure see the docstring of
each function, they describe the best.
Old versions
popon-0.12.0.20230627.183322.tar.lz | 2023-Jun-27 | 17.7 KiB |
popon-0.12.0.20221126.155023.tar.lz | 2022-Nov-26 | 17.7 KiB |
popon-0.11.0.20221103.51051.tar.lz | 2022-Nov-03 | 17.6 KiB |
popon-0.10.0.20221010.130527.tar.lz | 2022-Oct-10 | 17.6 KiB |
popon-0.9.0.20221008.131203.tar.lz | 2022-Oct-08 | 17.6 KiB |
popon-0.8.0.20220726.174118.tar.lz | 2022-Jul-26 | 17.2 KiB |
popon-0.7.0.20220627.130345.tar.lz | 2022-Jun-27 | 17.0 KiB |
popon-0.6.0.20220627.53659.tar.lz | 2022-Jun-27 | 17.0 KiB |
popon-0.5.0.20220624.53718.tar.lz | 2022-Jun-24 | 16.6 KiB |
popon-0.3.0.20220528.91421.tar.lz | 2022-May-28 | 16.5 KiB |