Installing Emacs with Hinted Fonts on Gobuntu
Thanks to the most excellent Alexandre Vassalotti, Emacs is available with hinting for all version of Ubuntu, including Gobuntu. It can be installed quickly with the following commands:
sudo -s
echo "deb http://ppa.launchpad.net/avassalotti/ubuntu gusty main" >> /etc/apt/sources.list
echo "deb-src http://ppa.launchpad.net/avassalotti/ubuntu gutsy main" >> /etc/apt/sources.list
aptitude update
aptitude install emacs-snapshot emacs-snapshot-el ttf-dejavu
exit
echo "Emacs.font: DejaVu Sans Mono-10" >> ~/.Xresources
xrdb -merge ~/.Xresources
I’m slowly, slowly, getting more into Emacs. Alexandre’s blog’s Emacs category is all round excellent though, notifying me that - of course! - Emacs can do blog posting too.

The Installing Emacs with Hinted Fonts on Gobuntu by David Crossland, except the quotations and unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
Comments
Leave a Reply
