From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Giannandrea Castaldi Newsgroups: gmane.emacs.help Subject: Re: startup resize Date: Wed, 14 Jan 2004 13:11:28 +0100 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=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074082951 24424 80.91.224.253 (14 Jan 2004 12:22:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2004 12:22:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 14 13:22:27 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Agk2V-00081n-00 for ; Wed, 14 Jan 2004 13:22:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AgjyR-0002g7-OG for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jan 2004 07:18:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AgjwG-0002Tn-6p for help-gnu-emacs@gnu.org; Wed, 14 Jan 2004 07:16:00 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AgjvC-0002B6-Lv for help-gnu-emacs@gnu.org; Wed, 14 Jan 2004 07:15:27 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AgjsC-0001dF-4I for help-gnu-emacs@gnu.org; Wed, 14 Jan 2004 07:11:48 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AgjsB-0000mK-00 for ; Wed, 14 Jan 2004 13:11:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AgjsA-0000mC-00 for ; Wed, 14 Jan 2004 13:11:46 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AgjsA-000606-00 for ; Wed, 14 Jan 2004 13:11:46 +0100 Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031219 X-Accept-Language: en-us, en In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:16028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16028 leo wrote: > Giannandrea Castaldi writes: > > >>I've changed my font in .emacs and now when emacs starts it: >>1. start with default font >>2. maximize the frame >>3. change the font (for my settings in .emacs) >>How can I remove the step 2 (maximize the frame) or postpone it after >>my font setting? > > > what do you want to achive? that emacs has the correct font straight > away? Yes, I would like to eliminate the initial refresh and to have the frame maximized. I think that there is a file under the emacs installation where are configured (I suppose /usr/share/emacs/21.3/lisp) > > well under X11 you can use the x-resource to set the font correct right > from the start. but don't forget the lisp var settings: i think, emacs > needs them as well. > > i guess the emacs faq has something exactly about your problem. > > hope that helps > > leo