From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.help Subject: Re: emacs fontset no window Date: Sun, 11 Oct 2009 22:45:45 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255294010 29783 80.91.229.12 (11 Oct 2009 20:46:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2009 20:46:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: davemilter Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 11 22:46: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 1Mx5JP-0000po-Et for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 22:46:39 +0200 Original-Received: from localhost ([127.0.0.1]:59173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mx5JP-0000gn-1c for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 16:46:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mx5Iy-0000g0-5d for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 16:46:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mx5It-0000dO-3i for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 16:46:11 -0400 Original-Received: from [199.232.76.173] (port=43316 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mx5It-0000dG-05 for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 16:46:07 -0400 Original-Received: from mail-bw0-f220.google.com ([209.85.218.220]:44081) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mx5Is-0000H9-Nw for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 16:46:06 -0400 Original-Received: by bwz20 with SMTP id 20so7855670bwz.42 for ; Sun, 11 Oct 2009 13:46:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=j0HixSHWgX7sSJsG+JoSgGihgDM6ZDRbDi0x4TEhDis=; b=eIvHF3RVhAhBnX3JDvIadGmA6+p7b6uRwTJp02tYUXYxOEpy4Wh5PBWSoRMnCxAkUm 3nmXpvD0/+hg/85hWC5mXfg+NMNPuY3zMZePWG1hYWHyAeMg6ERbYwKtgnnUa7XUn+ld Q3ZGsktBN61qT99ydpOEo2m1mCJgGtuDYS8ew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=mp+c1mwJpziTJ0QRuXFekI7d9AG2mFClf3MwFmrlIDWRohT/wkYG/vt2RsxyX+2eKe sCVHFWB8Jh252MXuta+zQQmfMRz6aizg2BZTzvDJI7VfrgNw92d7pK45/56yXXvKbM6H PSr1U8kfJJqbVHtzhFKkD2Y0NNvztT0EjZg+s= Original-Received: by 10.239.163.208 with SMTP id q16mr352888hbd.102.1255293965592; Sun, 11 Oct 2009 13:46:05 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:68849 Archived-At: On Sun, Oct 11, 2009 at 21:52, davemilter wrote: > I suppose that set-fontset-font should not be executed in > "emacs -nw", but exatcly that lines: > =C2=A0(set-fontset-font (frame-parameter nil 'font) > =C2=A0'han '("Vera Sans YuanTi" . "unicode-bmp")) > > =C2=A0cause problem during startup in "emacs -nw" mode, What kind of problem? Could you be more explicit? Juanma