origami.el icon indicating copy to clipboard operation
origami.el copied to clipboard

emacs lisp comments with Scan error: "Unbalanced parentheses", xxx, yyy

Open lvsv opened this issue 8 years ago • 1 comments

If i don't have a close paranthes in emacs lisp comment i get an error Scan error: "Unbalanced parentheses", xxx, yyy As example:

(defun customfun
   ; (unbalanced parantheses in comments
  (+ 3 4))

Can origami mode ignore parentheses in comments?

lvsv avatar Aug 23 '17 18:08 lvsv

I think I have the same issue. My init.el contains commented out elisp-code, which probably causes the Unbalanced parentheses error.

twmr avatar Mar 23 '20 23:03 twmr