<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bread &#38; Cup &#187; emacs</title>
	<atom:link href="http://blog.breadncup.com/tag/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.breadncup.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 11:25:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Disabling Command Key in Terminal.app in MAC OS X for Emacs.</title>
		<link>http://blog.breadncup.com/2010/11/14/disabling-command-key-in-terminal-app-in-mac-os-x-for-emacs/</link>
		<comments>http://blog.breadncup.com/2010/11/14/disabling-command-key-in-terminal-app-in-mac-os-x-for-emacs/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 02:50:29 +0000</pubDate>
		<dc:creator>Breadncup</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[cmd-key-happy]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://blog.breadncup.com/?p=310</guid>
		<description><![CDATA[Use cmd-key-happy * cmd-key-happy &#8212; swap cmd and alt keys in Terminal.app * cmd-key-happy in github When it is installed, it starts automatically even in restarting OS X. It uses ~/.cmd-key-happy.lua script. When it is modified, rerun it by cmd-key-happy-restart.]]></description>
			<content:encoded><![CDATA[<p>Use cmd-key-happy</p>
<p>* <a href="http://andrewmcdermott.blogspot.com/2009/11/cmd-key-happy-swap-cmdalt-keys-in.html">cmd-key-happy &#8212; swap cmd and alt keys in Terminal.app </a><br />
* <a href="https://github.com/aim-stuff/cmd-key-happy">cmd-key-happy in github</a></p>
<p>When it is installed, it starts automatically even in restarting OS X.</p>
<p>It uses ~/.cmd-key-happy.lua script. When it is modified, rerun it by cmd-key-happy-restart.</p>
 <img src="http://blog.breadncup.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=310" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.breadncup.com/2010/11/14/disabling-command-key-in-terminal-app-in-mac-os-x-for-emacs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The way to quit emacs</title>
		<link>http://blog.breadncup.com/2009/12/04/the-way-to-quit-emacs/</link>
		<comments>http://blog.breadncup.com/2009/12/04/the-way-to-quit-emacs/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 17:36:50 +0000</pubDate>
		<dc:creator>Breadncup</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[exit]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[quit]]></category>

		<guid isPermaLink="false">http://blog.breadncup.com/?p=221</guid>
		<description><![CDATA[Introducing kill (quit, exit) emacs]]></description>
			<content:encoded><![CDATA[<pre>c-x c-c</pre>
<p>Or</p>
<pre>M-x save-buffers-kill-emacs</pre>
 <img src="http://blog.breadncup.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=221" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.breadncup.com/2009/12/04/the-way-to-quit-emacs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert from/to utf-8 to/from euc-kr in emacs</title>
		<link>http://blog.breadncup.com/2008/08/11/convert-fromto-utf-8-tofrom-euc-kr-in-emacs/</link>
		<comments>http://blog.breadncup.com/2008/08/11/convert-fromto-utf-8-tofrom-euc-kr-in-emacs/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 07:39:08 +0000</pubDate>
		<dc:creator>Breadncup</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[euc-kr]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://blog.breadncup.com/?p=45</guid>
		<description><![CDATA[Using emacs, we could convert document encoding type easily.]]></description>
			<content:encoded><![CDATA[<p>* Note that this works with emacs 22.2 windows version.</p>
<ol>
<li>Load a document</li>
<li>M-x mm-set-buffer-file-coding-system</li>
<li>Select language type (For example, euc-kr or utf-8)</li>
<li>Check the buffer encoding type<img class="aligncenter" title="Emacs Bar Screenshot" src="http://farm4.static.flickr.com/3265/2752086611_1e1a2ae5c0.jpg" alt="" width="500" height="15" /></li>
<li>Sava a document by C-x s or M-x write-file</li>
</ol>
<p>Make sure that &#8220;(setq coding-system-for-write           &#8216;utf-8)&#8221; should not be set in .emacs. If that, it will write it utf-8 always.</p>
 <img src="http://blog.breadncup.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=45" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.breadncup.com/2008/08/11/convert-fromto-utf-8-tofrom-euc-kr-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conflict of Emacs and Yahoo Calendar Widget</title>
		<link>http://blog.breadncup.com/2008/08/09/conflict-of-emacs-and-yahoo-calendar-widget/</link>
		<comments>http://blog.breadncup.com/2008/08/09/conflict-of-emacs-and-yahoo-calendar-widget/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 05:30:22 +0000</pubDate>
		<dc:creator>Breadncup</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[yahoo widget]]></category>

		<guid isPermaLink="false">http://blog.breadncup.com/?p=41</guid>
		<description><![CDATA[This is just a note for the conflict hot key of emacs and the calender yahoo widget.]]></description>
			<content:encoded><![CDATA[<p>This is just a note for the conflict hot key of emacs and the calender yahoo widget.</p>
<p>I have installed <a href="http://www.gnu.org/software/emacs/" target="_blank">emacs 22.2</a> for Windows XP today. I just found interesting thing that the set-mark-command hot key of C-SPC in the emacs didn&#8217;t work. It is used very often when emacs is being used. Only S-C-SPC made works for set-mark-command at the first time.</p>
<p>I just found that it is conflicting one of yahoo widget, calendar, which assigned ctrl+space hot key as speak memo hotkey. Because of the reason, emacs&#8217; C-SPC was not working. Here is the instruction of the step to avoid of it.</p>
<ol>
<li>Open the calendar widget</li>
<li>Click the Widget Preferences in the calendar widget<img class="aligncenter" title="Screenshot of Calendar Yahoo Widget" src="http://farm4.static.flickr.com/3142/2748140309_321c75894e.jpg" alt="" width="296" height="386" /></li>
<li>In Speak Memo Hotkey field, select &#8220;none&#8221; by typing backspace.<img class="aligncenter" title="Screenshot of Calendar Yahoo Widgets Speak Memo Hotkey Window" src="http://farm4.static.flickr.com/3199/2748161251_db1a87fbdb.jpg" alt="" width="500" height="275" /></li>
<li>Click &#8220;Save&#8221;</li>
<li>Done.</li>
</ol>
 <img src="http://blog.breadncup.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=41" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.breadncup.com/2008/08/09/conflict-of-emacs-and-yahoo-calendar-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

