From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: anti-aliased fonts
Date: Mon, 15 Sep 2008 17:39:47 +1000 [thread overview]
Message-ID: <87iqsxdfi4.fsf@lion.rapttech.com.au> (raw)
In-Reply-To: gak2ct$mn6$1@reader1.panix.com
dkcombs@panix.com (David Combs) writes:
> In article <87zlmptvry.fsf@lion.rapttech.com.au>,
> Tim X <timx@nospam.dev.null> wrote:
>>"sashang@gmail.com" <sashang@gmail.com> writes:
>>
>>> Hi
>>>
>>> Is there support for anti-aliased fonts in emacs? I installed emacs a
>>> few days ago and tried to use it but found that the fonts were
>>> rendered poorly. Some searching of the net revealed that I had to get
>>> a special snapshot installed (apt-get install emacs-snapshot-gtk) to
>>> get anti-aliased fonts. I find this surprising considering that it's
>>> 2008 and every other application I use supports anti-aliased fonts.
>>
>>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.
>>
>>The new CVS version has a lot of nice new enhancements that are really
>>catching emacs up to what most would expect from the worlds greatest
>>editor, including -
>>
>> * Improved support for UTF-8 and other character sets
>> * Anti-aliased fonts and support for better font handling using
>> xft, otf and n17m
>> * Support for dbus
>> * User friendly interface to GNU PG
>> * Some new useful packages, such as org-mode, nxml-mode, etc
>> * A dired like mode for viewing processes in a similar way to
>> * top
>> * enhanced line wrapping options and more options in the option
>> window to do things like set the default font
>> * New completions and screen centering/moving features
>> * Improved TRAMP
>>
>>and lots more. Going on history, it will probably be a while before
>>version 23 is released as the next stable version. However, as already
>>mentioned, I find it stable enough to use daily at work and home.
>>
>>Tim
>>
>>--
>>tcross (at) rapttech dot com dot au
>
> Please, where do you get this thing?
>
From the emacs cvs repository at savannah e.g.
cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs
then I just do a
cd emacs
./configure --enable-font-backend --prefix=/usr/local
check to see if configure finds all the necessary libraries (as reported
in the output from configure) If all is well
make bootstrap
and if all goes well, test by running src/emacs and if that all looks
good
su or sudo to get root privs and do
make install
If configure reports that it isn't going to support xft, otf etc (the
libraries used to provide anti-aliasing and enhanced font support),
check the INSTALL file to find out what additional libraries you
need. Note that I'm not sure if the --enable-font-backend is still
required - I think it may now do that by default, but have not verified
this.
Tim
--
tcross (at) rapttech dot com dot au
next prev parent reply other threads:[~2008-09-15 7:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-03 2:07 anti-aliased fonts sashang
2008-09-03 4:34 ` Ian Eure
2008-09-03 9:37 ` Tim X
2008-09-14 22:14 ` David Combs
2008-09-14 22:30 ` Joost Diepenmaat
2008-09-15 0:37 ` Dan Espen
2008-09-15 7:47 ` Tim X
2008-09-15 7:39 ` Tim X [this message]
2008-09-22 20:09 ` David Combs
[not found] ` <mailman.18314.1220448019.18990.help-gnu-emacs@gnu.org>
2008-09-03 17:10 ` Rupert Swarbrick
2008-09-03 18:06 ` Peter Dyballa
2008-09-03 18:47 ` Ian Eure
2008-09-03 19:56 ` Evans Winner
2008-09-04 2:08 ` Ian Eure
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87iqsxdfi4.fsf@lion.rapttech.com.au \
--to=timx@nospam.dev.null \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.