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

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

Re: check-parens


From: Stefan Monnier
Subject: Re: check-parens
Date: Tue, 03 Sep 2019 09:32:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> the following snippet errors:
>
> (member CHAR (list ?r ?))

Of course, a paren is missing.

> but check-parens doesn't signal it.

Indeed, but the byte-compiler does:

    foo.el:5:1:Warning: unescaped character literals `?)' detected,
        `?\)' expected!

> Worth a bug-report?

Probably not: it's a known problem.


        Stefan




reply via email to

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