help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs fontset no window


From: davemilter
Subject: emacs fontset no window
Date: Sun, 11 Oct 2009 12:52:49 -0700 (PDT)
User-agent: G2/1.0

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 via email to

[Prev in Thread] Current Thread [Next in Thread]