all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jmg3000@gmail.com
Subject: Re: Can I ask a Simple question?
Date: 4 Oct 2006 12:06:41 -0700	[thread overview]
Message-ID: <1159988801.087342.3040@c28g2000cwb.googlegroups.com> (raw)
In-Reply-To: <20061002172135.Q1494@serenity.region4.net>

neil wrote:
> We all know that emacs is complicated and hard for novice users.

I disagree. Though, there are a number of keyboard commands to
memorize.

> [snip]
> When i start emacs, i always hold down the shift key and left click my
> mouse to get font select. You see, i cannot read the small default font
> and need to make it larger. This is the value i always select:
>
> Courier 18
>
> *My Simple Question:* Please show me exactly what line i need to write
> into a .emacs configuration file so that this font size is loaded
> automatically each time i start up emacs?

If you're ~/.emacs file is ok, instead of touching it, just try running
Emacs like this:

$ emacs -fn 10x20 foo.txt

and see how you like it. If you really want that courier font, use:

$ emacs -fn
-adobe-courier-medium-r-normal--18-180-75-75-m-110-iso8859-1 foo.txt

After you've picked a font you like, so you don't have to always type
"-fn blah...", put it into your ~/.Xresources file (create the file if
you don't already have one) like so:

emacs.font:
-adobe-courier-medium-r-normal--18-180-75-75-m-110-iso8859-1

then log out and log back in to X.

To pick out a font and get its full name (like that
-adobe-courier-med...) I run NEdit and use its built in font selection
tool. I tried xfontsel, but it wasn't helpful.

---John

  parent reply	other threads:[~2006-10-04 19:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-02 16:31 Can I ask a Simple question? neil
2006-10-02 17:07 ` David Kastrup
2006-10-03 12:34   ` neil
2006-10-03 12:38     ` David Kastrup
2006-10-02 17:36 ` Eli Zaretskii
     [not found] ` <mailman.7677.1159810570.9609.help-gnu-emacs@gnu.org>
2006-10-03 13:00   ` neil
2006-10-03 16:13     ` Peter Dyballa
     [not found]     ` <mailman.7702.1159892008.9609.help-gnu-emacs@gnu.org>
2006-10-03 16:38       ` Johan Bockgård
2006-10-03 20:43     ` Eli Zaretskii
2006-10-11 13:26     ` robert.thorpe
2006-10-04 19:06 ` jmg3000 [this message]
2006-10-04 20:58   ` Drew Adams
2006-10-05 15:06   ` rgb
2006-10-11 12:04 ` Sam Peterson

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=1159988801.087342.3040@c28g2000cwb.googlegroups.com \
    --to=jmg3000@gmail.com \
    /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.