Skip to content
New issue

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

macrostep-mode #49

Open
digikar99 opened this issue Jan 9, 2021 · 2 comments
Open

macrostep-mode #49

digikar99 opened this issue Jan 9, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@digikar99
Copy link

Is there a possibility for provision of emacs-like macrostep-mode to handle macrolet forms?

@neil-lindquist
Copy link
Owner

Currently, if you select the entire macrolet form and use the "Macroexpand All" command, it will expand the locally defined macros.
The command is available in both the Packages menu and the Command Pallette (Ctrl+Shift+p).

SLIMA could be adjusted to use the swank-macrostep expander for the single-form expanders. Adjusting Macroexpand All would be harder though, due to the code walking.

@neil-lindquist neil-lindquist added the enhancement New feature or request label Jan 12, 2021
@digikar99
Copy link
Author

'Macroexpand All' seems to work for the time being, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants