names icon indicating copy to clipboard operation
names copied to clipboard

A Namespace implementation for Emacs-Lisp

Results 14 names issues
Sort by recently updated
recently updated
newest added

First of all, thank you so much for your work on this -- it's a huge boon and I'm thoroughly enjoying using it in my novice Emacs code. One possible...

enhancement

When trying to use `names`, removing all the prefixes manually is boring, even in Emacs. This can't be done automatically (e.g., with a non-interactive search/replace) because: 1. references to functions...

enhancement

This is necessary because `rx` does not define edebug specs, and it seems that defining one for it using `def-edebug-spec` does not work either. The format is described in [(elisp)Extending...