-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
uncomment-region-function for #; sexp comments #217
Comments
Realized I was using an old version of racket-mode, sorry. Updated, and the current behavior is that trying to |
#;
s-exp comment removes closing paren#;
s-exp comment does nothing
Not to nit-pick but just to confirm, I think you mean Currently There is an (FWIW, it looks like Footnotes
|
Whoops, yes I meant And I think the current behavior is reasonable so I'm ok with closing this issue as "no plan to implement". |
#;
s-exp comment does nothing
OK. I'll keep it open. But tag as a feature not a bug. And not assign it to me (for now). |
UPDATE: This description is no longer true. See next comment.
Not sure if anything can be done about this, but I thought it was interesting behavior.
Using emacs
M-x uncomment
to remove a#;
removes the comment, but also deletes the closing parens. For example:becomes
(define (f x) x
The text was updated successfully, but these errors were encountered: