unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Dot at start of symbols confuses edebug
@ 2004-10-29 23:57 Johan Bockgård
  2004-10-30  1:11 ` Juri Linkov
  0 siblings, 1 reply; 4+ messages in thread
From: Johan Bockgård @ 2004-10-29 23:57 UTC (permalink / raw)



(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 `)'")

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-10-30 23:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29 23:57 Dot at start of symbols confuses edebug Johan Bockgård
2004-10-30  1:11 ` Juri Linkov
2004-10-30 14:20   ` Richard Stallman
2004-10-30 23:02     ` Juri Linkov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).