From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cezar Halmagean Newsgroups: gmane.emacs.help Subject: Re: emacs 23 cocoa (OS X) Date: Sun, 13 Jul 2008 12:06:23 -0700 Message-ID: <38565.274680923$1215976079@news.gmane.org> References: <653B7DA3-786E-4AC4-89A8-D3319D06C771@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215976025 31120 80.91.229.12 (13 Jul 2008 19:07:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jul 2008 19:07:05 +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 Jul 13 21:07:53 2008 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 1KI6vG-0000Jg-B8 for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Jul 2008 21:07:50 +0200 Original-Received: from localhost ([127.0.0.1]:57096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KI6uO-0004G6-8x for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Jul 2008 15:06:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KI6u4-0004DZ-Ks for help-gnu-emacs@gnu.org; Sun, 13 Jul 2008 15:06:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KI6u3-0004C1-81 for help-gnu-emacs@gnu.org; Sun, 13 Jul 2008 15:06:36 -0400 Original-Received: from [199.232.76.173] (port=42706 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KI6u3-0004By-1z for help-gnu-emacs@gnu.org; Sun, 13 Jul 2008 15:06:35 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:45266 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KI6u2-0002XG-QX for help-gnu-emacs@gnu.org; Sun, 13 Jul 2008 15:06:34 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KI6u0-0001FU-T7 for help-gnu-emacs@gnu.org; Sun, 13 Jul 2008 19:06:32 +0000 Original-Received: from c-24-4-172-81.hsd1.ca.comcast.net ([24.4.172.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jul 2008 19:06:32 +0000 Original-Received: from cezar by c-24-4-172-81.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jul 2008 19:06:32 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-24-4-172-81.hsd1.ca.comcast.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (darwin) Cancel-Lock: sha1:qZGgIfNQr3GLw4cL42duYeoIe0U= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:55514 Archived-At: Peter Dyballa writes: > Am 13.07.2008 um 19:50 schrieb Cezar Halmagean: > >> Well, if cocoa version is not ready/downloadable how about xft >> (antialias) fonts in osx using x11. Especially he Moncao font which I >> love from OSX. How can It be done ? > > X resources: > > Emacs.FontBackend: xft > !Emacs.FontBackend: x,xft > I've tried, I get : No font backend available Also ./configure --enable-carbon-app gives me this: checking for xft >= 0.13.0... no Cezar