Giter VIP home page Giter VIP logo

macrostep's Introduction

`macrostep-mode' is a 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 read-only while macro expansions are visible. You can expand and
collapse macro forms one step at a time, and evaluate or instrument
them for debugging with Edebug as normal (but see "Bugs and known
limitations", below). Single-stepping through the expansion is useful
for debugging macros that expand into another macro form, especially
one like `lexical-let' that does significant rewriting. These can be
difficult to debug with Emacs' built-in `macroexpand' because
`macroexpand' continues expansion until the top-level form is no
longer a macro call.

macrostep-mode adds some simple additional fontification to
macro-expanded text. The heads of macro sub-forms are fontified using
`macrostep-macro-face'. Uninterned symbols (gensyms) are fontified
based on which step in the expansion created them, to distinguish them
from normal symbols and from other gensyms with the same print
name. Use `customize-group' with the "macrostep" group to customize
these faces.

See the "Commentary" section of "macrostep.el" for more.

macrostep's People

Contributors

joddie avatar jwiegley avatar

Watchers

James Cloos avatar B'Random Cliphord EiQ avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.