Archive for February, 2008

Yum Repository Online

Tuesday, February 26th, 2008

I created a yum repository for Emacs 23 and a few PHP packages. To install the yum repository, do the following as root:

rpm --import http://rpm.bradmwalker.com/brad-walker.asc
wget -P /etc/yum.repos.d/ http://rpm.bradmwalker.com/brad-walker.repo

I plan on updating the packages at least once every two weeks.

Emacs 23 Fedora Packages

Tuesday, February 19th, 2008

I’ve updated the Emacs 22.1 .spec file for Emacs 23 and uploaded an SRPM and some RPM builds. Check out the anti-aliased fonts at XftEmacsScreenshots. Learn more about the new features at EmacsCVSFeatures. Download packages at http://rpm.bradmwalker.com. Send feedback to me.

Update: I no longer build Emacs CVS snapshots. Please use Chip Coldwell’s Emacs 23 repository. Details