We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original issue 42 created by laurentpetit on 2009-12-09T15:32:42.000Z:
Another thing that emacs does which is very useful is macro expasion, you hit C-c M-m and it'll popup the expansion of a macro that's under the cursor
That should be pretty easy to implement, even if it just puts (macroexpand ...) into the repl for you.
The text was updated successfully, but these errors were encountered:
Comment #1 originally posted by laurentpetit on 2010-04-18T20:52:47.000Z:
Sorry, something went wrong.
Comment #2 originally posted by laurentpetit on 2010-04-18T21:00:57.000Z:
<empty>
Comment #3 originally posted by laurentpetit on 2010-09-03T22:07:54.000Z:
Comment #4 originally posted by laurentpetit on 2010-10-20T02:03:11.000Z:
Not repl-related.
Comment #5 originally posted by laurentpetit on 2011-12-30T21:19:36.000Z:
laurentpetit
No branches or pull requests
Original issue 42 created by laurentpetit on 2009-12-09T15:32:42.000Z:
Another thing that emacs does which is very useful is macro expasion, you
hit C-c M-m and it'll popup the expansion of a macro that's under the cursor
That should be pretty easy to implement, even if it just puts (macroexpand
...) into the repl for you.
The text was updated successfully, but these errors were encountered: