<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slackwiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lambda-mon+key</id>
	<title>SlackWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.slackwiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lambda-mon+key"/>
	<link rel="alternate" type="text/html" href="https://www.slackwiki.com/Special:Contributions/Lambda-mon_key"/>
	<updated>2026-04-08T09:35:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=Emacs_from_CVS&amp;diff=360</id>
		<title>Emacs from CVS</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Emacs_from_CVS&amp;diff=360"/>
		<updated>2010-05-19T17:15:52Z</updated>

		<summary type="html">&lt;p&gt;Lambda-mon key: added note that Emacs no longer maintains CVS source tree -- Use Bazaar!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
The development version of GNU Emacs offers several features over the official Slackware release (Emacs 22), for example Unicode support, multi-TTY, multiple X client frames and font rendering with Xft.  [http://www.unc.edu/~adamsonj/software/emacs-cvs/ Here] is a  SlackBuild that creates a package for Emacs 23.  &lt;br /&gt;
&lt;br /&gt;
Note that the SlackBuild pulls from the CVS server on Savannah, so you do not need to pull the repository first.  If you do, put it in the indicated local cvs directory so that the script will do a &amp;quot;cvs update&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
You should &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
removepkg emacs&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
before installing the Emacs 23 package, which will be installed as package emacs-cvs.&lt;br /&gt;
&lt;br /&gt;
== Emacs Sources Bazaar ==&lt;br /&gt;
As of 2009-12-27: GNU Emacs has switched from CVS version control to Bazaar. &lt;br /&gt;
&lt;br /&gt;
In order to checkout the latest sources the original author's script:&lt;br /&gt;
`emacs-cvs.SlackBuild'&lt;br /&gt;
&lt;br /&gt;
The cvs chekcouts in the above script, e.g. lines:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
should be replaced with one line which initializes a branch:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bzr branch http://bzr.savannah.gnu.org/r/emacs/trunk emacs&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and occurences of:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
cvs co &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
should be replaced with:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bzr update&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This assumes you are simply using the bazaar repo to only pull changesets and is&lt;br /&gt;
in keeping with the original author's script.&lt;br /&gt;
&lt;br /&gt;
However, if you intend on making local changes to your branch of `Emacs trunk'&lt;br /&gt;
it is recomended to first initialize a shared repository e.g.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bzr init-repo --2a emacs/&lt;br /&gt;
cd emacs/&lt;br /&gt;
bzr branch http://bzr.savannah.gnu.org/r/emacs/trunk trunk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and then branch a local tree `quickfixes' of your `local trunk'&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bzr branch trunk/ quickfixes/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will help keep your local branch checkout of the `Emacs trunk' pristine and help to avoid breaking &lt;br /&gt;
automated builds of Emacs from bzr while also allowing local edits within the `quickfixes' branch.&lt;br /&gt;
&lt;br /&gt;
Please see http://www.emacswiki.org/emacs/BzrForEmacsDevs for more.&lt;br /&gt;
&lt;br /&gt;
== Automatic Updates ==&lt;br /&gt;
I put the following script into /etc/cron.weekly and each Monday I get a newly-updated version of Emacs.  I always keep the old package in case there is any problem with the new version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#! /bin/sh&lt;br /&gt;
cd &amp;lt;full path to parent directory&amp;gt;&lt;br /&gt;
tar zxvf emacs-cvs.tar.gz&lt;br /&gt;
cd emacs-cvs&lt;br /&gt;
./emacs-cvs.SlackBuild |mail &amp;lt;yourself&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Problems? Comments? ==&lt;br /&gt;
&lt;br /&gt;
I have had no problems with the current script.  If you notice anything, please let me know.[[User:Trashbird1240|Trashbird1240]]&lt;/div&gt;</summary>
		<author><name>Lambda-mon key</name></author>
	</entry>
</feed>