From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Bind `q' to `quit-window' or similar in *Messages*
Date: Thu, 04 Feb 2010 19:01:27 +0100 [thread overview]
Message-ID: <87fx5gx4lk.fsf@tux.homenetwork> (raw)
In-Reply-To: 87y6j9hswf.fsf@thinkpad.tsdh.de
Tassilo Horn <tassilo@member.fsf.org> writes:
> "Drew Adams" <drew.adams@oracle.com> writes:
>
> Hi Drew,
>
>> I don't see the point (need) for the proposed `m' binding in
>> `Messages'.
>
> The point is being able to quickly eval some code and have the result
> displayed nicely. But thinking about it a bit more, it's not any better
> than
>
> M-: (message "%s" (do-funky-stuff 17)) RET
>
> and if I want to do that many times, I'd probably do that in *scratch*
> anyway, so forget it. I'm fine with you toggle idea. :-)
Hi Tassilo, i use that:
(defun tv-tail-echo-area-messages ()
(interactive)
(save-window-excursion
(delete-other-windows)
(pop-to-buffer (get-buffer-create "*Messages*") t)
(View-scroll-to-buffer-end)
(sit-for 10)))
For most evaluation it's enough for a quick look, but if output is too
large, you will have to C-h e as usual.(idem if you want to kill/yank)
You don't need to wait 10s, when you hit key messages buffer go away.
> Bye,
> Tassilo
>
>
>
--
Thierry Volpiatto
next prev parent reply other threads:[~2010-02-04 18:01 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-03 9:48 Bind `q' to `quit-window' or similar in *Messages* Deniz Dogan
2010-02-03 10:27 ` Tassilo Horn
2010-02-03 15:48 ` Drew Adams
2010-02-03 15:54 ` Lennart Borgman
2010-02-03 15:59 ` Tassilo Horn
2010-02-03 17:03 ` Drew Adams
2010-02-04 15:30 ` Drew Adams
2010-02-04 16:23 ` Tassilo Horn
2010-02-04 18:01 ` Thierry Volpiatto [this message]
2010-02-15 13:46 ` Deniz Dogan
2010-02-16 16:42 ` Davis Herring
-- strict thread matches above, loose matches on Subject: below --
2010-02-04 1:28 Roland Winkler
2010-02-04 1:41 ` Drew Adams
2010-02-04 2:32 ` Miles Bader
2010-02-04 3:24 Roland Winkler
2010-02-04 4:27 ` Miles Bader
2010-02-04 8:15 ` Tassilo Horn
2010-02-04 8:24 ` Tassilo Horn
2010-02-04 15:33 ` Stefan Monnier
2010-02-04 23:40 ` Miles Bader
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fx5gx4lk.fsf@tux.homenetwork \
--to=thierry.volpiatto@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.