unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* interactive?
@ 2010-01-18 13:32 alin.s
  2010-01-18 13:44 ` interactive? Andreas Schwab
  2010-01-18 14:00 ` interactive? tomas
  0 siblings, 2 replies; 5+ messages in thread
From: alin.s @ 2010-01-18 13:32 UTC (permalink / raw)
  To: Emacs-devel


I do not understand the use of (interactive )

(defun x (n)
  (interactive "P")
  n)

(symbol-function 'x)

(lambda (n) (interactive "P") n)

I see that it is added to lambda-expression, but what is the effect of
evaluation from minibuffer or from inside some code?

Where in the evaluator one makes the diff between interactive and
non-interactive?

Please, can somebody explain me what is the implementation of interactive,
from the moment where it is read up to evaluating ?








-- 
View this message in context: http://old.nabble.com/interactive--tp27210523p27210523.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.





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

end of thread, other threads:[~2010-01-18 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-18 13:32 interactive? alin.s
2010-01-18 13:44 ` interactive? Andreas Schwab
2010-01-18 14:03   ` interactive? alin.s
2010-01-18 14:00 ` interactive? tomas
2010-01-18 14:10   ` interactive? alin.s

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).