<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: An Emacs-like Editor for .NET?</title>
	<atom:link href="http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/</link>
	<description>My rants and raves about life as a coder.</description>
	<lastBuildDate>Sat, 17 Oct 2009 14:42:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anon</title>
		<link>http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-71</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Mon, 07 Jan 2008 01:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-71</guid>
		<description>A while back at my university, Microsoft hosted a lecture and forum about L#, which I can only assume to be a knockoff of LISP.

This just may be possible.</description>
		<content:encoded><![CDATA[<p>A while back at my university, Microsoft hosted a lecture and forum about L#, which I can only assume to be a knockoff of LISP.</p>
<p>This just may be possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-69</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Sun, 06 Jan 2008 01:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-69</guid>
		<description>@Ramon Leon

I knew about the Smalltalk environment had an IDE with similar capabilities to Emacs / SLIME environment, but would you call the IDE an extensible general editor in the same manner as Emacs?  Do you have any specific implementations to cite?
 
@MashHen

That is a good point regarding ASP.NET.  IIRC, ASP.NET compiles all of the aspx pages into explicit C# files, placing those files in an ASP.NET temporary directory, then creates assemblies using a C# compiler in the framework. The resultant assemblies are loaded dynamically. I guess something similar could be created, maybe with in-memory compilation and assembly loading.</description>
		<content:encoded><![CDATA[<p>@Ramon Leon</p>
<p>I knew about the Smalltalk environment had an IDE with similar capabilities to Emacs / SLIME environment, but would you call the IDE an extensible general editor in the same manner as Emacs?  Do you have any specific implementations to cite?</p>
<p>@MashHen</p>
<p>That is a good point regarding ASP.NET.  IIRC, ASP.NET compiles all of the aspx pages into explicit C# files, placing those files in an ASP.NET temporary directory, then creates assemblies using a C# compiler in the framework. The resultant assemblies are loaded dynamically. I guess something similar could be created, maybe with in-memory compilation and assembly loading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MashHen</title>
		<link>http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-64</link>
		<dc:creator>MashHen</dc:creator>
		<pubDate>Sat, 05 Jan 2008 06:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-64</guid>
		<description>It is relatively easy to compile source in to an assembly at runtime and load it.

(ASP.Net, for example, uses something like this)</description>
		<content:encoded><![CDATA[<p>It is relatively easy to compile source in to an assembly at runtime and load it.</p>
<p>(ASP.Net, for example, uses something like this)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-63</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Sat, 05 Jan 2008 06:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-63</guid>
		<description>&quot;Emacs the only editor that I know at this time that allows you to create extensions for editor from within the editor itself and apply them immediately the current session.&quot;

All Smalltalk and Self environments do this as well, that&#039;s why Smalltalkers love their images, it&#039;s their Emacs.</description>
		<content:encoded><![CDATA[<p>&#8220;Emacs the only editor that I know at this time that allows you to create extensions for editor from within the editor itself and apply them immediately the current session.&#8221;</p>
<p>All Smalltalk and Self environments do this as well, that&#8217;s why Smalltalkers love their images, it&#8217;s their Emacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-62</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Sat, 05 Jan 2008 04:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-62</guid>
		<description>@Clint 

Hmmm. &quot;my-hello works&quot; in my version on GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600).  I do not have ntemacs, so I cannot verify.

Did you cut-and-yank the code from the browser?  In my browser, the &quot;sDestination&quot; is enclosed in fancy quotes, which emacs may interpret as a symbol instead as a string.  So, check that and let me know what you find.</description>
		<content:encoded><![CDATA[<p>@Clint </p>
<p>Hmmm. &#8220;my-hello works&#8221; in my version on GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600).  I do not have ntemacs, so I cannot verify.</p>
<p>Did you cut-and-yank the code from the browser?  In my browser, the &#8220;sDestination&#8221; is enclosed in fancy quotes, which emacs may interpret as a symbol instead as a string.  So, check that and let me know what you find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-61</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Sat, 05 Jan 2008 04:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-61</guid>
		<description>Never mind... figured it out. It was the quotes. Delete them and replace with standard Emacs quotes (all of them). Or, simply retype the whole thing and do not cut and paste.</description>
		<content:encoded><![CDATA[<p>Never mind&#8230; figured it out. It was the quotes. Delete them and replace with standard Emacs quotes (all of them). Or, simply retype the whole thing and do not cut and paste.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-60</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Sat, 05 Jan 2008 04:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://coderz4life.wordpress.com/2008/01/04/an-emacs-like-editor-for-net/#comment-60</guid>
		<description>my-hello does not work in ntemacs. Error is:

Symbol&#039;s value as variable is void: &quot;sDestination:&quot;

Am I doing something wrong?</description>
		<content:encoded><![CDATA[<p>my-hello does not work in ntemacs. Error is:</p>
<p>Symbol&#8217;s value as variable is void: &#8220;sDestination:&#8221;</p>
<p>Am I doing something wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
