<?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: Switching from XEmacs to Emacs</title>
	<atom:link href="http://www.heikkitoivonen.net/blog/2009/01/11/switching-from-xemacs-to-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heikkitoivonen.net/blog/2009/01/11/switching-from-xemacs-to-emacs/</link>
	<description>A Finn in Silicon Valley - Adventures in Technology</description>
	<lastBuildDate>Wed, 17 Aug 2011 08:58:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Heikki Toivonen</title>
		<link>http://www.heikkitoivonen.net/blog/2009/01/11/switching-from-xemacs-to-emacs/comment-page-1/#comment-16630</link>
		<dc:creator>Heikki Toivonen</dc:creator>
		<pubDate>Sat, 17 Oct 2009 18:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikkitoivonen.net/blog/?p=581#comment-16630</guid>
		<description>@nisha: Did you try http://burtleburtle.net/justine/Tech/xcolors.html

You can probably set the X properties for xemacs too.</description>
		<content:encoded><![CDATA[<p>@nisha: Did you try <a href="http://burtleburtle.net/justine/Tech/xcolors.html" rel="nofollow">http://burtleburtle.net/justine/Tech/xcolors.html</a></p>
<p>You can probably set the X properties for xemacs too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nisha</title>
		<link>http://www.heikkitoivonen.net/blog/2009/01/11/switching-from-xemacs-to-emacs/comment-page-1/#comment-16629</link>
		<dc:creator>nisha</dc:creator>
		<pubDate>Sat, 17 Oct 2009 16:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikkitoivonen.net/blog/?p=581#comment-16629</guid>
		<description>Is there a way in xemacs to change the default frame colors? I am new to xemacs and having problems is setting up the default background and foreground colors of a frame.</description>
		<content:encoded><![CDATA[<p>Is there a way in xemacs to change the default frame colors? I am new to xemacs and having problems is setting up the default background and foreground colors of a frame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heikki Toivonen</title>
		<link>http://www.heikkitoivonen.net/blog/2009/01/11/switching-from-xemacs-to-emacs/comment-page-1/#comment-6604</link>
		<dc:creator>Heikki Toivonen</dc:creator>
		<pubDate>Mon, 12 Jan 2009 16:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikkitoivonen.net/blog/?p=581#comment-6604</guid>
		<description>I tried CUA mode first, but it wouldn&#039;t work properly with other applications. If I copied text in Emacs with CUA mode, it would not paste into other applications.

Also, I am able to open files and quit, for example, and given that I don&#039;t use Emacs that much I haven&#039;t really run into limitations yet.

But yes, if I could get CUA mode to work properly, I would rather use it than my own explicit key bindings.</description>
		<content:encoded><![CDATA[<p>I tried CUA mode first, but it wouldn&#8217;t work properly with other applications. If I copied text in Emacs with CUA mode, it would not paste into other applications.</p>
<p>Also, I am able to open files and quit, for example, and given that I don&#8217;t use Emacs that much I haven&#8217;t really run into limitations yet.</p>
<p>But yes, if I could get CUA mode to work properly, I would rather use it than my own explicit key bindings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deong</title>
		<link>http://www.heikkitoivonen.net/blog/2009/01/11/switching-from-xemacs-to-emacs/comment-page-1/#comment-6602</link>
		<dc:creator>deong</dc:creator>
		<pubDate>Mon, 12 Jan 2009 15:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikkitoivonen.net/blog/?p=581#comment-6602</guid>
		<description>Oops, markdown ate my notation...

The command to see the documentation is &quot;C-x f ENTER cua-mode ENTER&quot;</description>
		<content:encoded><![CDATA[<p>Oops, markdown ate my notation&#8230;</p>
<p>The command to see the documentation is &#8220;C-x f ENTER cua-mode ENTER&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deong</title>
		<link>http://www.heikkitoivonen.net/blog/2009/01/11/switching-from-xemacs-to-emacs/comment-page-1/#comment-6601</link>
		<dc:creator>deong</dc:creator>
		<pubDate>Mon, 12 Jan 2009 15:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikkitoivonen.net/blog/?p=581#comment-6601</guid>
		<description>For the love of all that is holy, don&#039;t just indiscriminately rebind C-x and C-c.  I&#039;m not even sure how you&#039;re able to do simple stuff like saving a file or exiting emacs anymore, unless you&#039;re relying on always having a toolbar or remembering to type &#039;M-x save-buffer&#039; or something.

What you seem to want is built into Emacs under the name &quot;CUA Mode&quot;, CUA being Microsoft&#039;s name for their set of keyboard shortcuts.  It does the same thing as most of your customizations, except for the minor difference that it leaves Emacs in a state that actually works.

Just put (cua-mode 1) in your .emacs and be done with it.  Type &quot;C-x fcua-mode&quot; to read the documentation.  Of course, since you&#039;ve globally rebound C-x, you won&#039;t be able to read the documentation that way, so be sure to get rid of your customizations first.</description>
		<content:encoded><![CDATA[<p>For the love of all that is holy, don&#8217;t just indiscriminately rebind C-x and C-c.  I&#8217;m not even sure how you&#8217;re able to do simple stuff like saving a file or exiting emacs anymore, unless you&#8217;re relying on always having a toolbar or remembering to type &#8216;M-x save-buffer&#8217; or something.</p>
<p>What you seem to want is built into Emacs under the name &#8220;CUA Mode&#8221;, CUA being Microsoft&#8217;s name for their set of keyboard shortcuts.  It does the same thing as most of your customizations, except for the minor difference that it leaves Emacs in a state that actually works.</p>
<p>Just put (cua-mode 1) in your .emacs and be done with it.  Type &#8220;C-x fcua-mode&#8221; to read the documentation.  Of course, since you&#8217;ve globally rebound C-x, you won&#8217;t be able to read the documentation that way, so be sure to get rid of your customizations first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sampo</title>
		<link>http://www.heikkitoivonen.net/blog/2009/01/11/switching-from-xemacs-to-emacs/comment-page-1/#comment-6600</link>
		<dc:creator>Sampo</dc:creator>
		<pubDate>Mon, 12 Jan 2009 10:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikkitoivonen.net/blog/?p=581#comment-6600</guid>
		<description>How about using Cua Mode: http://www.emacswiki.org/emacs/CuaMode</description>
		<content:encoded><![CDATA[<p>How about using Cua Mode: <a href="http://www.emacswiki.org/emacs/CuaMode" rel="nofollow">http://www.emacswiki.org/emacs/CuaMode</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

