[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pp-eval-expression enhancements
From: |
Stefan Monnier |
Subject: |
Re: pp-eval-expression enhancements |
Date: |
Wed, 25 Jul 2007 20:49:00 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
> Since it's impossible to find heuristics that would decide whether to
> display the result in the echo area, or to pop up a separate result buffer
> (because only the user can decide this), I use the following post-advice
> on shell-command:
> (when (memq last-input-char '(S-return ?\C-j))
> (message "")
> (pop-to-buffer "*Shell Command Output*"))
I'm afraid that it's still too early: the user still has to decide where the
result goes before seeing that result. A better option might be to provide
a new command that can be executed right after M-: which would show the last
result in a separate buffer, pretty printed, highlighted, and all.
Stefan
- Re: pp-eval-expression enhancements, (continued)
- Re: pp-eval-expression enhancements, Richard Stallman, 2007/07/23
- RE: pp-eval-expression enhancements, Drew Adams, 2007/07/23
- Re: pp-eval-expression enhancements, Richard Stallman, 2007/07/24
- RE: pp-eval-expression enhancements, Drew Adams, 2007/07/24
- Re: pp-eval-expression enhancements, Stefan Monnier, 2007/07/24
- RE: pp-eval-expression enhancements, Drew Adams, 2007/07/24
- Re: pp-eval-expression enhancements, Stefan Monnier, 2007/07/24
- RE: pp-eval-expression enhancements, Drew Adams, 2007/07/24
- Re: pp-eval-expression enhancements, Stefan Monnier, 2007/07/24
- Re: pp-eval-expression enhancements, Juri Linkov, 2007/07/25
- Re: pp-eval-expression enhancements,
Stefan Monnier <=
- Re: pp-eval-expression enhancements, Juri Linkov, 2007/07/26
- Re: pp-eval-expression enhancements, Stefan Monnier, 2007/07/26
- Re: pp-eval-expression enhancements, Richard Stallman, 2007/07/25
- Re: pp-eval-expression enhancements, Richard Stallman, 2007/07/25