From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: Default Window Size Date: Fri, 12 Sep 2008 20:49:07 +0300 Organization: Aioe.org NNTP Server Message-ID: References: <7f502349-d81f-40fa-a465-bb09d2e01b24@k30g2000hse.googlegroups.com> <002f01c914df$466f94b0$0200a8c0@us.oracle.com> Reply-To: gavenkoa@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221244856 9571 80.91.229.12 (12 Sep 2008 18:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 18:40:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 12 20:41:51 2008 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 1KeDaS-00074B-2w for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Sep 2008 20:41:44 +0200 Original-Received: from localhost ([127.0.0.1]:33434 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeDZR-00073w-Cd for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Sep 2008 14:40:41 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news.k-dsl.de!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: PjzpwQoqBeEeiO+qbgFnMw.user.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) Original-Xref: news.stanford.edu gnu.emacs.help:162143 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:57489 Archived-At: > (set-frame-position (selected-frame) 100 10) > (set-frame-height (selected-frame) 48) > (set-frame-width (selected-frame) 100) This customization I also use. In Debian 4.0 I get about 5 sec delay on emacs start up (on Windows - ok), but feature very useful. There is exist way edit .Xdefault if you on UNIX (analogue as set up env var), man can help how it do. Another related question: how to fit emacs windows to all screen size?