<?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>I Grok2! &#187; emacs</title>
	<atom:link href="http://www.grok2.com/blog/tag/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grok2.com/blog</link>
	<description>Except when I don't....</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:09:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Creating and Using Keyboard Macros (Record Macro, Play Macro) to Record and Playback Keystrokes in Emacs</title>
		<link>http://www.grok2.com/blog/2010/05/12/creating-and-using-keyboard-macros-record-macro-play-macro-to-record-and-playback-keystrokes-in-emacs/</link>
		<comments>http://www.grok2.com/blog/2010/05/12/creating-and-using-keyboard-macros-record-macro-play-macro-to-record-and-playback-keystrokes-in-emacs/#comments</comments>
		<pubDate>Wed, 12 May 2010 19:00:56 +0000</pubDate>
		<dc:creator>grok2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://www.grok2.com/blog/2010/05/12/creating-and-using-keyboard-macros-record-macro-play-macro-to-record-and-playback-keystrokes-in-emacs/</guid>
		<description><![CDATA[Use C-x ( to start the macro (start recording keystrokes) &#8230;Perform whatever keyboard actions&#8230; Use C-x ) to stop the macro (stop recording keystrokes) Playback the recorded macro anytime using C-x e You can also assign different hot-keys for convenience: (global-set-key [f1] 'start-kbd-macro) (global-set-key [f2] 'end-kbd-macro) (global-set-key [f3] 'call-last-kbd-macro) Check out the KeyboardMacros Emacs Wiki [...]]]></description>
			<content:encoded><![CDATA[<!-- Easy AdSense Redux V2.82 -->
<!-- Post[count: 2] -->
<div class="ezAdsense adsense adsense-leadin" style="float:right;margin:6px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2859704241898192";
/* blogpostad */
google_ad_slot = "1221128987";
google_ad_width = 180;
google_ad_height = 150;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><ul>
<li>Use <u><b>C-x ( </b></u>to start the macro (start recording keystrokes)</li>
<li>&#8230;Perform whatever keyboard actions&#8230;</li>
<li>Use <u><b>C-x )</b></u> to stop the macro (stop recording keystrokes)</li>
<li>Playback the recorded macro anytime using <u><b>C-x e</b></u></li>
</ul>
<p>You can also assign different hot-keys for convenience:
<pre>(global-set-key [f1] 'start-kbd-macro)
(global-set-key [f2] 'end-kbd-macro)
(global-set-key [f3] 'call-last-kbd-macro)
</pre>
<p>Check out the <a href="http://www.emacswiki.org/cgi-bin/wiki/KeyboardMacros">KeyboardMacros Emacs Wiki</a> page for more in-depth info on Emacs Keyboard Macros.<br />
</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.grok2.com%2Fblog%2F2010%2F05%2F12%2Fcreating-and-using-keyboard-macros-record-macro-play-macro-to-record-and-playback-keystrokes-in-emacs%2F&amp;title=Creating%20and%20Using%20Keyboard%20Macros%20%28Record%20Macro%2C%20Play%20Macro%29%20to%20Record%20and%20Playback%20Keystrokes%20in%20Emacs" id="wpa2a_2"><img src="http://www.grok2.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.grok2.com/blog/2010/05/12/creating-and-using-keyboard-macros-record-macro-play-macro-to-record-and-playback-keystrokes-in-emacs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing Emacs Font Settings</title>
		<link>http://www.grok2.com/blog/2009/10/14/changing-emacs-font-settings/</link>
		<comments>http://www.grok2.com/blog/2009/10/14/changing-emacs-font-settings/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 16:58:57 +0000</pubDate>
		<dc:creator>grok2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://www.grok2.com/blog/2009/10/14/changing-emacs-font-settings/</guid>
		<description><![CDATA[Use this simple method to choose fonts, font styles and font colors under Emacs for Windows: Click the first mouse button with the Shift key pressed. Doing so brings up the Windows font chooser dialog. The dialog only brings up fixed-width fonts &#8212; perfect for programming. Choose and set the font settings you want. The [...]]]></description>
			<content:encoded><![CDATA[<p>Use this simple method to choose fonts, font styles and font colors under Emacs for Windows: Click the first mouse button with the Shift key pressed. Doing so brings up the Windows font chooser dialog. The dialog only brings up fixed-width fonts &#8212; perfect for programming. Choose and set the font settings you want. The change only affects the current session.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=970f2c77-2f98-8282-96fd-5e1c1cc8ef23" /></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.grok2.com%2Fblog%2F2009%2F10%2F14%2Fchanging-emacs-font-settings%2F&amp;title=Changing%20Emacs%20Font%20Settings" id="wpa2a_4"><img src="http://www.grok2.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.grok2.com/blog/2009/10/14/changing-emacs-font-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

