<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Roberto Aloi &#187; Emacs</title>
	<atom:link href="http://aloiroberto.wordpress.com/category/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://aloiroberto.wordpress.com</link>
	<description>My code is bug-free. It implements some random, undocumented features</description>
	<lastBuildDate>Fri, 26 Oct 2012 20:54:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aloiroberto.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Roberto Aloi &#187; Emacs</title>
		<link>http://aloiroberto.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aloiroberto.wordpress.com/osd.xml" title="Roberto Aloi" />
	<atom:link rel='hub' href='http://aloiroberto.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Numbered lists in Emacs</title>
		<link>http://aloiroberto.wordpress.com/2010/04/10/numbered-lists-in-emacs/</link>
		<comments>http://aloiroberto.wordpress.com/2010/04/10/numbered-lists-in-emacs/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 12:35:51 +0000</pubDate>
		<dc:creator>Roberto Aloi</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[numbered list]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://aloiroberto.wordpress.com/?p=308</guid>
		<description><![CDATA[Imagine that you&#8217;re using Emacs and you have a list of items that you would like to convert into a numbered list. We&#8217;re going from: first second third To: 1. first 2. second 3. third Obviously, there are many ways to achieve this, but one is to use the Emacs Keyboard Macro Counter. Put the &#8230; <a href="http://aloiroberto.wordpress.com/2010/04/10/numbered-lists-in-emacs/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=308&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Imagine that you&#8217;re using Emacs and you have a list of items that you would like to convert into a numbered list.</p>
<p>We&#8217;re going from:</p>
<blockquote><p>first</p>
<p>second</p>
<p>third</p></blockquote>
<p>To:</p>
<blockquote><p>1. first</p>
<p>2. second</p>
<p>3. third</p></blockquote>
<p>Obviously, there are many ways to achieve this, but one is to use <a href="http://www.gnu.org/software/emacs/manual/html_node/emacs/Keyboard-Macro-Counter.html#Keyboard-Macro-Counter" target="_blank">the Emacs Keyboard Macro Counter</a>.</p>
<div id="_mcePaste">
<ul>
<li>Put the cursor one line ABOVE your list.</li>
<li>Start a macro: `F3`</li>
<li>Insert the counter value: `C-x C-k C-i`. A 0 will appear</li>
<li>Insert the DOT and a space: `.`</li>
<li>Move  the cursor to the next line</li>
<li>Stop the macro: `F4`</li>
<li>Select your list</li>
<li>`M-x apply-macro-to-region-lines`</li>
<li>You can delete the 0 you added on the top and enjoy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aloiroberto.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aloiroberto.wordpress.com/308/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=308&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aloiroberto.wordpress.com/2010/04/10/numbered-lists-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c20f7f4a8aa455aa6e0c2a0092883cd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prof3ta</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Mode for Emacs &#8211; Flymake</title>
		<link>http://aloiroberto.wordpress.com/2010/02/02/php-mode-for-emacs-flymake/</link>
		<comments>http://aloiroberto.wordpress.com/2010/02/02/php-mode-for-emacs-flymake/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:29:46 +0000</pubDate>
		<dc:creator>Roberto Aloi</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[flymake]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[unused]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://aloiroberto.wordpress.com/?p=270</guid>
		<description><![CDATA[I always find flymake extremely useful when editing code in Emacs. In this period, I&#8217;m working a bit with PHP and I&#8217;ve immediately thought that enabling flymake for Emacs was indeed a good idea. Well, someone has apparently already thought about it, so everything you need to know about it is explained here. I tried &#8230; <a href="http://aloiroberto.wordpress.com/2010/02/02/php-mode-for-emacs-flymake/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=270&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I always find <strong>flymake </strong>extremely useful when editing code in Emacs.</p>
<p>In this period, I&#8217;m working a bit with PHP and I&#8217;ve immediately thought that enabling flymake for Emacs was indeed a good idea.</p>
<p>Well, <a href="http://twitter.com/sachac" target="_blank">someone</a> has apparently already thought about it, so everything you need to know about it is explained <a href="http://sachachua.com/wp/2008/07/emacs-and-php-on-the-fly-syntax-checking-with-flymake/" target="_blank">here</a>.</p>
<p>I tried it on my machine and it worked like a charm. Combined with some <a href="http://aloiroberto.wordpress.com/2009/12/09/php-and-emacs-how-to-browse-documentation/" target="_blank">PHP documentation integrated in Emacs</a>, I&#8217;m now starting to have a complete and powerful development environment for PHP.</p>
<p>I&#8217;m now wondering if there&#8217;s any way to get this a step forward. First of all, I&#8217;m trying to identify <em>errors</em> different from the parsing ones. What I would really love, for example, is to have Emacs showing me all the <strong>unused variables</strong> in a PHP file. If you have any idea on how to achieve this, don&#8217;t be shy and share your thoughts with me, as a post comment or, if you prefer, as a private e-mail or through <a href="http://twitter.com/prof3ta" target="_blank">twitter</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aloiroberto.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aloiroberto.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=270&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aloiroberto.wordpress.com/2010/02/02/php-mode-for-emacs-flymake/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c20f7f4a8aa455aa6e0c2a0092883cd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prof3ta</media:title>
		</media:content>
	</item>
		<item>
		<title>Special Pasting in Emacs</title>
		<link>http://aloiroberto.wordpress.com/2009/02/27/special-pasting-in-emacs/</link>
		<comments>http://aloiroberto.wordpress.com/2009/02/27/special-pasting-in-emacs/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 19:56:39 +0000</pubDate>
		<dc:creator>Roberto Aloi</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[browse]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[special]]></category>

		<guid isPermaLink="false">http://aloiroberto.wordpress.com/?p=46</guid>
		<description><![CDATA[Sometimes you want to paste some old content from the clipboard, instead of the last copied thing. In this case, just paste as usual: C-y Then, browse the clipboard history by typing: M-y<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=46&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Sometimes you want to paste some old content from the clipboard, instead of the last copied thing.<br />
In this case, just paste as usual:<br />
<code>C-y</code></p>
<p>Then, browse the clipboard history by typing:<br />
<code>M-y</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aloiroberto.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aloiroberto.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=46&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aloiroberto.wordpress.com/2009/02/27/special-pasting-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c20f7f4a8aa455aa6e0c2a0092883cd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prof3ta</media:title>
		</media:content>
	</item>
		<item>
		<title>SVN Revert within Emacs</title>
		<link>http://aloiroberto.wordpress.com/2009/02/27/svn-revert-within-emacs/</link>
		<comments>http://aloiroberto.wordpress.com/2009/02/27/svn-revert-within-emacs/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 19:52:38 +0000</pubDate>
		<dc:creator>Roberto Aloi</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[buffer]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[revert]]></category>

		<guid isPermaLink="false">http://aloiroberto.wordpress.com/?p=44</guid>
		<description><![CDATA[If you want to revert your changes to the last revision, just type: C-x v u<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=44&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you want to revert your changes to the last revision, just type:<br />
<code>C-x v u</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aloiroberto.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aloiroberto.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=44&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aloiroberto.wordpress.com/2009/02/27/svn-revert-within-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c20f7f4a8aa455aa6e0c2a0092883cd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prof3ta</media:title>
		</media:content>
	</item>
		<item>
		<title>SVN View Diff within Emacs</title>
		<link>http://aloiroberto.wordpress.com/2009/02/27/svn-view-diff-within-emacs/</link>
		<comments>http://aloiroberto.wordpress.com/2009/02/27/svn-view-diff-within-emacs/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 19:50:48 +0000</pubDate>
		<dc:creator>Roberto Aloi</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://aloiroberto.wordpress.com/?p=42</guid>
		<description><![CDATA[If you want to see the differences for a buffer before committing it, just type: C-x v =<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=42&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you want to see the differences for a buffer before committing it, just type:<br />
<code>C-x v =</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aloiroberto.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aloiroberto.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=42&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aloiroberto.wordpress.com/2009/02/27/svn-view-diff-within-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c20f7f4a8aa455aa6e0c2a0092883cd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prof3ta</media:title>
		</media:content>
	</item>
		<item>
		<title>Running Shell Commands within Emacs</title>
		<link>http://aloiroberto.wordpress.com/2009/02/26/running-shell-commands-within-emacs/</link>
		<comments>http://aloiroberto.wordpress.com/2009/02/26/running-shell-commands-within-emacs/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 22:52:53 +0000</pubDate>
		<dc:creator>Roberto Aloi</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[buffer]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://aloiroberto.wordpress.com/?p=33</guid>
		<description><![CDATA[If you want to run a shell command within Emacs, you can simply type: M-! If you want to include the output into the current buffer, then: C-u M-!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=33&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you want to run a shell command within Emacs, you can simply type:<br />
<code>M-!</code><br />
If you want to include the output into the current buffer, then:<br />
<code>C-u M-!</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aloiroberto.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aloiroberto.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=33&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aloiroberto.wordpress.com/2009/02/26/running-shell-commands-within-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c20f7f4a8aa455aa6e0c2a0092883cd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prof3ta</media:title>
		</media:content>
	</item>
		<item>
		<title>Macros in Emacs</title>
		<link>http://aloiroberto.wordpress.com/2009/02/20/macros-in-emacs/</link>
		<comments>http://aloiroberto.wordpress.com/2009/02/20/macros-in-emacs/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:19:13 +0000</pubDate>
		<dc:creator>Roberto Aloi</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://aloiroberto.wordpress.com/?p=12</guid>
		<description><![CDATA[You can start recording a keyboard macro by typing: C-x ( Do whatever you want and stop recording with: C-x ) Then, you can select a region and type: C-x C-k r To apply the macro to the selected region. Emacs Macros are a really powerful tool. Just think if you need to prepone/postpone a &#8230; <a href="http://aloiroberto.wordpress.com/2009/02/20/macros-in-emacs/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=12&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>You can start recording a keyboard macro by typing:<br />
<code>C-x (</code></p>
<p>Do whatever you want and stop recording with:<br />
<code>C-x )</code></p>
<p>Then, you can select a region and type:<br />
<code>C-x C-k r</code></p>
<p>To apply the macro to the selected region.<br />
Emacs Macros are a really powerful tool. Just think if you need to prepone/postpone a string to a group of lines, for example from:</p>
<p><code>First Line<br />
Second Line<br />
Third Line</code></p>
<p>To:</p>
<p><code>
<li>First Line</li>
<li>Second Line</li>
<li>Third Line</li>
<p></code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aloiroberto.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aloiroberto.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=12&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aloiroberto.wordpress.com/2009/02/20/macros-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c20f7f4a8aa455aa6e0c2a0092883cd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prof3ta</media:title>
		</media:content>
	</item>
		<item>
		<title>Swapping in Emacs</title>
		<link>http://aloiroberto.wordpress.com/2009/02/20/toggle-in-emacs/</link>
		<comments>http://aloiroberto.wordpress.com/2009/02/20/toggle-in-emacs/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:12:10 +0000</pubDate>
		<dc:creator>Roberto Aloi</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://aloiroberto.wordpress.com/?p=9</guid>
		<description><![CDATA[Here are some very useful tips for Emacs, regarding swapping. SWAP WORDS: If you have a text like the following and you want to change the order of the parameters for the foo function: foo(First, Second) -&#62;; ok. Just put the cursor on the comma or on the space between First and Second and press: &#8230; <a href="http://aloiroberto.wordpress.com/2009/02/20/toggle-in-emacs/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=9&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here are some very useful tips for Emacs, regarding swapping.</p>
<p><strong>SWAP WORDS:</strong><br />
If you have a text like the following and you want to change the order of the parameters for the foo function:<br />
<code><br />
foo(First, Second) -&gt;;<br />
    ok.<br />
</code><br />
Just put the cursor on the comma or on the space between First and Second and press:<br />
<code>M-t</code></p>
<p>You will get the following:<br />
<code><br />
foo(Second, First) -&gt;;<br />
    ok.<br />
</code></p>
<p><strong>SWAP LINES:</strong><br />
Start from:<br />
<code>First Line<br />
Second Line</code></p>
<p>Put the cursor at the beginning of the second line and press:<br />
<code>C-x C-t</code></p>
<p>You will get:<br />
<code><br />
Second Line<br />
First Line<br />
</code></p>
<p>Easy, right? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aloiroberto.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aloiroberto.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=9&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aloiroberto.wordpress.com/2009/02/20/toggle-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c20f7f4a8aa455aa6e0c2a0092883cd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prof3ta</media:title>
		</media:content>
	</item>
		<item>
		<title>SVN Commit from Emacs</title>
		<link>http://aloiroberto.wordpress.com/2009/02/19/svn-commit-from-emacs/</link>
		<comments>http://aloiroberto.wordpress.com/2009/02/19/svn-commit-from-emacs/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 09:59:31 +0000</pubDate>
		<dc:creator>Roberto Aloi</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://aloiroberto.wordpress.com/?p=3</guid>
		<description><![CDATA[To commit a single file directly from Emacs, just: C-x v v Add a comment C-c C-c<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=3&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>To commit a single file directly from Emacs, just:</p>
<ul>
<li><code>C-x v v</code></li>
<li>Add a comment</li>
<li>C-c C-c</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aloiroberto.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aloiroberto.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aloiroberto.wordpress.com&#038;blog=6646513&#038;post=3&#038;subd=aloiroberto&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aloiroberto.wordpress.com/2009/02/19/svn-commit-from-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c20f7f4a8aa455aa6e0c2a0092883cd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prof3ta</media:title>
		</media:content>
	</item>
	</channel>
</rss>
