|
From: | Johan Bockgård |
Subject: | Dot at start of symbols confuses edebug |
Date: | Sat, 30 Oct 2004 01:57:50 +0200 |
User-agent: | Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (usg-unix-v) |
(let (.foo ) .foo) C-u C-M-x => edebug-syntax-error: Invalid read syntax: "Dotted spec required." (let (.foo) (ignore 0 .foo)) C-u C-M-x => Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p ((16924 . 16927) . 16928)) edebug-inc-offset(((16924 . 16927) . 16928)) edebug-form((((ignore 0 . foo)) (16913 (16914 . 16920) (16921 . 16922) (16924 . 16927) . 16928) . 16929)) (defun .foo (n)) C-u C-M-x => Debugger entered--Lisp error: (invalid-read-syntax "Expected `)'") signal(invalid-read-syntax ("Expected `)'")) edebug-syntax-error("Expected `)'")
[Prev in Thread] | Current Thread | [Next in Thread] |