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

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

bug#40431: 27.0.90; Can't edebug cl-defuns with &aux destructuring


From: Andreas Schwab
Subject: bug#40431: 27.0.90; Can't edebug cl-defuns with &aux destructuring
Date: Sat, 04 Apr 2020 18:24:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (gnu/linux)

On Apr 04 2020, Philipp Stephani wrote:

> Insert into *scratch*:
>
> (cl-defun foo (&aux ((a . b) '(1 . 2)))
>   (list a b))
>
> Now try to edebug this function (move point into it, hit C-u C-M-x).
> This gives an error:
>
> Debugger entered--Lisp error: (invalid-read-syntax "Expected one of" arg nil)

Did you load cl-macs before running edebug?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

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