* using new frame instead of splitting window
@ 2007-04-22 9:55 Jielei Fan
2007-04-22 19:11 ` Dieter Wilhelm
0 siblings, 1 reply; 2+ messages in thread
From: Jielei Fan @ 2007-04-22 9:55 UTC (permalink / raw)
To: help-gnu-emacs
Hello!
Could someone help me,
how to use new frame instead of splitting window.
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.
How to do it?
Thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: using new frame instead of splitting window
2007-04-22 9:55 using new frame instead of splitting window Jielei Fan
@ 2007-04-22 19:11 ` Dieter Wilhelm
0 siblings, 0 replies; 2+ messages in thread
From: Dieter Wilhelm @ 2007-04-22 19:11 UTC (permalink / raw)
To: Jielei Fan; +Cc: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-22 19:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-22 9:55 using new frame instead of splitting window Jielei Fan
2007-04-22 19:11 ` Dieter Wilhelm
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.