<?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: Aquamacs vs. Dvorak-Qwerty layout</title>
	<atom:link href="http://docwhat.org/2009/01/aquamacs-vs-dvorak-qwerty-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://docwhat.org/2009/01/aquamacs-vs-dvorak-qwerty-layout/</link>
	<description>Some men are discovered; others are found out</description>
	<lastBuildDate>Mon, 07 May 2012 09:44:57 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: docwhat</title>
		<link>http://docwhat.org/2009/01/aquamacs-vs-dvorak-qwerty-layout/comment-page-1/#comment-6074</link>
		<dc:creator>docwhat</dc:creator>
		<pubDate>Sun, 22 Mar 2009 18:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://docwhat.gerf.org/?p=245#comment-6074</guid>
		<description>There is a bug with this.  It doesn&#039;t fix Command-W.  This seems to be because setting &#039;,&#039; requires using a different technique.

Here&#039;s what osxkeys.el uses to set customize (preferences):
[code]
(define-key map (vector (list osxkeys-command-key &#039;\,) ) &#039;customize)
[/code]

I&#039;ve added a little patch for this in the function &lt;code&gt;fix()&lt;/code&gt;:
[code]
            # Patches problem with the customize.
            if line.strip() == &quot;&quot;&quot;(define-key map (vector (list osxkeys-command-key &#039;\,) ) &#039;customize)&quot;&quot;&quot;:
                rows[i] = line.replace(&quot;&#039;customize&quot;, &quot;&#039;close-window&quot;)
                continue
[/code]</description>
		<content:encoded><![CDATA[<p>There is a bug with this.  It doesn&#8217;t fix Command-W.  This seems to be because setting &#8216;,&#8217; requires using a different technique.</p>
<p>Here&#8217;s what osxkeys.el uses to set customize (preferences):</p>
<pre class="brush: plain; title: ; notranslate">
(define-key map (vector (list osxkeys-command-key '\,) ) 'customize)
</pre>
<p>I&#8217;ve added a little patch for this in the function <code>fix()</code>:</p>
<pre class="brush: plain; title: ; notranslate">
            # Patches problem with the customize.
            if line.strip() == &quot;&quot;&quot;(define-key map (vector (list osxkeys-command-key '\,) ) 'customize)&quot;&quot;&quot;:
                rows[i] = line.replace(&quot;'customize&quot;, &quot;'close-window&quot;)
                continue
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

