emacs-devel
[Top][All Lists]
Advanced

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

Re: finding old-style-backquote


From: Stefan Monnier
Subject: Re: finding old-style-backquote
Date: Fri, 14 Sep 2007 10:20:27 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

>  Is there a way to find the position of the old-style-backquote. Since
> we now get a warning, I wonder if there is some variable/flag that I
> can set to stop on the first occurrence like debug-on-error. That will
> make it easier to find and fix them.

The byte-compiler gives some line info (it's only the line number of the
beginning of the top-level sexp in which the old-style-backquote is located,
tho, so it's not as precise as you might ideally want, but I found it to be
sufficient).

In any case C-s (` is not that hard to type, is it?


        Stefan




reply via email to

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