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

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

bug#23995: 25.1.50; cl-defmethod with :extra qualifier can't be edebugge


From: Gemini Lasswell
Subject: bug#23995: 25.1.50; cl-defmethod with :extra qualifier can't be edebugged
Date: Thu, 02 Mar 2017 18:50:47 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (darwin)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> cl-defmethod forms with an :extra qualifier can't be instrumented for
> edebugging, presumably because the extra string tag isn't accounted for,
> and it tries to parse the arglist as the lambda. The error message is:
>
> edebug-syntax-error: Invalid read syntax: "Expected lambda expression"
>
> In addition, the string tag is highlighted as a docstring.

I've just sent a patch for bug#24753 which includes a change to make
Edebug work on methods which use :extra. The string tag is still
highlighted incorrectly.





reply via email to

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