emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New comment-sexp command and key bind


From: Artur Malabarba
Subject: Re: New comment-sexp command and key bind
Date: Fri, 21 Aug 2015 14:44:22 +0100

> Go to the first line and M-x comment-or-uncomment-sexp :
>
> ;; (if something
>      foo
> ;;   bar)
>
> And the minibuffer shows:
>
> forward-sexp: Scan error: "Unbalanced parentheses", 3189, 3221

Yes, the command can't uncomment that because that's not a commented
sexp. It's like calling `mark-sexp' with half the sexp commented out.
I make it a better error message, though.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]