all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: George Roman <glroman@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Cannot load font?
Date: Sun, 16 Nov 2008 12:04:26 +0100	[thread overview]
Message-ID: <B879812B-7542-40C2-A20E-7713F33460EF@Web.DE> (raw)
In-Reply-To: <C2E62A926C7848F68C2D7D88AC005E73@franc>


Am 16.11.2008 um 05:57 schrieb George Roman:

> What am I doing wrong?


Choosing the wrong font? To see a list of all the fonts GNU Emacs  
sees, you can just try to create this list of completions:

	M-x set-frame-font RET TAB TAB

and save the buffer (if you try file name completion to save it you  
might substitute its contents with possible file name completions).  
Now can choose from the list an existing font that the X server  
provides.

Another option would be to use:

	(setq initial-frame-alist '(
	  (mouse-color		 . "midnightblue")
	  (foreground-color	 . "grey20")
	  (background-color	 . "alice blue")
	  (internal-border-width . 2)
	  (line-spacing		 . 1)
	  (active-alpha		 . 0.875)
	  (inactive-alpha	 . 0.75)
	  (font . "-apple-courier std-medium-r-normal--0-0-0-0-m-0-mac-roman")
	  (top . 25) (left . 650) (width . 91) (height . 50)))

	(setq default-frame-alist '(
	  (border-color		 . "#4e3831")
	  (foreground-color	 . "grey10")
	  (background-color	 . "ghost white")
	  (vertical-scroll-bars	 . left)
	  (cursor-color		 . "purple")
	  (cursor-type		 . box)
	  (active-alpha		 . 0.75)
	  (inactive-alpha	 . 0.875)
	  (font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-osaka")
	  (top . 50) (left . 150) (width . 89) (height . 56)))


--
Greetings

   Pete

We have to expect it, otherwise we would be surprised.







  reply	other threads:[~2008-11-16 11:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-16  4:57 Cannot load font? George Roman
2008-11-16 11:04 ` Peter Dyballa [this message]
2008-11-16 20:40   ` George Roman
2008-11-17 12:06     ` Peter Dyballa
2008-11-24  5:08       ` George Roman
2008-11-24  9:37         ` Peter Dyballa
     [not found]       ` <mailman.1084.1227504373.26697.help-gnu-emacs@gnu.org>
2008-11-24 22:26         ` Tim X
     [not found] <mailman.503.1226823175.26697.help-gnu-emacs@gnu.org>
2008-11-16 17:02 ` Marc Tfardy

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=B879812B-7542-40C2-A20E-7713F33460EF@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=glroman@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.