https://github.com/davep/expando.el
Quickly expand macros for easy reading/checking in Emacs
https://github.com/davep/expando.el
Last synced: 3 months ago
JSON representation
Quickly expand macros for easy reading/checking in Emacs
- Host: GitHub
- URL: https://github.com/davep/expando.el
- Owner: davep
- Created: 2017-05-14T21:49:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T00:46:17.000Z (almost 5 years ago)
- Last Synced: 2025-10-12T09:45:13.810Z (8 months ago)
- Language: Emacs Lisp
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expando.el
Quickly expand macros for easy reading/checking.
## Commentary:
`expando.el` provides a simple tool for expanding macros into a different
window so they can be quickly and easily checked and read.
**NOTE:** This code makes use of `elisp--preceding-sexp` from elisp-mode.
This is, obviously, considered to be an "internal" function. Which is a bit
of shame really as it's a very handy thing that I think we'd normally want
to be doing in elisp, when doing elisp-oriented things. So, rather than
reinvent the wheel, I'll risk calling an internal and worry later when
things get broken.