<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Evolution Systems &#187; elisp</title>
	<atom:link href="http://evolution-systems.co.uk/tag/elisp/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 08 Aug 2025 09:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Xemacs and elisp packages</title>
		<link>http://evolution-systems.co.uk/2009/02/26/xemacs-and-elisp-packages-2/</link>
		<comments>http://evolution-systems.co.uk/2009/02/26/xemacs-and-elisp-packages-2/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 17:05:48 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[elisp]]></category>
		<category><![CDATA[Latex]]></category>
		<category><![CDATA[xemacs]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=500</guid>
		<description><![CDATA[I recently had a look around for a nice way to create tables for use in a latex using some sort of WYSIWYG editor and came across this elisp package for xemacs. Having never used an elisp package before I did a bit of searching around and it proved to be a bit tricker to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I recently had a look around for a nice way to create tables for use in a latex using some sort of WYSIWYG editor and came across <a href="http://table.sourceforge.net/">this</a> elisp package for xemacs.</p>
<p>Having never used an elisp package before I did a bit of searching around and it proved to be a bit tricker to find how to install it thatn I thought it would be. Anyway, here are the simple steps needed to get one running.</p>
<p>First of all create a directory somewhere for your elisp files to reside in, I chose ~/elisp. Then open your xemacs slisp config file, for me this was located in ~/.xemacs/custom.el &#8211; Then add the following lines to it :</p>
<p><code>(add-to-list 'load-path "~/elisp")<br />(require  'table)</code></p>
<p>In the second line, &#8216;table&#8217; refers to the elisp file excluding the &#8216;.el&#8217; file extension, so &#8216;table.el&#8217; in this case. Simples&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2009/02/26/xemacs-and-elisp-packages-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
