[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Printing comment-start of various modes
From: |
Stephen Berman |
Subject: |
Re: Printing comment-start of various modes |
Date: |
Wed, 14 Aug 2024 00:17:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Tue, 13 Aug 2024 22:10:50 +0000 Heime <heimeborgia@protonmail.com> wrote:
> Would you have any hints of why one gets this ?
>
> eval-buffer: End of file during parsing: /home/hagbard/Opstk/lumi.el
Possibly unbalanced parentheses in the buffer - try `M-x check-parens'.
If that's not the problem, try getting a backtrace, e.g. with `M-x
toggle-debug-on-error' and then evaluating the buffer.
Steve Berman