<?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: Learning Emacs, part 0</title>
	<atom:link href="http://4.flowsnake.org/archives/65/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org/archives/65</link>
	<description>A Pythoneer&#039;s adventures with Scheme, etc.</description>
	<lastBuildDate>Mon, 18 Jul 2011 14:37:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kevin Hammack</title>
		<link>http://4.flowsnake.org/archives/65/comment-page-1#comment-133</link>
		<dc:creator>Kevin Hammack</dc:creator>
		<pubDate>Tue, 19 Feb 2008 23:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/65#comment-133</guid>
		<description>Aquamacs is truly your best option.  It&#039;s based on the carbon emacs port, but it&#039;s beautified and groomed for OSX.  It&#039;s also slightly bastardized, but that can be undone.  If you like, email me and I&#039;ll dig through my .emacs when I get home and send you some useful tidbits for making aquamacs more like standard emacs.

I&#039;d recommend against Emacs.app, it&#039;s still a bit flaky.  I&#039;m sure it will be fantastic one day; until then, especially if you&#039;re just learning emacs, stick to Aquamacs (or at least carbon emacs).</description>
		<content:encoded><![CDATA[<p>Aquamacs is truly your best option.  It&#8217;s based on the carbon emacs port, but it&#8217;s beautified and groomed for OSX.  It&#8217;s also slightly bastardized, but that can be undone.  If you like, email me and I&#8217;ll dig through my .emacs when I get home and send you some useful tidbits for making aquamacs more like standard emacs.</p>
<p>I&#8217;d recommend against Emacs.app, it&#8217;s still a bit flaky.  I&#8217;m sure it will be fantastic one day; until then, especially if you&#8217;re just learning emacs, stick to Aquamacs (or at least carbon emacs).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Nowak</title>
		<link>http://4.flowsnake.org/archives/65/comment-page-1#comment-130</link>
		<dc:creator>Hans Nowak</dc:creator>
		<pubDate>Tue, 19 Feb 2008 00:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/65#comment-130</guid>
		<description>@Derrell: Sorry it took me 3 days to approve your comment, Akismet threw it in the spam bucket for some reason.

I looked at emacs-app... it uses Emacs 23 (as opposed to Carbon Emacs which uses 22), so I might want to look at that again in the future (when I am more familiar with Emacs).</description>
		<content:encoded><![CDATA[<p>@Derrell: Sorry it took me 3 days to approve your comment, Akismet threw it in the spam bucket for some reason.</p>
<p>I looked at emacs-app&#8230; it uses Emacs 23 (as opposed to Carbon Emacs which uses 22), so I might want to look at that again in the future (when I am more familiar with Emacs).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrell Piper</title>
		<link>http://4.flowsnake.org/archives/65/comment-page-1#comment-100</link>
		<dc:creator>Derrell Piper</dc:creator>
		<pubDate>Sat, 16 Feb 2008 00:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/65#comment-100</guid>
		<description>Check out this implementation before deciding (http://emacs-app.sourceforge.net/).  It&#039;s not as well known, but it&#039;s a nice trade-off between good Mac integration and classic emacs.  Aquamacs is also a good option, if you can live with all its windows.  (Classic emacs tends to do everything in one frame whereas Aquamacs tends to pop every new thing into a new frame.  In some cases this is great, in others it&#039;s really distracting, especially to someone who expects the classic behavior.)

Also check out Quack (http://www.neilvandyke.org/quack/) for a good Scheme mode.  The documentation referenes in Quack are stale, here&#039;s a patch to bring them up-to-date:

--- quack.el	2008-01-31 09:13:48.000000000 -0800
+++ quack.el.orig	2008-01-25 09:20:21.000000000 -0800
@@ -562,13 +562,13 @@
 
     (chicken
      &quot;Chicken User&#039;s Manual&quot;
-     &quot;http://chicken.wiki.br/The%20User&#039;s%20Manual&quot;
+     &quot;http://www.call-with-current-continuation.org/manual/manual.html&quot;
      ;;&quot;file:///usr/share/doc/chicken/manual.html&quot;
      nil)
 
     (gambit
-     &quot;Gambit-C Documentation&quot;
-     &quot;http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Documentation&quot;)
+     &quot;Gambit-C home page&quot;
+     &quot;http://www.iro.umontreal.ca/~gambit/&quot;)
 
     (gauche
      &quot;Gauche Reference Manual&quot;
@@ -577,21 +577,22 @@
 
     (mitgnu-ref
      &quot;MIT/GNU Scheme Reference&quot;
-     &quot;http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-ref/index.html&quot;
+     &quot;http://www.gnu.org/software/mit-scheme/documentation/scheme.html&quot;
      ;;&quot;http://www.swiss.ai.mit.edu/projects/scheme/documentation/scheme.html&quot;
+
      ;;&quot;file:///usr/share/doc/mit-scheme/html/scheme.html&quot;
      nil)
 
     (mitgnu-user
      &quot;MIT/GNU Scheme User&#039;s Manual&quot;
-     &quot;http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-user/index.html&quot;
+     &quot;http://www.gnu.org/software/mit-scheme/documentation/user.html&quot;
      ;;&quot;http://www.swiss.ai.mit.edu/projects/scheme/documentation/user.html&quot;
      ;;&quot;file:///usr/share/doc/mit-scheme/html/user.html&quot;
      nil)
 
     (mitgnu-sos
      &quot;MIT/GNU Scheme SOS Reference Manual&quot;
-     &quot;http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-sos/index.html&quot;
+     &quot;http://www.gnu.org/software/mit-scheme/documentation/sos.html&quot;
      ;;&quot;http://www.swiss.ai.mit.edu/projects/scheme/documentation/sos.html&quot;
      ;;&quot;file:///usr/share/doc/mit-scheme/html/sos.html&quot;
      nil)
@@ -636,7 +637,7 @@
                 &quot;http://swissnet.ai.mit.edu/~jaffer/SLIB.html&quot;
                 nil)
     (faq        &quot;Scheme Frequently Asked Questions&quot;
-		&quot;http://community.schemewiki.org/?scheme-faq&quot;
+                &quot;http://www.schemers.org/Documents/FAQ/&quot;
                 nil))
   &quot;*List of specifications of manuals that can be viewed.</description>
		<content:encoded><![CDATA[<p>Check out this implementation before deciding (<a href="http://emacs-app.sourceforge.net/" rel="nofollow">http://emacs-app.sourceforge.net/</a>).  It&#8217;s not as well known, but it&#8217;s a nice trade-off between good Mac integration and classic emacs.  Aquamacs is also a good option, if you can live with all its windows.  (Classic emacs tends to do everything in one frame whereas Aquamacs tends to pop every new thing into a new frame.  In some cases this is great, in others it&#8217;s really distracting, especially to someone who expects the classic behavior.)</p>
<p>Also check out Quack (<a href="http://www.neilvandyke.org/quack/" rel="nofollow">http://www.neilvandyke.org/quack/</a>) for a good Scheme mode.  The documentation referenes in Quack are stale, here&#8217;s a patch to bring them up-to-date:</p>
<p>&#8212; quack.el	2008-01-31 09:13:48.000000000 -0800<br />
+++ quack.el.orig	2008-01-25 09:20:21.000000000 -0800<br />
@@ -562,13 +562,13 @@</p>
<p>     (chicken<br />
      &#8220;Chicken User&#8217;s Manual&#8221;<br />
-     &#8220;http://chicken.wiki.br/The%20User&#8217;s%20Manual&#8221;<br />
+     &#8220;http://www.call-with-current-continuation.org/manual/manual.html&#8221;<br />
      ;;&#8221;file:///usr/share/doc/chicken/manual.html&#8221;<br />
      nil)</p>
<p>     (gambit<br />
-     &#8220;Gambit-C Documentation&#8221;<br />
-     &#8220;http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Documentation&#8221;)<br />
+     &#8220;Gambit-C home page&#8221;<br />
+     &#8220;http://www.iro.umontreal.ca/~gambit/&#8221;)</p>
<p>     (gauche<br />
      &#8220;Gauche Reference Manual&#8221;<br />
@@ -577,21 +577,22 @@</p>
<p>     (mitgnu-ref<br />
      &#8220;MIT/GNU Scheme Reference&#8221;<br />
-     &#8220;http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-ref/index.html&#8221;<br />
+     &#8220;http://www.gnu.org/software/mit-scheme/documentation/scheme.html&#8221;<br />
      ;;&#8221;http://www.swiss.ai.mit.edu/projects/scheme/documentation/scheme.html&#8221;<br />
+<br />
      ;;&#8221;file:///usr/share/doc/mit-scheme/html/scheme.html&#8221;<br />
      nil)</p>
<p>     (mitgnu-user<br />
      &#8220;MIT/GNU Scheme User&#8217;s Manual&#8221;<br />
-     &#8220;http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-user/index.html&#8221;<br />
+     &#8220;http://www.gnu.org/software/mit-scheme/documentation/user.html&#8221;<br />
      ;;&#8221;http://www.swiss.ai.mit.edu/projects/scheme/documentation/user.html&#8221;<br />
      ;;&#8221;file:///usr/share/doc/mit-scheme/html/user.html&#8221;<br />
      nil)</p>
<p>     (mitgnu-sos<br />
      &#8220;MIT/GNU Scheme SOS Reference Manual&#8221;<br />
-     &#8220;http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-sos/index.html&#8221;<br />
+     &#8220;http://www.gnu.org/software/mit-scheme/documentation/sos.html&#8221;<br />
      ;;&#8221;http://www.swiss.ai.mit.edu/projects/scheme/documentation/sos.html&#8221;<br />
      ;;&#8221;file:///usr/share/doc/mit-scheme/html/sos.html&#8221;<br />
      nil)<br />
@@ -636,7 +637,7 @@<br />
                 &#8220;http://swissnet.ai.mit.edu/~jaffer/SLIB.html&#8221;<br />
                 nil)<br />
     (faq        &#8220;Scheme Frequently Asked Questions&#8221;<br />
-		&#8220;http://community.schemewiki.org/?scheme-faq&#8221;<br />
+                &#8220;http://www.schemers.org/Documents/FAQ/&#8221;<br />
                 nil))<br />
   &#8220;*List of specifications of manuals that can be viewed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozzi Lee</title>
		<link>http://4.flowsnake.org/archives/65/comment-page-1#comment-98</link>
		<dc:creator>Ozzi Lee</dc:creator>
		<pubDate>Fri, 15 Feb 2008 14:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/65#comment-98</guid>
		<description>As far as recognizing ⌘Q and other Apple key bindings, I map Command to Super within Emacs, and then map s-q to quit, s-s to save, etc.

I also map Option to Meta. 

The relevant lines in my .emacs are:

(setq mac-option-modifier &#039;meta)
(setq mac-command-modifier &#039;super)

(global-set-key [(super q)] &#039;save-buffers-kill-emacs)
(global-set-key [(super w)] &#039;kill-this-buffer)
(global-set-key [(super s)] &#039;save-buffer)

(global-set-key [(super x)] &#039;kill-region)
(global-set-key [(super c)] &#039;kill-ring-save)
(global-set-key [(super v)] &#039;yank)

(global-set-key [(super a)] &#039;mark-whole-buffer)

(global-set-key [(super z)] &#039;undo)

I&#039;ve got some others as well, but you get the idea.</description>
		<content:encoded><![CDATA[<p>As far as recognizing ⌘Q and other Apple key bindings, I map Command to Super within Emacs, and then map s-q to quit, s-s to save, etc.</p>
<p>I also map Option to Meta. </p>
<p>The relevant lines in my .emacs are:</p>
<p>(setq mac-option-modifier &#8216;meta)<br />
(setq mac-command-modifier &#8216;super)</p>
<p>(global-set-key [(super q)] &#8216;save-buffers-kill-emacs)<br />
(global-set-key [(super w)] &#8216;kill-this-buffer)<br />
(global-set-key [(super s)] &#8216;save-buffer)</p>
<p>(global-set-key [(super x)] &#8216;kill-region)<br />
(global-set-key [(super c)] &#8216;kill-ring-save)<br />
(global-set-key [(super v)] &#8216;yank)</p>
<p>(global-set-key [(super a)] &#8216;mark-whole-buffer)</p>
<p>(global-set-key [(super z)] &#8216;undo)</p>
<p>I&#8217;ve got some others as well, but you get the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creidiki</title>
		<link>http://4.flowsnake.org/archives/65/comment-page-1#comment-97</link>
		<dc:creator>creidiki</dc:creator>
		<pubDate>Fri, 15 Feb 2008 11:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/65#comment-97</guid>
		<description>What about aquamacs? Not that I&#039;ve used a mac myself since the OS9 days...</description>
		<content:encoded><![CDATA[<p>What about aquamacs? Not that I&#8217;ve used a mac myself since the OS9 days&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cowan</title>
		<link>http://4.flowsnake.org/archives/65/comment-page-1#comment-94</link>
		<dc:creator>John Cowan</dc:creator>
		<pubDate>Fri, 15 Feb 2008 03:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/65#comment-94</guid>
		<description>Not at all.  &quot;The problem is more one of&quot; would be more formal, but &quot;The problem is more&quot; is perfectly correct informal English.</description>
		<content:encoded><![CDATA[<p>Not at all.  &#8220;The problem is more one of&#8221; would be more formal, but &#8220;The problem is more&#8221; is perfectly correct informal English.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

