> Sometimes I have some text in the minibuffer that I would like to
> copy, to paste it somewhere else. Is this possible?
There may well be better answers but I often retrieve that sort of
stuff buy switching to *Messages* buffer where most stuff that appears
in minibuffer is also written and be copied normally.
That is AsteriskMessagesAsterisk (in case your mail client uses the
asterisks to make Messages bold)
Hi!
> Sometimes I have some text in the minibuffer that I would like to
> copy, to paste it somewhere else. Is this possible?
Everything in the echo area of the minibuffer is accessible in the
*Messages* buffer.
Bye,
Tassilo
--
Writing a newsreader isn't hard, any dwep can do it. And,
unfortunately, a lot of them does. Even worse, some of them works for
Microsoft or Netscape. Writing a *good* newsreader is hard, and writing
the perfect newsreader is Lars Magne Ingebrigtsen. (Per Abrahamsen)
There is likely some confusion here between the minibuffer and the echo area.
These two critters occupy the same space (but not at the same time).
The echo area is used only for output - messages to you from Emacs.
The minibuffer is used for input. Sometimes Emacs also puts an informational
message there to accompany your input - for example "[No match]" during input
completion.
You can copy text from the minibuffer in the normal way. (You can even copy text
from the minibuffer prompt, if you need to.)
You cannot copy text (messages) from the echo area. There is really no way for
you to "get into" the echo area - it is for output only. But, as Harry
indicated, you can copy the same message from buffer *Messages*, where it is
logged.
This is a precise description! Excellent.
--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
I mend the echo area. (I was confused.) And I saw it reproduced in the
*Messages* buffer. Thanks.