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: Philipp Stephani
Subject: bug#40431: 27.0.90; Can't edebug cl-defuns with &aux destructuring
Date: Sat, 4 Apr 2020 18:27:08 +0200

Am Sa., 4. Apr. 2020 um 18:24 Uhr schrieb Andreas Schwab
<schwab@linux-m68k.org>:
>
> 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?
>

No, but it also doesn't seem to make a difference.





reply via email to

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