emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; interactive-form on advised commands returns compiled advic


From: Stefan Monnier
Subject: Re: 23.0.50; interactive-form on advised commands returns compiled advice
Date: Mon, 10 Sep 2007 23:04:20 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

> Here is some sample code.

> If you byte compile this, then calling interactive-form on foo
> will return the byte-compiled code.
> ;;; Define a function that uses interactive 

> (defun foo (c)
> (interactive "cChar:")
> c)

Huh?  I placed the above in a file foo.el then byte-compiled the file,
loaded it and called M-: (interactive-form 'foo) RET and got (interactive
"cChar:") in return.

Please re-read the DEBUG file explaining what is a proper way to report
a bug.  I.e. basically presume I'm a brainless idiot who barely knows what's
a keyboard and tell me *every single move* I need to do and what I'm
supposed to see after each such move.


        Stefan




reply via email to

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