From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jielei Fan Newsgroups: gmane.emacs.help Subject: using new frame instead of splitting window Date: Sun, 22 Apr 2007 11:55:37 +0200 Message-ID: <20070422115537.58dwa11skc0k8c8o@mail.tu-chemnitz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177266900 23270 80.91.229.12 (22 Apr 2007 18:35:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Apr 2007 18:35:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 22 20:34:59 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 1Hfgtl-0006xC-En for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Apr 2007 20:34:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hfgz4-0006QD-GD for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Apr 2007 14:40:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HfZDb-0001M8-7B for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 06:22:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HfZDX-0001LI-Qg for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 06:22:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfZDX-0001L1-Ax for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 06:22:51 -0400 Original-Received: from john.hrz.tu-chemnitz.de ([134.109.132.2]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HfZ8F-0000O5-Is for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 06:17:23 -0400 Original-Received: from galba.hrz.tu-chemnitz.de ([134.109.133.156] helo=mailbox.hrz.tu-chemnitz.de) by john.hrz.tu-chemnitz.de with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1HfYnB-0000db-BA for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 11:55:37 +0200 Original-Received: from aiken.hrz.tu-chemnitz.de ([134.109.133.143] helo=localhost) by mailbox.hrz.tu-chemnitz.de with esmtp (Exim 4.66) (envelope-from ) id 1HfYnB-0001Jc-8a for help-gnu-emacs@gnu.org; Sun, 22 Apr 2007 11:55:37 +0200 Original-Received: from fan.csn.tu-chemnitz.de (fan.csn.tu-chemnitz.de [134.109.88.82]) by mail.tu-chemnitz.de (Horde MIME library) with HTTP; Sun, 22 Apr 2007 11:55:37 +0200 Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) X-Originating-IP: 134.109.88.82 X-Scan-Signature: 706061e527a23eaab6b0df22823cde1c X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Sun, 22 Apr 2007 14:40:11 -0400 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:42987 Archived-At: 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!