all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nakkaya@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Re: increasing font size hangs the emacs
Date: Wed, 02 Jul 2008 09:31:16 GMT	[thread overview]
Message-ID: <m2r6acws2k.fsf@blooby.com> (raw)
In-Reply-To: mailman.13994.1214821010.18990.help-gnu-emacs@gnu.org

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


  parent reply	other threads:[~2008-07-02  9:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-30  8:22 increasing font size hangs the emacs Ask
2008-06-30 10:16 ` Nikolaj Schumacher
2008-06-30 11:45 ` Peter Dyballa
     [not found] ` <mailman.13994.1214821010.18990.help-gnu-emacs@gnu.org>
2008-07-02  9:31   ` nakkaya [this message]
2008-07-03  8:09   ` Ask
2008-07-03 13:11     ` Peter Dyballa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2r6acws2k.fsf@blooby.com \
    --to=nakkaya@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.