From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: davemilter Newsgroups: gmane.emacs.help Subject: emacs fontset no window Date: Sun, 11 Oct 2009 12:52:49 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1255293649 28804 80.91.229.12 (11 Oct 2009 20:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2009 20:40:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 11 22:40:41 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mx5Dd-0006jE-3s for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 22:40:41 +0200 Original-Received: from localhost ([127.0.0.1]:51286 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mx5Dc-0005Pl-Ky for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 16:40:40 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!a7g2000yqo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 79.134.91.137 Original-X-Trace: posting.google.com 1255290769 17833 127.0.0.1 (11 Oct 2009 19:52:49 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 11 Oct 2009 19:52:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a7g2000yqo.googlegroups.com; posting-host=79.134.91.137; posting-account=Wsd1ywoAAAAX8UQ4jIXO12RybKA_aIwv User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.80 (X11; Linux i686; U; ru) Presto/2.2.15 Version/10.00,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173763 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68848 Archived-At: 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?