From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Semi-OT: font advice
Date: Thu, 22 Apr 2004 10:38:19 -0600 [thread overview]
Message-ID: <4087F4FB.7080805@yahoo.com> (raw)
In-Reply-To: c68mlu$eta$1@panix2.panix.com
Jesse Sheidlower wrote:
> Another thing is that when I do specify a font in my .emacs with
> something like
>
> (set-face-font 'default "-Misc-Fixed-Medium-R-Normal--15-140-75-75-C-90-ISO8859-1")
>
> I then can't run Emacs in a terminal window (i.e. starting up
> with "emacs -nw")--I get a error "Error in init file: error:
> "X windows are not in use or not initialized"". Assuming I do
> eventually find a nice font, how do I use it in X without
> screwing up my non-X sessions?
(when (eq window-system 'x) ; or better yet: (display-multi-font-p)
(set-face-font ...))
--
Kevin Rodgers
next prev parent reply other threads:[~2004-04-22 16:38 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-22 15:00 Semi-OT: font advice Jesse Sheidlower
2004-04-22 15:58 ` Cor Gest
2004-04-22 16:35 ` Kevin Rodgers
2004-04-22 16:38 ` Kevin Rodgers [this message]
2004-04-22 17:45 ` Jesse Sheidlower
2004-04-26 1:49 ` Jesse Sheidlower
2004-04-26 17:47 ` Kevin Rodgers
2004-04-27 19:35 ` Stefan Monnier
2004-04-27 20:50 ` Jesse Sheidlower
2004-04-28 6:28 ` Eli Zaretskii
2004-04-23 3:28 ` Tim X
2004-04-23 14:10 ` Thien-Thi Nguyen
2004-04-23 14:17 ` Thien-Thi Nguyen
2004-04-23 16:11 ` giacomo boffi
2004-04-26 1:51 ` Jesse Sheidlower
2004-04-26 9:18 ` giacomo boffi
2004-04-24 21:14 ` Kai Grossjohann
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=4087F4FB.7080805@yahoo.com \
--to=ihs_4664@yahoo.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.
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).