unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* no more minibuffer lines up in smoke
@ 2004-04-05 19:54 Dan Jacobson
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Jacobson @ 2004-04-05 19:54 UTC (permalink / raw)


Please rig it so that anything written into the minibuffer ends up
somewhere one can check later.

There are too many programs that ask you a question, you say yes, then
want to check what was just asked, but there is no record stored, even
a few bytes, in any buffer, even "hidden" ones, and of course not in
*Messages*.

If you can keep a lossage of what I typed for 100 strokes, then you
can also keep a record of the last 100 lines written to the
minibuffer.

One would think that polite programs' minibuffer messages would end up
in *Messages*, but there are too many ways to "get around that".

So, rig the final thing that puts chars into the minibuffer to keep a
copy for a few lines.  Don't depend on programmers voluntarily making
sure all goes also to *Messages*.

So far there have been hundreds of times where I want to check what it
just said a moment before, but nowhere in mighty emacs is that
important info kept.

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

* Re: no more minibuffer lines up in smoke
       [not found] <mailman.225.1081195569.23317.bug-gnu-emacs@gnu.org>
@ 2004-04-09 22:00 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2004-04-09 22:00 UTC (permalink / raw)


Dan Jacobson wrote:

> Please rig it so that anything written into the minibuffer ends up
> somewhere one can check later.


DIY:

(add-hook 'minibuffer-exit-hook
           (lambda () (message "%s" (buffer-string))))


-- 
Kevin Rodgers

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

end of thread, other threads:[~2004-04-09 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.225.1081195569.23317.bug-gnu-emacs@gnu.org>
2004-04-09 22:00 ` no more minibuffer lines up in smoke Kevin Rodgers
2004-04-05 19:54 Dan Jacobson

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