From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brian Adkins Newsgroups: gmane.emacs.help Subject: Re: How to set the frame size of emacs Date: Fri, 17 Jul 2009 13:26:10 -0400 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247852708 22840 80.91.229.12 (17 Jul 2009 17:45:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2009 17:45:08 +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 Jul 17 19:45:01 2009 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 1MRrUS-0007WE-Uh for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 19:45:01 +0200 Original-Received: from localhost ([127.0.0.1]:54316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRrUS-0006V8-Cj for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 13:45:00 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed2.telusplanet.net!newsfeed.telus.net!feeder.erje.net!feeder.eternal-september.org!eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: news.eternal-september.org U2FsdGVkX1/0CuPjA2ERhMEJr5dFJ2tNQzImt7FdHzxonBqzh8ueO6utsXOBUZrwHFlcEcvfh6mJJ93rY4QgiXKhZBWUxVfAa9xejx5U4h2lhSpXDCYbmEiSfjrXqeN59n7ywJ+UmRs= Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Fri, 17 Jul 2009 17:26:10 +0000 (UTC) X-Auth-Sender: U2FsdGVkX18F3ICGf7NjUdWG1Yn5TX4ZnJOYnI5kA5s= Cancel-Lock: sha1:nvmAAz3k3ImIM33FDtz6KGrYPgU= sha1:CPFb9J4AClVthfZqi4qhrRQa0sk= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin) Original-Xref: news.stanford.edu gnu.emacs.help:170990 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:66178 Archived-At: n179911 writes: > Hi, > > Can I configure in my .emacs so that when it comes up, it is 80x50? > I tried putting this: > (set-frame-height (selected-frame) 50) > > (set-frame-width (selected-frame) 80) I use the following: (set-frame-position (selected-frame) 0 0) (set-frame-size (selected-frame) 237 59)) > > but that does not do anything. > > Thank you. > > -- Brian Adkins http://lojic.com/