<?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>Visual Core &#187; Emacs</title>
	<atom:link href="http://visualcore.com/index.php/tag/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualcore.com</link>
	<description>An amazing repository of useless junk</description>
	<lastBuildDate>Sun, 13 Jun 2010 23:58:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Logo major mode for Emacs</title>
		<link>http://visualcore.com/index.php/2008/12/logo-major-mode-for-emacs/</link>
		<comments>http://visualcore.com/index.php/2008/12/logo-major-mode-for-emacs/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 15:54:56 +0000</pubDate>
		<dc:creator>Jeremy Cowles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[UCB]]></category>

		<guid isPermaLink="false">http://visualcore.com/wp/?p=56</guid>
		<description><![CDATA[At the time of this posting, it&#8217;s still pretty rough, but it does basic syntax highlighting for very common functions (only a small fraction of them). It also associates &#8220;.lg&#8221; files with logo-mode.
To make it load every time you start emacs, you can either copy the source into your .emacs file, or load the file [...]]]></description>
			<content:encoded><![CDATA[<p>At the time of this posting, it&#8217;s still pretty rough, but it does basic syntax highlighting for very common functions (only a small fraction of them). It also associates &#8220;.lg&#8221; files with logo-mode.</p>
<p>To make it load every time you start emacs, you can either copy the source into your .emacs file, or load the file (again in the .emacs file):</p>
<p>(load &#8220;~/logo-mode.el&#8221;)</p>
<p>Assuming you saved it in your home directory.</p>
<p>If you just want to run it once and check it out, open the file, then select &#8220;evaluate buffer&#8221; from the emacs-list menu. Then open a &#8220;.lg&#8221; file, and it should automatically highlight.</p>
<p>(load &#8220;~/logo-mode.el&#8221;)</p>
<p>Let me know if you find any bugs or have any requests.</p>
<p>Download: <a href="/downloads/logo-mode.el">Logo-Mode</a></p>
]]></content:encoded>
			<wfw:commentRss>http://visualcore.com/index.php/2008/12/logo-major-mode-for-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs, syntax highlighting</title>
		<link>http://visualcore.com/index.php/2008/12/emacs-syntax-highlighting/</link>
		<comments>http://visualcore.com/index.php/2008/12/emacs-syntax-highlighting/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 15:30:10 +0000</pubDate>
		<dc:creator>Jeremy Cowles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Logo]]></category>

		<guid isPermaLink="false">http://visualcore.com/wp/?p=58</guid>
		<description><![CDATA[I&#8217;ve always been partial to VI, but I&#8217;ve been forced to use Emacs for a class I&#8217;m taking this semester, and it turns out that I really love Emacs &#8211; even more than VI. The stateless model of editing is what I&#8217;ve been accustom to (coming from Windows), and it just makes more sense to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been partial to VI, but I&#8217;ve been forced to use Emacs for a class I&#8217;m taking this semester, and it turns out that I really love Emacs &#8211; even more than VI. The stateless model of editing is what I&#8217;ve been accustom to (coming from Windows), and it just makes more sense to me. I generally don&#8217;t think, &#8220;now I&#8217;m in edit mode, it&#8217;s ok to type.&#8221;  Not that I think this is wrong, it&#8217;s just not natural for me.</p>
<p>Also, I&#8217;ve recently made a Emacs &#8220;Major Mode&#8221; for Berkeley Logo. It was amazingly easy, I actually made it last night in about 2 hours. It is essentially a set of regular expressions bound to keyword types that Emacs knows, written in Lisp. I wrote it with Berkeley Logo in mind, but there&#8217;s nothing that should stop it from working for any version of Logo.</p>
<p>I will post it as soon as I get the kinks worked out.</p>
]]></content:encoded>
			<wfw:commentRss>http://visualcore.com/index.php/2008/12/emacs-syntax-highlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
