* minibuffer-message doesn't display in minibuffer
@ 2003-06-13 4:47 Matthew Calhoun
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Calhoun @ 2003-06-13 4:47 UTC (permalink / raw)
Hello,
I'm using Emacs 21.1.1 on OS X, and I'm having trouble with
minibuffer-message. Executing this function inserts the string argument
into the current buffer instead of the minibuffer. If I execute:
(minibuffer-message "TEST")
in the scratch buffer, the message gets inserted at point in the
scratch buffer, like this:
(minibuffer-message "TEST")TEST
instead of in the minibuffer. Am I doing something wrong or is Emacs
doing something wrong?
Thanks,
Matt
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: minibuffer-message doesn't display in minibuffer
[not found] <mailman.7824.1055479659.21513.help-gnu-emacs@gnu.org>
@ 2003-06-13 7:36 ` Lute Kamstra
0 siblings, 0 replies; 2+ messages in thread
From: Lute Kamstra @ 2003-06-13 7:36 UTC (permalink / raw)
Matthew Calhoun <calhounm@mac.com> writes:
> I'm using Emacs 21.1.1 on OS X, and I'm having trouble with
> minibuffer-message. Executing this function inserts the string
> argument into the current buffer instead of the minibuffer. If I
> execute:
>
> (minibuffer-message "TEST")
>
> in the scratch buffer, the message gets inserted at point in the
> scratch buffer, like this:
>
> (minibuffer-message "TEST")TEST
>
> instead of in the minibuffer. Am I doing something wrong or is Emacs
> doing something wrong?
`minibuffer-message' is meant to be called from within the minibuffer
only. If you want to display a message in the minibuffer, you can use
`message'.
Lute.
--
(spook) => "Taiwan supercomputer crypto anarchy"
(insert-file-contents "~/.signature") => (error "`~/.signature' too rude")
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-13 7:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.7824.1055479659.21513.help-gnu-emacs@gnu.org>
2003-06-13 7:36 ` minibuffer-message doesn't display in minibuffer Lute Kamstra
2003-06-13 4:47 Matthew Calhoun
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).