From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Allan Gottlieb Newsgroups: gmane.emacs.help Subject: Re: Why can't emacs recognize X fonts? Date: Thu, 08 Jul 2010 18:08:20 -0400 Message-ID: References: <87aaqq1kyz.fsf@rimspace.net> <424C6A04-3435-487C-9985-CAE28C3079E8@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278626936 21871 80.91.229.12 (8 Jul 2010 22:08:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Jul 2010 22:08:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 09 00:08:54 2010 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.69) (envelope-from ) id 1OWzH2-0000Mz-Oj for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jul 2010 00:08:53 +0200 Original-Received: from localhost ([127.0.0.1]:49836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWzH1-00084s-Dd for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Jul 2010 18:08:51 -0400 Original-Received: from [140.186.70.92] (port=34729 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWzGY-00084b-Mx for help-gnu-emacs@gnu.org; Thu, 08 Jul 2010 18:08:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWzGX-0003aT-FL for help-gnu-emacs@gnu.org; Thu, 08 Jul 2010 18:08:22 -0400 Original-Received: from smtp.cs.nyu.edu ([128.122.80.33]:57884) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWzGX-0003aP-Bp for help-gnu-emacs@gnu.org; Thu, 08 Jul 2010 18:08:21 -0400 Original-Received: from ajglap.localdomain (ool-4a59b202.dyn.optonline.net [74.89.178.2]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id o68M8Kdi016407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 8 Jul 2010 18:08:20 -0400 (EDT) Original-Received: by ajglap.localdomain (Postfix, from userid 1502) id 49AA070F93; Thu, 8 Jul 2010 18:08:20 -0400 (EDT) In-Reply-To: (Qiang Guo's message of "Thu, 08 Jul 2010 15:03:30 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:74144 Archived-At: Qiang Guo writes: > I have solved problem. It's rather stupid of me because I > built Emacs without libxft installed for X11. So, if you are > experiencing the same problem, try to check this out. I was just about to write that I solved it as well. I made a similar silly error: I had the library installed but did not build emacs to use xft. Good news for both of us. allan