Skip to content

uncomment-region-function for #; sexp comments #217

Open
@stchang

Description

@stchang

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:

#;(define (f x) x)

becomes

(define (f x) x

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions