This package browser is in early development. Mind the rough edges.

emacs-macrostep 0.9.2

Interactive macro-expander for Emacs

macrostep is an Emacs minor mode for interactively stepping through the expansion of macros in Emacs Lisp source code. It lets you see exactly what happens at each step of the expansion process by pretty-printing the expanded forms inline in the source buffer, which is temporarily read-only while macro expansions are visible. You can expand and collapse macro forms one step at a time, and evaluate or instrument the expansions for debugging with Edebug as normal.

Installation

Install emacs-macrostep 0.9.2 as follows:

guix install emacs-macrostep@0.9.2

Or install the latest version:

guix install emacs-macrostep

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.