all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: robert.thorpe@antenova.com
Subject: Re: Can I ask a Simple question?
Date: 11 Oct 2006 06:26:46 -0700	[thread overview]
Message-ID: <1160573206.550897.75820@c28g2000cwb.googlegroups.com> (raw)
In-Reply-To: <20061003133603.M1005@serenity.region4.net>

neil wrote:
> On Mon, 2 Oct 2006, Eli Zaretskii wrote:
> snipped
>
> > > 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?
> >
> > (add-to-list 'default-frame-alist '(font . "-outline-Courier New-normal-r-normal-normal-24-180-96-96-c-*-iso8859-1"))
> >
> Hello Eli,
> I  changed the .emacs file to what you wrote:
> (add-to-list 'default-frame-alist '(font . "-outline-Courier New-normal-r-normal-normal-24-180-96-96-c-*-iso8859-1"))
> Unfortunately, it has not worked. When i start emacs, I get this error
> message:
> -------------------------------
> (/usr/local/bin/emacs)
> Loading tool-bar...done
> Loading image...done
> Loading tooltip...done
>
>
> An error has occurred while loading `/home/neil/.emacs':
>
> Symbol's value as variable is void: PK

Try copying your current .emacs file to another file name.

Then make a new .emacs file just containing

(add-to-list 'default-frame-alist '(font .
"-outline-CourierNew-normal-r-normal-normal-24-180-96-96-c-*-iso8859-1"))

That should tell you if the problem you are seeing is a bug in your
.emacs file or a bug in Emacs.  A bug in emacs is unlikely but not
impossible.

  parent reply	other threads:[~2006-10-11 13:26 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 [this message]
2006-10-04 19:06 ` jmg3000
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=1160573206.550897.75820@c28g2000cwb.googlegroups.com \
    --to=robert.thorpe@antenova.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.