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

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

Re: minibuffer-message doesn't display in minibuffer


From: Lute Kamstra
Subject: Re: minibuffer-message doesn't display in minibuffer
Date: Fri, 13 Jun 2003 09:36:17 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

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


reply via email to

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