bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#54551: show-paren-mode inconsistency


From: Stephen Berman
Subject: bug#54551: show-paren-mode inconsistency
Date: Fri, 25 Mar 2022 13:00:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

On Fri, 25 Mar 2022 11:56:50 +0000 goncholden <goncholden@protonmail.com> wrote:

> ------- Original Message -------
>
> On Friday, March 25th, 2022 at 11:47 PM, goncholden
> <goncholden@protonmail.com> wrote:
>
>> ------- Original Message -------
>>
>> On Friday, March 25th, 2022 at 8:51 PM, Stephen Berman
>> stephen.berman@gmx.net wrote:
>>
>> > On Fri, 25 Mar 2022 07:10:36 +0000 goncholden via "Bug reports for GNU
>> > Emacs, the Swiss army knife of text editors" bug-gnu-emacs@gnu.org wrote:
>> >
>> > > I am debugging a problem where emacs states that there exists an extra
>> > >
>> > > closing parenthesis, but having extreme difficulty locating it.
>> > >
>> > > Have split the file in two and using "require" on a child file. Otherwise
>> > >
>> > > I have to comment each line of code rather than whole sections. 
>> > > Commenting
>> > >
>> > > each line is likely to introduce errors if one is not very careful 
>> > > removing
>> > >
>> > > the comment tags.
>> >
>> > Have you tried calling `check-parens' in the files?
>> >
>> > Steve Berman
>>
>> Have not played with that, no.
>
> Need some assistance on using check-parens.  Have done
> "M-x check-parens", what do I have to do after that, and what should I check?

If `check-parens' finds an unbalanced parenthesis, it moves point to
that position.  If point doesn't change in the buffer you called
`check-parens' in, then that buffer has no unbalanced parentheses.

Steve Berman





reply via email to

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