From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dieter Wilhelm Newsgroups: gmane.emacs.help Subject: Re: using new frame instead of splitting window Date: Sun, 22 Apr 2007 21:11:30 +0200 Organization: The Church of Emacs Message-ID: <87ejmc6x7h.fsf@debby.local.net> References: <20070422115537.58dwa11skc0k8c8o@mail.tu-chemnitz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177269135 7113 80.91.229.12 (22 Apr 2007 19:12:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Apr 2007 19:12:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Jielei Fan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 22 21:12:14 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HfhTp-0006eF-O8 for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Apr 2007 21:12:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfhZ8-0002ul-Do for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Apr 2007 15:17:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HfhYv-0002uT-Us for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 15:17:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HfhYt-0002uA-Mb for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 15:17:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfhYt-0002u6-EQ for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 15:17:27 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HfhTZ-0004pG-8e for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 15:11:57 -0400 Original-Received: from [84.167.54.204] (helo=debby.local.net) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis), id 0ML25U-1HfhTY0uR3-0007TV; Sun, 22 Apr 2007 21:11:56 +0200 Original-Received: from dieter by debby.local.net with local (Exim 4.63) (envelope-from ) id 1HfhT8-0001YP-8g; Sun, 22 Apr 2007 21:11:30 +0200 In-Reply-To: <20070422115537.58dwa11skc0k8c8o@mail.tu-chemnitz.de> (Jielei Fan's message of "Sun\, 22 Apr 2007 11\:55\:37 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) X-Provags-ID: V01U2FsdGVkX19VDakrcJRzOKDTgXcEyfDBfmypYpx8Tjuv3kF 7KX3ParGoaQnfJDYApZAhIQmnJYjuZ0NKc6+6mJdZZExzhzR7G Y+pYvqaw0rlsUD6a9RlDWnnFZIxaabz X-detected-kernel: Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42995 Archived-At: Jielei Fan 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