From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: how to open a buffer full screen? Date: Fri, 10 Sep 2004 08:07:19 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1094828893 32143 80.91.224.253 (10 Sep 2004 15:08:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2004 15:08:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 10 17:07:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C5n0A-0002DY-00 for ; Fri, 10 Sep 2004 17:07:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5n5Y-0008Ip-FI for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Sep 2004 11:13:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5n5M-0008IV-LU for help-gnu-emacs@gnu.org; Fri, 10 Sep 2004 11:13:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5n5K-0008Gl-6m for help-gnu-emacs@gnu.org; Fri, 10 Sep 2004 11:13:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5n5J-0008Gh-0a for help-gnu-emacs@gnu.org; Fri, 10 Sep 2004 11:13:10 -0400 Original-Received: from [141.146.126.231] (helo=agminet04.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C5mzp-0003Ru-Mg for help-gnu-emacs@gnu.org; Fri, 10 Sep 2004 11:07:29 -0400 Original-Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.191.10]) by agminet04.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i8AF7Mvc003234 for ; Fri, 10 Sep 2004 08:07:23 -0700 Original-Received: from rgmgw1.us.oracle.com (localhost [127.0.0.1]) by rgmgw1.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i8AF7MJZ012423 for ; Fri, 10 Sep 2004 09:07:22 -0600 Original-Received: from dradamslap (dhcp-amer-csvpn-gw2-141-144-83-41.vpn.oracle.com [141.144.83.41]) by rgmgw1.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id i8AF7LuA012375 for ; Fri, 10 Sep 2004 09:07:22 -0600 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20598 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20598 To get a new Emacs frame that has only one buffer (for the file), = instead of two small Emacs windows in the same Emacs frame ("window" in = common speak), put this in your init file (.emacs or _emacs): (setq pop-up-frames t) See also: http://www.emacswiki.org/cgi-bin/wiki/OneOnOneEmacs for more = on using Emacs in a one-window-per-frame mode. -----Original Message----- Subject: Re: how to open a buffer full screen? Rokia writes: > now, I want to edit another file. so I press ^x^f ,input the file = name, > now I has the buffer,but it is in a small window . what I want is that > give me a frame which have only one buffer for the file.