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

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

Edebug problem with destructuring-bind from CL


From: Hannu Koivisto
Subject: Edebug problem with destructuring-bind from CL
Date: 11 Jan 2001 19:31:26 +0200
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7

Greetings,

With Emacs 20.7 from Debian GNU/Linux potato x86, if I try to
instrument function...

(defun foo ()
  (destructuring-bind (a . b)
      (cons 'a 'b)
    (list a b)))

...with edebug (using whatever is bound to the "Instrument Function
for Debugging" in the menu that I get with C-mouse-3 in an
emacs-lisp mode buffer), I get: 'Invalid read syntax: "Dotted spec
required."'.

-- 
Hannu



reply via email to

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