emacs-devel
[Top][All Lists]
Advanced

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

Re: scratch/accurate-warning-pos: Solid progress: the branch now bootstr


From: Gemini Lasswell
Subject: Re: scratch/accurate-warning-pos: Solid progress: the branch now bootstraps.
Date: Tue, 27 Nov 2018 22:03:58 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> E.g. for a macro like `when` where the edebug spec is just `t` (which
> means all the arguments are Elisp expressions) we don't need to
> de-annotate anything at all.  And for `dolist` whose edebug spec is
> ((symbolp form &optional form) body), we can use that debug spec to find
> that the first arg needs to be partially de-annotated, and the rest can
> be left fully annotated.

Why not just use Edebug's reader?  It's already solved the de-annotation
problem.



reply via email to

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