<?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 on: Response to Aquamacs gripes</title>
	<atom:link href="http://atomized.org/2008/08/response-to-aquamacs-gripes/feed/" rel="self" type="application/rss+xml" />
	<link>http://atomized.org/2008/08/response-to-aquamacs-gripes/</link>
	<description>Fragmenting reality.</description>
	<lastBuildDate>Tue, 31 Aug 2010 23:25:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ian</title>
		<link>http://atomized.org/2008/08/response-to-aquamacs-gripes/comment-page-1/#comment-106152</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 12 Nov 2008 04:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://atomized.org/?p=305#comment-106152</guid>
		<description>It’s not. I want ⌘ to work normally in OS X apps, and be Meta in Emacs.</description>
		<content:encoded><![CDATA[<p>It’s not. I want ⌘ to work normally in OS X apps, and be Meta in Emacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Santagada</title>
		<link>http://atomized.org/2008/08/response-to-aquamacs-gripes/comment-page-1/#comment-105739</link>
		<dc:creator>Leonardo Santagada</dc:creator>
		<pubDate>Fri, 07 Nov 2008 02:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://atomized.org/?p=305#comment-105739</guid>
		<description>you can change option and command on the keyboard config in system preferences... so all your apps would have it changed not only aquamacs... if thats really what you want.</description>
		<content:encoded><![CDATA[<p>you can change option and command on the keyboard config in system preferences&#8230; so all your apps would have it changed not only aquamacs&#8230; if thats really what you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://atomized.org/2008/08/response-to-aquamacs-gripes/comment-page-1/#comment-95462</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 15 Aug 2008 21:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://atomized.org/?p=305#comment-95462</guid>
		<description>@Lawrence Yeah, definitely does not work in Aquamacs 1.4 or better.</description>
		<content:encoded><![CDATA[<p>@Lawrence Yeah, definitely does not work in Aquamacs 1.4 or better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Mitchell</title>
		<link>http://atomized.org/2008/08/response-to-aquamacs-gripes/comment-page-1/#comment-95450</link>
		<dc:creator>Lawrence Mitchell</dc:creator>
		<pubDate>Fri, 15 Aug 2008 19:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://atomized.org/?p=305#comment-95450</guid>
		<description>Well, not sure.  WFM in GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-07-24.  So maybe there is something aquamacs-specific going on.

~/foo.txt should be enterable as:

/ssh:remotehost:.emacs///~/foo.txt

I think.</description>
		<content:encoded><![CDATA[<p>Well, not sure.  WFM in GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-07-24.  So maybe there is something aquamacs-specific going on.</p>
<p>~/foo.txt should be enterable as:</p>
<p>/ssh:remotehost:.emacs///~/foo.txt</p>
<p>I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://atomized.org/2008/08/response-to-aquamacs-gripes/comment-page-1/#comment-95442</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 15 Aug 2008 17:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://atomized.org/?p=305#comment-95442</guid>
		<description>@Lawrence, Lame as that is, it would be fine if it, you know, worked. If I use two slashes, I get an error: “Not a tramp file name: /tmp”. Furthermore, the feature where I can open an absolute path on the remote host doesn’t work; If I’m looking at a remote file and I enter “/tmp”, I get the same error. Tramp tries to open “/ssh:user@host:/default/directory//tmp” rather than “/ssh:user@host:/tmp”

And how would you enter a path such as “~/foo.txt”?</description>
		<content:encoded><![CDATA[<p>@Lawrence, Lame as that is, it would be fine if it, you know, worked. If I use two slashes, I get an error: “Not a tramp file name: /tmp”. Furthermore, the feature where I can open an absolute path on the remote host doesn’t work; If I’m looking at a remote file and I enter “/tmp”, I get the same error. Tramp tries to open “/ssh:user@host:/default/directory//tmp” rather than “/ssh:user@host:/tmp”</p>
<p>And how would you enter a path such as “~/foo.txt”?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Mitchell</title>
		<link>http://atomized.org/2008/08/response-to-aquamacs-gripes/comment-page-1/#comment-95440</link>
		<dc:creator>Lawrence Mitchell</dc:creator>
		<pubDate>Fri, 15 Aug 2008 17:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://atomized.org/?p=305#comment-95440</guid>
		<description>And a followup.  The find-file issue appears to be a feature.  If you want to access a completely new path if the current working directory is a tramp path, you need to prefix it with // so:

/ssh:remotehost:~/.emacs///tmp/foo 

finds the file /tmp/foo on localhost.  Whereas

/ssh:remotehost:~/.emacs//tmp/foo

finds the file /tmp/foo on remotehost.</description>
		<content:encoded><![CDATA[<p>And a followup.  The find-file issue appears to be a feature.  If you want to access a completely new path if the current working directory is a tramp path, you need to prefix it with // so:</p>
<p>/ssh:remotehost:~/.emacs///tmp/foo </p>
<p>finds the file /tmp/foo on localhost.  Whereas</p>
<p>/ssh:remotehost:~/.emacs//tmp/foo</p>
<p>finds the file /tmp/foo on remotehost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Mitchell</title>
		<link>http://atomized.org/2008/08/response-to-aquamacs-gripes/comment-page-1/#comment-95437</link>
		<dc:creator>Lawrence Mitchell</dc:creator>
		<pubDate>Fri, 15 Aug 2008 17:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://atomized.org/?p=305#comment-95437</guid>
		<description>&gt; This may be my inner curmudgeon at work; lisp-mode used to do this, but perhaps that has changed to emacs-lisp-mode.

lisp-mode has never been for emacs lisp editing.  That C-x C-e worked to evaluate emacs lisp forms in such a mode was a side-effect of emacs not hooking into a lisp interpreter (and hence the local mode not shadowing the global `eval-last-sexp&#039; binding).  Slime does this latter and thus C-x C-e tries to evaluate the form in a common lisp sub-process.  If that hasn&#039;t been set up, then you get a &quot;not connected&quot; error.
Lawrence</description>
		<content:encoded><![CDATA[<p>&gt; This may be my inner curmudgeon at work; lisp-mode used to do this, but perhaps that has changed to emacs-lisp-mode.</p>
<p>lisp-mode has never been for emacs lisp editing.  That C-x C-e worked to evaluate emacs lisp forms in such a mode was a side-effect of emacs not hooking into a lisp interpreter (and hence the local mode not shadowing the global `eval-last-sexp&#8217; binding).  Slime does this latter and thus C-x C-e tries to evaluate the form in a common lisp sub-process.  If that hasn&#8217;t been set up, then you get a &#8220;not connected&#8221; error.<br />
Lawrence</p>
]]></content:encoded>
	</item>
</channel>
</rss>
