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

Add support for LOOP formatting to SEdit #1631

Open
pamoroso opened this issue Mar 31, 2024 · 1 comment
Open

Add support for LOOP formatting to SEdit #1631

pamoroso opened this issue Mar 31, 2024 · 1 comment

Comments

@pamoroso
Copy link
Contributor

Medley Common Lisp now supports loop but SEdit is understandably unaware of it, so it's unable to format and indent it properly. I tried making SEdit use the same formatting of IL:FOR for loop with (SEDIT:DEF-LIST-FORMAT CL:LOOP IL:FOR) but it doesn't make much difference.

It would be useful to eventually add to SEdit support for formatting loop.

@masinter
Copy link
Member

I think another possibility although more far-reaching would be to not display a package identifier for those symbols that are not in the "right" package but are treated the same (name of command in the EXEC, local lexical variables, as well as CL:LOOP keywords that don't appear outside).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants