From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Espen Newsgroups: gmane.emacs.help Subject: Re: anti-aliased fonts Date: Sun, 14 Sep 2008 20:37:06 -0400 Organization: Aioe.org NNTP Server Message-ID: References: <57f3ff42-1555-487a-b521-4a38429a53fc@q5g2000prf.googlegroups.com> <87zlmptvry.fsf@lion.rapttech.com.au> <87vdwy742w.fsf@zeekat.nl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221439327 10444 80.91.229.12 (15 Sep 2008 00:42:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Sep 2008 00:42:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 15 02:43:03 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 1Kf2BA-0003RK-EB for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Sep 2008 02:43:00 +0200 Original-Received: from localhost ([127.0.0.1]:42544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kf2A9-0004hk-Hz for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Sep 2008 20:41:57 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news.k-dsl.de!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: 4AE4AuUNcHSN/2S3W1b6lg.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:zpZaMy7ZhqGIHOQUG0MFqgkDeEY= User-Agent: Gnus/5.090015 (Oort Gnus v0.15) XEmacs/21.4 (Educational Television, i686-pc-linux) Original-Xref: news.stanford.edu gnu.emacs.help:162256 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:57598 Archived-At: Joost Diepenmaat writes: > dkcombs@panix.com (David Combs) writes: > >> In article <87zlmptvry.fsf@lion.rapttech.com.au>, >> Tim X wrote: > >>>What you are after has been introduced only in the CVS branch of >>>emacs. I run the CVS version daily and its very stable most of the >>>time. The emacs-snapshot is a recent snapshot of the CVS head and works >>>well. None of the stable e.g. released versions of emacs prior to the 23 >>>CVS branch have anti-aliased font support. >> >> Please, where do you get this thing? > > assuming you've got cvs installed, this is how I build mine on linux: > > $ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs > $ cd emacs > $ make clean > $ ./configure --with-xpm --with-tiff --with-jpeg --with-png --with-rsvg \ > --with-x-toolkit=gtk && make bootstrap && make -j 4 "make clean" would only work if you've previously done a "./configure" in this directory. On a subsequent CVS updates, "make distclean" might be safer.