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: emacs fontset no window
Date: Sun, 11 Oct 2009 12:52:49 -0700 (PDT)	[thread overview]
Message-ID: <f4ae87e9-5ace-4a4c-8d3c-c269c51af906@a7g2000yqo.googlegroups.com> (raw)

I have such code in ~/.emacs:

(if (eq window-system 'x)
  (set-fontset-font (frame-parameter nil 'font)
  'han '("Vera Sans YuanTi" . "unicode-bmp"))
)

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,

so I completly not understand logic of emacs,
can anybody explain?


             reply	other threads:[~2009-10-11 19:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-11 19:52 davemilter [this message]
2009-10-11 20:45 ` emacs fontset no window Juanma Barranquero
     [not found] ` <mailman.8559.1255293974.2239.help-gnu-emacs@gnu.org>
2009-10-11 21:08   ` davemilter
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=f4ae87e9-5ace-4a4c-8d3c-c269c51af906@a7g2000yqo.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.