unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: G Anna <drguruolai@eth.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: font size
Date: 24 Apr 2002 11:55:54 +0530	[thread overview]
Message-ID: <m3g01llij1.fsf@wobble.eth.net> (raw)
In-Reply-To: <3CC58AB7.7080100@linuxiran.org>


> Date: Tue, 23 Apr 2002 20:54:23 +0430
> From: Arash Bijanzadeh <a.bijanzadeh@linuxiran.org>
> Subj: font size
> 
> Hello ecerybody!
> I wanna know if it is possible to change the font size in the X client 
> of emacs? and how? please help me!

In your ~/.emacs add the following lines.  Remember to choose an
appropriate font.

(setq default-frame-alist
      '((width . 80)
	(height . 40)
	(font . "-misc-fixed-medium-r-normal--15-120-100-100-c-90-iso8859-1")
	(background-color . "black")
	(foreground-color . "light blue")
	(menu-bar-lines . 1)))

Also try shift+left-mouse-button to get the font menu.

HTH

anna

  reply	other threads:[~2002-04-24  6:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-23 16:24 font size Arash Bijanzadeh
2002-04-24  6:25 ` G Anna [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-07-10 13:36 Massimo Alonzo
2005-07-29  4:24 Baloff
2005-07-29  8:46 ` Peter Dyballa
2005-07-29 14:07 ` Eli Zaretskii
     [not found] ` <mailman.2046.1122646597.20277.help-gnu-emacs@gnu.org>
2005-07-30 10:15   ` Baloff
2005-07-30 10:50     ` Peter Dyballa
2005-07-30 11:02     ` Eli Zaretskii
2005-07-30 16:16     ` Tim X

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m3g01llij1.fsf@wobble.eth.net \
    --to=drguruolai@eth.net \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).