all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
To: Jielei Fan <jielei.fan@s2003.tu-chemnitz.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: using new frame instead of splitting window
Date: Sun, 22 Apr 2007 21:11:30 +0200	[thread overview]
Message-ID: <87ejmc6x7h.fsf@debby.local.net> (raw)
In-Reply-To: <20070422115537.58dwa11skc0k8c8o@mail.tu-chemnitz.de> (Jielei Fan's message of "Sun\, 22 Apr 2007 11\:55\:37 +0200")

Jielei Fan <jielei.fan@s2003.tu-chemnitz.de> writes:

> For example, if I use a command in miniwindow ,but the result comes out from
> the miniwindow, I want to let emacs use a new frame to show the result.

depending on commands you can show it in some special frame like this:

     (setq special-display-buffer-names
           '("*Completions*" "*grep*" "*tex-shell*"))

please have a look at:

(info "(emacs)Special Buffer Frames")

but when the command output is only in the mini-buffer I do not know a
direct method sending it to a buffer in a special frame.  (Though the
mini-buffer output is also found in the *message* buffer (C-h e).)

-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany

      reply	other threads:[~2007-04-22 19:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-22  9:55 using new frame instead of splitting window Jielei Fan
2007-04-22 19:11 ` Dieter Wilhelm [this message]

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=87ejmc6x7h.fsf@debby.local.net \
    --to=dieter@duenenhof-wilhelm.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=jielei.fan@s2003.tu-chemnitz.de \
    /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.