all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: davemilter <davemilter@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs fontset no window
Date: Sun, 11 Oct 2009 14:08:18 -0700 (PDT)	[thread overview]
Message-ID: <83f01d27-7b17-4fbc-a9ce-0efbd296a79f@a32g2000yqm.googlegroups.com> (raw)
In-Reply-To: mailman.8559.1255293974.2239.help-gnu-emacs@gnu.org

On Oct 12, 12:45 am, Juanma Barranquero <lek...@gmail.com> wrote:
> On Sun, Oct 11, 2009 at 21:52, davemilter <davemil...@gmail.com> wrote:
> > I suppose that set-fontset-font should not be executed in
> > "emacs -nw", but exatcly that lines:
> >  (set-fontset-font (frame-parameter nil 'font)
> >  'han '("Vera Sans YuanTi" . "unicode-bmp"))
>
> >  cause problem during startup in "emacs -nw" mode,
>
> What kind of problem? Could you be more explicit?
>
>     Juanma

Actually at begin I have one problem, when I run
emacs -nw
it tells:
error "Fontset `tty' does not exist"

emacs -nw --debug-init tells:
Debugger entered--Lisp error: (error "Fontset `tty' does not
exist")
  set-fontset-font("tty" han ("Vera Sans YuanTi" . "unicode-bmp"))

I thought that this is easy problem, of course in terminal there is no
font
which use X Window system,
so I wrote
(if (eq window-system 'x)
to tell emacs call it only if run emacs in X Window mode,

and at now I have two problems:
- emacs -nw not read all init file, because of:
error "Fontset `tty' does not exist"
-(if (eq window-system 'x) not working


  parent reply	other threads:[~2009-10-11 21:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-11 19:52 emacs fontset no window davemilter
2009-10-11 20:45 ` Juanma Barranquero
     [not found] ` <mailman.8559.1255293974.2239.help-gnu-emacs@gnu.org>
2009-10-11 21:08   ` davemilter [this message]
2009-10-11 22:08     ` Peter Dyballa
     [not found]     ` <mailman.8563.1255299311.2239.help-gnu-emacs@gnu.org>
2009-10-12  6:43       ` davemilter

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=83f01d27-7b17-4fbc-a9ce-0efbd296a79f@a32g2000yqm.googlegroups.com \
    --to=davemilter@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.