emacs-inspector
makem.sh
emacs-inspector | makem.sh | |
---|---|---|
4 | 13 | |
108 | 163 | |
- | - | |
4.6 | 7.2 | |
28 days ago | 3 months ago | |
Emacs Lisp | Shell | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
emacs-inspector
-
bare minimum to have interactive repl programming like common lisp
Also, I've implemented an inspector tool for Emacs lisp, that brings debuggability closer to the level of CL and Smalltalk: https://github.com/mmontone/emacs-inspector
- Video demo of my inspector for Emacs
- emacs-inspector: Inspection tool for Emacs Lisp objects.
- Inspector for Emacs Lisp (WIP)
makem.sh
- Release v0.6 ยท alphapapa/makem.sh (test and lint Elisp packages)
-
Package contribution workflow
Well, for one thing, restarting Emacs to reload libraries gets old. This command helps. Also, this script eases testing in clean Emacs configs outside of one's main editor. Then, of course, tools like Elpaca seem to be the next generation...
-
How do get emacs to stop warning about packages I use?
Anyway, as Nic said, any package maintainer who cares will want to fix those warnings. I use my own makem.sh tool to lint compilation warnings before publishing.
-
Compiling el files in a clean environment
This is one of the reasons I wrote makem.sh. I recently added makem.el to the repo, which is an Elisp library that provides a Transient menu to make using it very easy (you don't have to use M-x compile or a shell).
-
How do you manage several similar emacs configs?
See also https://github.com/alphapapa/makem.sh, which is much simpler to use.
-
Emacs finally got a command line switch to set user-emacs-directory
Wow, finally! And just when I've gotten the bugs ironed out of with-emacs.sh and makem.sh related to Emacs 28's changes. Well, pre-29 versions will still be around for a long time, so with-emacs.sh will remain useful, but it will be nice to have support for this integrated into Emacs.
-
Running elisp linters / checkers from the command line?
Reported one: https://github.com/alphapapa/makem.sh/issues/35
-
New package: define-repeat-map -- easily define repeat-maps for Emacs
FYI, see also evenp. :) Also, this may help you lint and test your packages: https://github.com/alphapapa/makem.sh
-
Inspector for Emacs Lisp (WIP)
I generally recommend using makem.sh to lint, because it can test in a clean Emacs configuration using a variety of tools, and it works with compile, so you can just press g to rerun it. It will warn you about things like un-prefixed cl functions.
-
How to think about version bounds for packages that you created or maintain?
For general packaging, package-lint will catch many dependency issues. I run it with https://github.com/alphapapa/makem.sh
What are some alternatives?
projectile - Project Interaction Library for Emacs
mu-wizard - mu4e configuration wizard
cider - The Clojure Interactive Development Environment that Rocks for Emacs
cask - Project management tool for Emacs
helm - Emacs incremental completion and selection narrowing framework
emacs-anywhere - Configurable automation + hooks called with application information
use-package - A use-package declaration for simplifying your .emacs
with-emacs.sh - Script to easily run Emacs with specified configurations
prelude - Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
melpazoid - A bundle of CI scripts for testing Emacs packages, primarily submissions to MELPA.
doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]
eask - Core Eask APIs, for Eask CLI development