emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: edebug-basic-spec]


From: Richard Stallman
Subject: address@hidden: edebug-basic-spec]
Date: Sat, 24 Feb 2007 23:06:49 -0500

Could someone please fix this then ack?

------- Start of forwarded message -------
From: address@hidden (Johan =?utf-8?Q?Bockg=C3=A5rd?=)
To: address@hidden
Date: Fri, 23 Feb 2007 20:09:20 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Subject: edebug-basic-spec
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
        version=3.0.4

edebug-basic-spec/hack-one-local-variable-eval-safep forgets to
remove the quote before the value in the put expression:

(hack-one-local-variable-eval-safep
 '(put 'ediff-defvar-local 'edebug-form-spec '(form body)))
=>
nil

(hack-one-local-variable-eval-safep
 '(put 'ediff-defvar-local 'edebug-form-spec (form body)))
=>
t

However, I don't think that being able to put edebug-form-spec in the
local variables section is very useful at all (ediff*.el does this).
The library has to be loaded anyway before you debug, so this should
be put in the code.

- -- 
Johan Bockgård


_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

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