From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nakkaya@gmail.com Newsgroups: gmane.emacs.help Subject: Re: increasing font size hangs the emacs Date: Wed, 02 Jul 2008 09:31:16 GMT Organization: hede 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 1214992258 19934 80.91.229.12 (2 Jul 2008 09:50:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jul 2008 09:50:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 02 11:51:44 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 1KDyzu-0005Dg-DM for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Jul 2008 11:51:34 +0200 Original-Received: from localhost ([127.0.0.1]:33817 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDyz2-0000fz-SW for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Jul 2008 05:50:41 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.aset.psu.edu!news.glorb.com!news-in-01.newsfeed.easynews.com!easynews.com!easynews!easynews-local!fe02.news.easynews.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin) Cancel-Lock: sha1:xsVwkFTcn9iGHAE4V2PV44TFz8s= Original-Lines: 22 Original-X-Complaints-To: abuse@easynews.com X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. Original-Xref: news.stanford.edu gnu.emacs.help:159842 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:55193 Archived-At: you can also set it in .emacs (defun na-resize-frame-big () "Set size" (interactive) (set-face-attribute 'default (selected-frame) :height 130 :width 'normal) (set-frame-width (selected-frame) 178) (set-frame-height (selected-frame) 50 ) (set-frame-position (selected-frame) 0 1)) when you call this function it will make emacs full screen with bigger fonts. to set a particular font you can use (set-default-font "monaco") or for firefox like cycling you can try http://www.emacswiki.org/cgi-bin/wiki/CycleFontSizes -- Nurullah Akkaya