From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: How to set the frame size of emacs Date: Fri, 17 Jul 2009 09:53:25 -0700 Message-ID: <3b9893450907170953p5dc8d28dke755acd77111126e@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247849652 13303 80.91.229.12 (17 Jul 2009 16:54:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2009 16:54:12 +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 18:54:05 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 1MRqh4-0002Wp-Rq for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 18:53:59 +0200 Original-Received: from localhost ([127.0.0.1]:41953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRqh4-0002kN-H4 for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 12:53:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRqgg-0002kH-MV for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 12:53:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRqgc-0002iY-6V for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 12:53:34 -0400 Original-Received: from [199.232.76.173] (port=38479 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRqgc-0002iT-1Y for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 12:53:30 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:18026) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRqgb-00089E-99 for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 12:53:29 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.244]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRqgZ-00035P-Ii for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 12:53:27 -0400 Original-Received: by rv-out-0708.google.com with SMTP id f25so358797rvb.6 for ; Fri, 17 Jul 2009 09:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=obBPLKDjFdYCh7fFSrspusQ7lffDUXplWYDrxBF6vF8=; b=RIJBrXnhrdyBgV6kD8G5NmqIr/7I/dbjIwb834ZRPluh8wajiLtBVD6vc8EWFCJbWr FyOuf3o+OEet2QFOVl4p+ThhGy4D0CgAxpuswbV2mdrzhLfRM/XA0bA1hvYae9X0ETlY pVBwGy7XrYpsl0YsuDZhG9TWCDO8Wqw4BQgqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=sOM8vfj4cb4HjtxhZnVSA/Q4ngGbX1QCvEEAwlHcukuckWssMl3fGFCE6jgD8YnFut oR/klKyeVD9H9xTqgas+1XdbjtMzUSS0DXLZNAi+OFcmtCMyjpFdUcXYmSSGHqKZistQ zWwsC356VmnnsFeU/IFZz8cndEpIkNKDIK4Dg= Original-Received: by 10.140.178.6 with SMTP id a6mr927411rvf.180.1247849605358; Fri, 17 Jul 2009 09:53:25 -0700 (PDT) X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:66176 Archived-At: 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) but that does not do anything. Thank you.