From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: error: Fontset `tty' does not exist when running the Emacs with *emacs -nw*
Date: Fri, 08 Dec 2006 21:34:48 +0900 [thread overview]
Message-ID: <E1GsewC-0003u4-MP@etlken.m17n.org> (raw)
In-Reply-To: <20061208102001.GA9616@localdomain> (message from Hongyi Zhao on Fri, 8 Dec 2006 18:20:01 +0800)
In article <20061208102001.GA9616@localdomain>, Hongyi Zhao <hongyi.zhao@gmail.com> writes:
> % emacs -nw --debug-init
> The time, I get the Debugger-entered--Lisp error as this:
> =====================
> Debugger entered--Lisp error: (error "Fontset `tty' does not exist")
> set-fontset-font("tty" (131072 . 195101) ("*-Sun-ExtB" . "unicode-sip"))
> eval-buffer(#<buffer *load*> nil "/home/zhaohs/.emacs" nil t) ; Reading
> at $
> load-with-code-conversion("/home/zhaohs/.emacs" "/home/zhaohs/.emacs" t t)
> load("~/.emacs" t t)
> #[nil "^H\205\276^@ \306=\203^Q^@\307^H\310Q\202A^@
> \311=\2033^@\312\307\31$
> command-line()
> normal-top-level()
> =====================
In your .emacs, please use a code something like this:
(if (display-graphic-p)
(set-fontset-font ...))
---
Kenichi Handa
handa@m17n.org
prev parent reply other threads:[~2006-12-08 12:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-08 10:20 error: Fontset `tty' does not exist when running the Emacs with *emacs -nw* Hongyi Zhao
2006-12-08 12:34 ` Kenichi Handa [this message]
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=E1GsewC-0003u4-MP@etlken.m17n.org \
--to=handa@m17n.org \
--cc=emacs-devel@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).