help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: macro with argument


From: Joerg Schuster
Subject: Re: macro with argument
Date: 20 Oct 2003 15:16:47 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

David Kastrup <dak@gnu.org> writes:

> (defun my_macro (string) (interactive "syour argument: ") (message
> "bla %s blo" string))

This prints "bla [argument] blo" in the mini buffer. I wanted Emacs to
print it in the active (?) buffer, i.e. in the buffer from which I
call the function. 

Jörg


reply via email to

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