<?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/"
		>
<channel>
	<title>Comments for Alex&#039;s Adventures on the Infobahn</title>
	<atom:link href="http://www.bennee.com/~alex/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bennee.com/~alex/blog</link>
	<description>the wanderings of a supposed digital native</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:49:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Edit with Emacs v1.7 by Alex</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/29/edit-with-emacs-v1-7/comment-page-1/#comment-194</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 30 Jul 2010 06:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1975#comment-194</guid>
		<description>Ahh, I accidentally posted the developer version of the link which won&#039;t work for others. I&#039;ve updated it to the correct link now. Thanks for reporting.</description>
		<content:encoded><![CDATA[<p>Ahh, I accidentally posted the developer version of the link which won&#8217;t work for others. I&#8217;ve updated it to the correct link now. Thanks for reporting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Edit with Emacs v1.7 by Chris</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/29/edit-with-emacs-v1-7/comment-page-1/#comment-193</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 30 Jul 2010 04:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1975#comment-193</guid>
		<description>That&#039;s one dead link to the Chrome site; apparently you pulled the extension?</description>
		<content:encoded><![CDATA[<p>That&#8217;s one dead link to the Chrome site; apparently you pulled the extension?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On the nature of Planets by ashawley</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/01/on-the-nature-of-planets/comment-page-1/#comment-183</link>
		<dc:creator>ashawley</dc:creator>
		<pubDate>Wed, 07 Jul 2010 12:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1930#comment-183</guid>
		<description>Some blog entries are written so tersely by their authors that they fail to mention the word &quot;Emacs&quot;, even though they are talking about some feature or package that is for Emacs!

As long as an &quot;off-topic&quot; post to the planet is *short*, I don&#039;t mind it.  I predict the same community expectations in the Emacs IRC channel apply -- celebrate off-topicalitiness.</description>
		<content:encoded><![CDATA[<p>Some blog entries are written so tersely by their authors that they fail to mention the word &#8220;Emacs&#8221;, even though they are talking about some feature or package that is for Emacs!</p>
<p>As long as an &#8220;off-topic&#8221; post to the planet is *short*, I don&#8217;t mind it.  I predict the same community expectations in the Emacs IRC channel apply &#8212; celebrate off-topicalitiness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs Daemon and Handling Projects by Matt</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/05/emacs-daemon-and-handling-projects/comment-page-1/#comment-182</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 06 Jul 2010 22:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1935#comment-182</guid>
		<description>Mk-project is coded such that only one project is active at any one time. The documentation (and my own use!) is biased toward pre-defining projects. However, it should be straight forward to write a function that examines the current buffer (and files up and down the file hierarchy) and decides if it wants to start a new dynamically defined mk-project. The project-def and project-load functions can be called by a hook function, not just interactively.</description>
		<content:encoded><![CDATA[<p>Mk-project is coded such that only one project is active at any one time. The documentation (and my own use!) is biased toward pre-defining projects. However, it should be straight forward to write a function that examines the current buffer (and files up and down the file hierarchy) and decides if it wants to start a new dynamically defined mk-project. The project-def and project-load functions can be called by a hook function, not just interactively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs Daemon and Handling Projects by dim</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/05/emacs-daemon-and-handling-projects/comment-page-1/#comment-181</link>
		<dc:creator>dim</dc:creator>
		<pubDate>Tue, 06 Jul 2010 19:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1935#comment-181</guid>
		<description>I use both escreen and projects.el from emacs-goodies-el debian package. The former allow for having nice visual separation of tasks and the latter for handling buffer names and IBuffer sorting.

Then escreen could be extended to support some more &quot;screen&quot; local settings, I&#039;ve read, so I think you could handle a M-x compile history per screen and compile window. Ditto for find-tag. That&#039;s the way I&#039;d go if I was using M-x compile :)

Note I have extensive tools atop projects.el to ease the setup, and some escreen setup to share too. Ask if you&#039;re interrested.</description>
		<content:encoded><![CDATA[<p>I use both escreen and projects.el from emacs-goodies-el debian package. The former allow for having nice visual separation of tasks and the latter for handling buffer names and IBuffer sorting.</p>
<p>Then escreen could be extended to support some more &#8220;screen&#8221; local settings, I&#8217;ve read, so I think you could handle a M-x compile history per screen and compile window. Ditto for find-tag. That&#8217;s the way I&#8217;d go if I was using M-x compile <img src='/~alex/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Note I have extensive tools atop projects.el to ease the setup, and some escreen setup to share too. Ask if you&#8217;re interrested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs Daemon and Handling Projects by Alex</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/05/emacs-daemon-and-handling-projects/comment-page-1/#comment-180</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 06 Jul 2010 17:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1935#comment-180</guid>
		<description>Thanks for that, I shall have a look with interest.

I&#039;m torn between statically defining projects as mk-project does or defining types of project like eproject does. What I like about the second approach is the ability to define a project that looks for certain files (e.g. &quot;AndroidManifest.xml&quot;) and then automatically pick up the settings and attributes for a generic Android project.

Is it possible to emulate that behaviour with mk-project or is it orthogonal to the design?</description>
		<content:encoded><![CDATA[<p>Thanks for that, I shall have a look with interest.</p>
<p>I&#8217;m torn between statically defining projects as mk-project does or defining types of project like eproject does. What I like about the second approach is the ability to define a project that looks for certain files (e.g. &#8220;AndroidManifest.xml&#8221;) and then automatically pick up the settings and attributes for a generic Android project.</p>
<p>Is it possible to emulate that behaviour with mk-project or is it orthogonal to the design?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs Daemon and Handling Projects by Matt</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/05/emacs-daemon-and-handling-projects/comment-page-1/#comment-179</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 06 Jul 2010 16:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1935#comment-179</guid>
		<description>I finally got around to documenting all the configuration options for mk-project. See the new and improved README at http://github.com/mattkeller/mk-project/. Comments and suggestions on mk-project are most welcome. Contact me at mattkeller [gmail].

Cheers,
Matt</description>
		<content:encoded><![CDATA[<p>I finally got around to documenting all the configuration options for mk-project. See the new and improved README at <a href="http://github.com/mattkeller/mk-project/" rel="nofollow">http://github.com/mattkeller/mk-project/</a>. Comments and suggestions on mk-project are most welcome. Contact me at mattkeller [gmail].</p>
<p>Cheers,<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs Daemon and Handling Projects by Jack</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/05/emacs-daemon-and-handling-projects/comment-page-1/#comment-176</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Mon, 05 Jul 2010 20:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1935#comment-176</guid>
		<description>I&#039;ve used mkproject with ease for some time. http://www.emacswiki.org/emacs/mk-project.el

Let&#039;s you easily define projects with etags, ack, and grep support. Everything&#039;s done succintly in elisp and loaded quickly with a couple keystrokes.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used mkproject with ease for some time. <a href="http://www.emacswiki.org/emacs/mk-project.el" rel="nofollow">http://www.emacswiki.org/emacs/mk-project.el</a></p>
<p>Let&#8217;s you easily define projects with etags, ack, and grep support. Everything&#8217;s done succintly in elisp and loaded quickly with a couple keystrokes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs Daemon and Handling Projects by Alex</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/05/emacs-daemon-and-handling-projects/comment-page-1/#comment-175</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 05 Jul 2010 16:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1935#comment-175</guid>
		<description>Hmm, looks like like I could do most of what want with that. If only I had the more useful functions from 23.2 :-/</description>
		<content:encoded><![CDATA[<p>Hmm, looks like like I could do most of what want with that. If only I had the more useful functions from 23.2 :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs Daemon and Handling Projects by Fabrice Gabolde</title>
		<link>http://www.bennee.com/~alex/blog/2010/07/05/emacs-daemon-and-handling-projects/comment-page-1/#comment-174</link>
		<dc:creator>Fabrice Gabolde</dc:creator>
		<pubDate>Mon, 05 Jul 2010 15:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bennee.com/~alex/blog/?p=1935#comment-174</guid>
		<description>Directory locals work for me.  I use them for a couple of Perl projects.  It&#039;s probably the most lightweight option out there, since it&#039;s in emacs core and it only requires creating one file per project.  Documentation here: http://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html

I just use them to redefine compile-command to run unit tests from the project&#039;s root directory, and set tags-file-name to the correct TAGS file.</description>
		<content:encoded><![CDATA[<p>Directory locals work for me.  I use them for a couple of Perl projects.  It&#8217;s probably the most lightweight option out there, since it&#8217;s in emacs core and it only requires creating one file per project.  Documentation here: <a href="http://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html" rel="nofollow">http://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html</a></p>
<p>I just use them to redefine compile-command to run unit tests from the project&#8217;s root directory, and set tags-file-name to the correct TAGS file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
