<?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>Chmouel&#039;s Blog &#187; Emacs</title>
	<atom:link href="http://blog.chmouel.com/category/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chmouel.com</link>
	<description>Random and probably boring stuff.</description>
	<lastBuildDate>Thu, 02 May 2013 08:19:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>emacs anything with magit</title>
		<link>http://blog.chmouel.com/2013/02/10/emacs-anything-with-magit/</link>
		<comments>http://blog.chmouel.com/2013/02/10/emacs-anything-with-magit/#comments</comments>
		<pubDate>Sun, 10 Feb 2013 21:48:33 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.chmouel.com/?p=587</guid>
		<description><![CDATA[I have been using quite a bit the anything-mode for Emacs, it&#8217;s basically a Quicksilver/Alfred or Gnome-do for Emacs and allow to configure a lot of different sources to complete some chosen &#8216;source&#8217;with different actions. With my work on OpenStack I have found myself jumping a lot between git directories and due configured the variable &#8216;magit-repo-dirs for [...]]]></description>
				<content:encoded><![CDATA[<p>I have been using quite a bit the <a href="http://www.emacswiki.org/emacs/Anything">anything-mode </a>for Emacs, it&#8217;s basically a <a title="Quicksilver" href="http://qsapp.com/">Quicksilver</a>/<a href="www.alfredapp.com">Alfred</a> or <a title="Gnome-do" href="http://do.cooperteam.net/">Gnome-do</a> for Emacs and allow to configure a lot of different sources to complete some chosen &#8216;source&#8217;with different actions.</p>
<p>With my work on <a href="http://openstack.org">OpenStack</a> I have found myself jumping a lot between git directories and due configured the variable <strong>&#8216;magit-repo-dirs</strong> for easy access to most of them easily.</p>
<p>Plugging those two just seemed natural I had already this in my emacs to quickly open those magit repository directories :</p>
<pre lang="&quot;lisp">(global-set-key (read-kbd-macro "C-S-o") '(lambda ()(interactive) (dired (magit-read-top-dir nil))))</pre>
<p>But going with anything is much nicer and I can add another action for openning the source to  magit so I quickly came up with this magit source :</p>
<script>document.write('<link href=\"https://gist.github.com/assets/embed-17ab34a51711628d8f5449c4663a9318.css\" media=\"screen\" rel=\"stylesheet\" />')
document.write('<div id=\"gist4751125\" class=\"gist\">\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n\n\n\n  <div class=\"file-data\">\n    <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines highlight\">\n      <tr>\n        <td class=\"line-numbers\">\n          <span class=\"line-number\" id=\"file-anything-magit-el-L1\" rel=\"file-anything-magit-el-L1\">1<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L2\" rel=\"file-anything-magit-el-L2\">2<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L3\" rel=\"file-anything-magit-el-L3\">3<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L4\" rel=\"file-anything-magit-el-L4\">4<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L5\" rel=\"file-anything-magit-el-L5\">5<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L6\" rel=\"file-anything-magit-el-L6\">6<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L7\" rel=\"file-anything-magit-el-L7\">7<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L8\" rel=\"file-anything-magit-el-L8\">8<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L9\" rel=\"file-anything-magit-el-L9\">9<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L10\" rel=\"file-anything-magit-el-L10\">10<\/span>\n          <span class=\"line-number\" id=\"file-anything-magit-el-L11\" rel=\"file-anything-magit-el-L11\">11<\/span>\n        <\/td>\n        <td class=\"line-data\">\n          <pre class=\"line-pre\"><div class=\"line\" id=\"file-anything-magit-el-LC1\"><span class=\"c1\">; Anything with Magit<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC2\"><span class=\"p\">(<\/span><span class=\"nf\">defvar<\/span> <span class=\"nv\">anything-c-source-magit-repos<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC3\">  <span class=\"o\">&#39;<\/span><span class=\"p\">((<\/span><span class=\"nf\">name<\/span> <span class=\"o\">.<\/span> <span class=\"s\">&quot;Magit Repos&quot;<\/span><span class=\"p\">)<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC4\">    <span class=\"p\">(<\/span><span class=\"nf\">init<\/span> <span class=\"o\">.<\/span> <span class=\"p\">(<\/span><span class=\"k\">lambda <\/span><span class=\"p\">()<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC5\">              <span class=\"p\">(<\/span><span class=\"nf\">require<\/span> <span class=\"ss\">&#39;magit<\/span><span class=\"p\">)))<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC6\">    <span class=\"p\">(<\/span><span class=\"nf\">candidates<\/span> <span class=\"o\">.<\/span> <span class=\"p\">(<\/span><span class=\"k\">lambda <\/span><span class=\"p\">()<\/span> <span class=\"p\">(<\/span><span class=\"nf\">magit-list-repos<\/span> <span class=\"nv\">magit-repo-dirs<\/span><span class=\"p\">)))<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC7\">    <span class=\"p\">(<\/span><span class=\"nf\">filtered-candidate-transformer<\/span> <span class=\"o\">.<\/span> <span class=\"nv\">anything-c-adaptive-sort<\/span><span class=\"p\">)<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC8\">    <span class=\"p\">(<\/span><span class=\"nf\">action<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC9\">     <span class=\"p\">(<\/span><span class=\"s\">&quot;Open Dir&quot;<\/span> <span class=\"o\">.<\/span> <span class=\"nv\">dired<\/span><span class=\"p\">)<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC10\">     <span class=\"p\">(<\/span><span class=\"s\">&quot;Magit&quot;<\/span> <span class=\"o\">.<\/span> <span class=\"nv\">magit-status<\/span><span class=\"p\">))<\/span><\/div><div class=\"line\" id=\"file-anything-magit-el-LC11\">  <span class=\"s\">&quot;See (info \\&quot;(emacs)magit\\&quot;).&quot;<\/span><span class=\"p\">))<\/span><\/div><\/pre>\n        <\/td>\n      <\/tr>\n    <\/table>\n  <\/div>\n\n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"https://gist.github.com/chmouel/4751125/raw/087cf7169f6a1ff40b80eb6c9fcb0745a94dfcc1/anything-magit.el\" style=\"float:right\">view raw<\/a>\n          <a href=\"https://gist.github.com/chmouel/4751125#file-anything-magit-el\" style=\"float:right; margin-right:10px; color:#666;\">anything-magit.el<\/a>\n          <a href=\"https://gist.github.com/chmouel/4751125\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n<\/div>\n')
</script><div style='margin-bottom:1em;padding:0;'><noscript><code><pre style='overflow:auto;margin:0;padding:0;border:1px solid #DDD;'>; Anything with Magit
(defvar anything-c-source-magit-repos
  '((name . &quot;Magit Repos&quot;)
    (init . (lambda ()
              (require 'magit)))
    (candidates . (lambda () (magit-list-repos magit-repo-dirs)))
    (filtered-candidate-transformer . anything-c-adaptive-sort)
    (action
     (&quot;Open Dir&quot; . dired)
     (&quot;Magit&quot; . magit-status))
  &quot;See (info \&quot;(emacs)magit\&quot;).&quot;))
</pre></code></noscript></div>
<p>so now I open my different <a href="http://swift.openstack.org/">OpenStack Swift</a> projects quickly with only a few keyboard touch (I bind my custom anything function to C-z) which shows graphically like this :</p>
<p><a href="http://blog.chmouel.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-22.18.56.png"><img class="aligncenter size-full wp-image-586" alt="anything switch to magit dirs." src="http://blog.chmouel.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-22.18.56.png" width="1091" height="840" /></a></p>
<p>as always my full emacs config is available here:</p>
<p><a href="http://github.com/chmouel/emacs-config">http://github.com/chmouel/emacs-config</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2013/02/10/emacs-anything-with-magit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs and nosetests</title>
		<link>http://blog.chmouel.com/2012/10/14/emacs-and-nosetests/</link>
		<comments>http://blog.chmouel.com/2012/10/14/emacs-and-nosetests/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 14:19:07 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Openstack]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://blog.chmouel.com/?p=549</guid>
		<description><![CDATA[Sometime you just need a long trans atlantic flight and a stupidly long stop-over in a random city to do some of those task that can improve your day to day but you never take some time to do it. When using emacs I wanted a simple way to launch a nosetests on the current function [...]]]></description>
				<content:encoded><![CDATA[<p>Sometime you just need a long trans atlantic flight and a stupidly long stop-over in a random city to do some of those task that can improve your day to day but you never take some time to do it.</p>
<p>When using emacs I wanted a simple way to launch a nosetests on the current function my cursor is in Emacs. The syntax on nosetests is a bit tricky and I actually always have to look at my shell history to know the proper syntax (nosetests directory/filename.py:Class.function).</p>
<p>I created a simple wrapper for emacs for  that which allow to just hit a key to copy the nosetests command to feed to your shell or to use it for the compile buffer.</p>
<p>It&#8217;s available from here :</p>
<p><a href="https://github.com/chmouel/emacs-config/blob/master/modes/nosetests.el">https://github.com/chmouel/emacs-config/blob/master/modes/nosetests.el</a></p>
<p>I have binded those keys for my python mode hook :</p>

<div class="wp_codebox"><table><tr id="p5492"><td class="code" id="p549code2"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span>local-set-key <span style="color: #66cc66;">&#40;</span>kbd <span style="color: #ff0000;">&quot;C-S-t&quot;</span><span style="color: #66cc66;">&#41;</span> 'nosetests-copy-shell-comand<span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span>local-set-key <span style="color: #66cc66;">&#40;</span>kbd <span style="color: #ff0000;">&quot;C-S-r&quot;</span><span style="color: #66cc66;">&#41;</span> 'nosetests-compile<span style="color: #66cc66;">&#41;</span></pre></td></tr></table></div>

<p>Happy <a href="http://en.wikipedia.org/wiki/Test-driven_development">TDD</a>!!!!</p>
<p><b>UPDATE</b>: There was an another nose mode already that does much more available here : <a href="https://bitbucket.org/durin42/nosemacs/">https://bitbucket.org/durin42/nosemacs/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2012/10/14/emacs-and-nosetests/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customize face at point in Emacs</title>
		<link>http://blog.chmouel.com/2009/12/22/customize-face-at-point-in-emacs/</link>
		<comments>http://blog.chmouel.com/2009/12/22/customize-face-at-point-in-emacs/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 16:58:02 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://blog.chmouel.com/?p=269</guid>
		<description><![CDATA[It&#8217;s probably interesting only for the hardcore Emacs users but the last CVS version of emacs (2009-12-17) get a nifty new improvement if you need to customize a face property. If you point on the text where you want to customize it will detect it automatically which face point you are on and ask you [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.chmouel.com/wp-content/uploads/2009/12/Screenshot-1.png"><img src="http://blog.chmouel.com/wp-content/uploads/2009/12/Screenshot-1-300x270.png" alt="" title="Emacs customize-face" width="300" height="270" class="alignright size-medium wp-image-270" /></a></p>
<p>It&#8217;s probably interesting only for the hardcore Emacs users but the last CVS version of emacs (2009-12-17) get a nifty new improvement if you need to customize a face property.</p>
<p>If you point on the text where you want to customize it will detect it automatically which face point you are on and ask you if this is what you want to customize (after launching the command M-x customize-face). No guessing around with list-face-displays anymore.</p>
<p> I am just mentioning that because it does not seems to me mentioned in the CHANGES file.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2009/12/22/customize-face-at-point-in-emacs/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Emacs transparency with mouse wheel</title>
		<link>http://blog.chmouel.com/2009/09/16/emacs-and-transparency-mouse-wheel/</link>
		<comments>http://blog.chmouel.com/2009/09/16/emacs-and-transparency-mouse-wheel/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 02:52:22 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://blog.chmouel.com/?p=207</guid>
		<description><![CDATA[Emacs is playing fancy on the latest version (since emacs 23) it has now support for transparency at least on Linux when you have a composited Windows Manager. As explained on the Emacs wiki here everything is controlled by this frame parameter like this : &#40;set-frame-parameter &#40;selected-frame&#41; 'alpha '&#40;85 50&#41;&#41; I have automated the thing [...]]]></description>
				<content:encoded><![CDATA[<p>Emacs is playing fancy on the latest version (since emacs 23) it has now support for transparency at least on Linux when you have a <a href="http://en.wikipedia.org/wiki/Compositing_window_manager">composited Windows Manager.</a></p>
<p>As explained on the Emacs wiki <a href="http://www.emacswiki.org/emacs/TransparentEmacs">here</a> everything is controlled by this frame parameter like this :</p>

<div class="wp_codebox"><table><tr id="p2075"><td class="code" id="p207code5"><pre class="lisp" style="font-family:monospace;"> <span style="color: #66cc66;">&#40;</span>set-frame-parameter <span style="color: #66cc66;">&#40;</span>selected-frame<span style="color: #66cc66;">&#41;</span> 'alpha '<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">85</span> <span style="color: #cc66cc;">50</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></td></tr></table></div>

<p>I have automated the thing to allow the transparency to increase or decrease when combined with the alt key just put this code somewhere in your $HOME/.emacs or $HOME/.emacs.d/init.el :</p>

<div class="wp_codebox"><table><tr id="p2076"><td class="code" id="p207code6"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">defun</span> my-increase-opacity<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
  <span style="color: #66cc66;">&#40;</span>interactive<span style="color: #66cc66;">&#41;</span>
  <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">let</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>increase <span style="color: #66cc66;">&#40;</span>+ <span style="color: #cc66cc;">10</span> <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">car</span> <span style="color: #66cc66;">&#40;</span>frame-parameter <span style="color: #b1b100;">nil</span> 'alpha<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&gt;</span> increase <span style="color: #cc66cc;">99</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> increase <span style="color: #cc66cc;">99</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#40;</span>set-frame-parameter <span style="color: #66cc66;">&#40;</span>selected-frame<span style="color: #66cc66;">&#41;</span> 'alpha <span style="color: #66cc66;">&#40;</span>values increase <span style="color: #cc66cc;">75</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#41;</span>
&nbsp;
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">defun</span> my-decrease-opacity<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
  <span style="color: #66cc66;">&#40;</span>interactive<span style="color: #66cc66;">&#41;</span>
  <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">let</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>decrease <span style="color: #66cc66;">&#40;</span>- <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">car</span> <span style="color: #66cc66;">&#40;</span>frame-parameter <span style="color: #b1b100;">nil</span> 'alpha<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;">10</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&lt;</span> decrease <span style="color: #cc66cc;">20</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> decrease <span style="color: #cc66cc;">20</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#40;</span>set-frame-parameter <span style="color: #66cc66;">&#40;</span>selected-frame<span style="color: #66cc66;">&#41;</span> 'alpha <span style="color: #66cc66;">&#40;</span>values decrease <span style="color: #cc66cc;">75</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#41;</span>
&nbsp;
<span style="color: #66cc66;">&#40;</span>global-set-key <span style="color: #66cc66;">&#40;</span>kbd <span style="color: #ff0000;">&quot;M-&lt;mouse-4&gt;&quot;</span><span style="color: #66cc66;">&#41;</span> 'my-increase-opacity<span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span>global-set-key <span style="color: #66cc66;">&#40;</span>kbd <span style="color: #ff0000;">&quot;M-&lt;mouse -5&gt;&quot;</span><span style="color: #66cc66;">&#41;</span> 'my-decrease-opacity<span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&lt;</span>/mouse<span style="color: #66cc66;">&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2009/09/16/emacs-and-transparency-mouse-wheel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>python syntax warning in emacs</title>
		<link>http://blog.chmouel.com/2009/08/31/python-syntax-warning-in-emacs/</link>
		<comments>http://blog.chmouel.com/2009/08/31/python-syntax-warning-in-emacs/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 05:04:28 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://blog.chmouel.com/?p=169</guid>
		<description><![CDATA[One of the best feature to have with Emacs when doing python development is to have a real time syntax error/warning check highlighted in your code to avoid many errors or superfluous code. This code is taken from the brillant Emacswiki python page. You need to install pyflakes first which should be available on your [...]]]></description>
				<content:encoded><![CDATA[<p>One of the best feature to have with Emacs when doing python development is to have a real time syntax error/warning check highlighted in your code to avoid many errors or superfluous code.</p>
<p>This code is taken from the brillant Emacswiki <a href="http://www.emacswiki.org/cgi-bin/wiki/PythonMode">python page</a>.</p>
<p>You need to install pyflakes first which should be available on your linux distro by default in a package or for the other OS you may follow the procedure from the <a href="http://www.divmod.org/trac/wiki/DivmodPyflakes">pyflakes webpage</a>.</p>
<p>and add this configuration to your .emacs :</p>

<div class="wp_codebox"><table><tr id="p1698"><td class="code" id="p169code8"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">when</span> <span style="color: #66cc66;">&#40;</span>load <span style="color: #ff0000;">&quot;flymake&quot;</span> t<span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">defun</span> flymake-pyflakes-init <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
  <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">let</span>* <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>temp-file <span style="color: #66cc66;">&#40;</span>flymake-init-create-temp-buffer-copy
                     'flymake-create-temp-inplace<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
         <span style="color: #66cc66;">&#40;</span>local-file <span style="color: #66cc66;">&#40;</span>file-relative-<span style="color: #b1b100;">name</span>
                      temp-file
                      <span style="color: #66cc66;">&#40;</span>file-name-directory buffer-file-<span style="color: #b1b100;">name</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">list</span> <span style="color: #ff0000;">&quot;pyflakes&quot;</span> <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">list</span> local-file<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span>add-to-<span style="color: #b1b100;">list</span> 'flymake-allowed-file-name-masks
             '<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>.py<span style="color: #000099; font-weight: bold;">\\</span>'&quot;</span> flymake-pyflakes-init<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></td></tr></table></div>

<p>make sure pyflakes is in your path and enable flymake-mode by default if you like for all python mode :</p>
<p><code><br />
(add-hook 'python-mode-hook 'my-python-mode-hook)</code></p>
<p>go by M-x customize flymake as well if you like to customise some variables.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2009/08/31/python-syntax-warning-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>emacs daemon and Xdefaults</title>
		<link>http://blog.chmouel.com/2009/08/11/emacs-daemon-and-xdefaults/</link>
		<comments>http://blog.chmouel.com/2009/08/11/emacs-daemon-and-xdefaults/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 09:27:21 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://blog.chmouel.com/?p=164</guid>
		<description><![CDATA[It does not seems that emacs started with &#8211;daemon read the .Xdefauls resource it seems that the only way setting it is by the default-frame-alist variable. I have my setup like this : &#40;setq default-frame-alist '&#40;&#40;font-backend . &#34;xft&#34;&#41; &#40;font . &#34;Inconsolata-14&#34;&#41; &#40;vertical-scroll-bars&#41; &#40;left-fringe . -1&#41; &#40;right-fringe . -1&#41; &#40;fullscreen . fullboth&#41; &#40;menu-bar-lines . 0&#41; &#40;tool-bar-lines [...]]]></description>
				<content:encoded><![CDATA[<p>It does not seems that emacs started with &#8211;daemon read the .Xdefauls resource it seems that the only way setting it is by the <em>default-frame-alist</em> variable. </p>
<p>I have my setup like this :</p>

<div class="wp_codebox"><table><tr id="p16410"><td class="code" id="p164code10"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> default-frame-alist '<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>font-backend <span style="color: #66cc66;">.</span> <span style="color: #ff0000;">&quot;xft&quot;</span><span style="color: #66cc66;">&#41;</span>
                            <span style="color: #66cc66;">&#40;</span>font <span style="color: #66cc66;">.</span> <span style="color: #ff0000;">&quot;Inconsolata-14&quot;</span><span style="color: #66cc66;">&#41;</span>
                            <span style="color: #66cc66;">&#40;</span>vertical-scroll-bars<span style="color: #66cc66;">&#41;</span>
                            <span style="color: #66cc66;">&#40;</span>left-fringe <span style="color: #66cc66;">.</span> -<span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span>
                            <span style="color: #66cc66;">&#40;</span>right-fringe <span style="color: #66cc66;">.</span> -<span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span>
                            <span style="color: #66cc66;">&#40;</span>fullscreen <span style="color: #66cc66;">.</span> fullboth<span style="color: #66cc66;">&#41;</span>
                            <span style="color: #66cc66;">&#40;</span>menu-bar-lines <span style="color: #66cc66;">.</span> <span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#41;</span>
                            <span style="color: #66cc66;">&#40;</span>tool-bar-lines <span style="color: #66cc66;">.</span> <span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#41;</span>
                            <span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></td></tr></table></div>

<p>PS: inconsolata font can be installed from the package ttf-inconsolata</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2009/08/11/emacs-daemon-and-xdefaults/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Update Emacs/VIM tags with inotify</title>
		<link>http://blog.chmouel.com/2009/07/03/update-emacsvim-tags-with-inotify/</link>
		<comments>http://blog.chmouel.com/2009/07/03/update-emacsvim-tags-with-inotify/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 18:12:30 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://blog.chmouel.com/?p=153</guid>
		<description><![CDATA[When you use the tags interface for Emacs or with VIM you have to generate your tag file everytime you have a new class or things get changed.  Would not be cool to have inotify monitoring your project directory and run the etags command to generate it. With incron you have cron that can watch [...]]]></description>
				<content:encoded><![CDATA[<p>When you use the tags interface for <a href="http://www.emacswiki.org/emacs/EmacsTags">Emacs</a> or with <a href="http://www.vim.org/htmldoc/tagsrch.html#tags">VIM</a> you have to generate your tag file everytime you have a new class or things get changed.  Would not be cool to have inotify monitoring your project directory and run the etags command to generate it.</p>
<p>With <a href="http://inotify.aiken.cz/?section=incron&amp;page=doc&amp;lang=en">incron</a> you have cron that can watch some portion of the filesystem and generate an action if certain event appears.  So after installed (aptitude/urpmi) it I have configured this incrontab entry :</p>

<div class="wp_codebox"><table><tr id="p15313"><td class="code" id="p153code13"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>chmouel<span style="color: #000000; font-weight: bold;">/</span>git<span style="color: #000000; font-weight: bold;">/</span>myproject IN_CLOSE_WRITE <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>chmouel<span style="color: #000000; font-weight: bold;">/</span>update-ctags.sh py $<span style="color: #000000; font-weight: bold;">@</span> $<span style="color: #000000; font-weight: bold;">@/</span><span style="color: #007800;">$#</span></pre></td></tr></table></div>

<p>The script update-ctags.sh takes 3 argument one is the type of file to update when it&#8217;s changed it accept multipe of them if you delimit with a pipe ie: py|inc|php|c and the two others are identifier from incron to give the base directory and the full path which is something you should not have to change.</p>
<p>The update-ctags is simple as follow which could be hacked for your convenience :</p>

<div class="wp_codebox"><table><tr id="p15314"><td class="code" id="p153code14"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
&nbsp;
<span style="color: #007800;">ACCEPTED_EXTENSION</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$(echo $1|sed 's/|/ /g')</span>&quot;</span>
<span style="color: #007800;">BASE_DIR</span>=<span style="color: #007800;">$2</span>
<span style="color: #007800;">FILE_EXT</span>=<span style="color: #800000;">${3##*.}</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #800000;">${FILE_EXT}</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;<span style="color: #000000; font-weight: bold;">&amp;</span>amp; <span style="color: #7a0874; font-weight: bold;">exit</span>
&nbsp;
<span style="color: #007800;">processing</span>=
<span style="color: #000000; font-weight: bold;">for</span> extension <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #007800;">$ACCEPTED_EXTENSION</span>;<span style="color: #000000; font-weight: bold;">do</span>
    <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$extension</span> == <span style="color: #007800;">$FILE_EXT</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;<span style="color: #000000; font-weight: bold;">&amp;</span>amp; <span style="color: #007800;">processing</span>=<span style="color: #c20cb9; font-weight: bold;">true</span>
<span style="color: #000000; font-weight: bold;">done</span>
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #800000;">${BASE_DIR}</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-wholename</span> <span style="color: #ff0000;">'./.git/*'</span>  <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-wholename</span> <span style="color: #ff0000;">'./.svn/*'</span> <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-name</span> <span style="color: #ff0000;">'*.pyc'</span> <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-name</span> <span style="color: #ff0000;">'*~'</span> <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-name</span> <span style="color: #ff0000;">'*#'</span> -print0<span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">xargs</span> <span style="color: #660033;">-0</span> etags <span style="color: #660033;">-o</span> <span style="color: #800000;">${BASE_DIR}</span><span style="color: #000000; font-weight: bold;">/</span>TAGS <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&amp;</span>gt;<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #000000; font-weight: bold;">&amp;</span>gt;<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null</pre></td></tr></table></div>

<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">/home/chmouel/git/swift-container IN_CLOSE_WRITE /home/chmouel/updatectags.sh py $@ $@/$#</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2009/07/03/update-emacsvim-tags-with-inotify/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FFAP and Ruby in Emacs</title>
		<link>http://blog.chmouel.com/2008/05/04/ffap-and-ruby-in-emacs/</link>
		<comments>http://blog.chmouel.com/2008/05/04/ffap-and-ruby-in-emacs/#comments</comments>
		<pubDate>Sun, 04 May 2008 19:13:41 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://www.chmouel.com/blog/?p=70</guid>
		<description><![CDATA[If you want to use FFAP (find-file-at-point) in ruby-mode you can add this to your .emacs &#40;defvar ruby-program-name &#34;ruby&#34;&#41; &#40;defun ruby-module-path&#40;module&#41; &#40;shell-command-to-string &#40;concat ruby-program-name &#34; -e &#34; &#34;\&#34;ret='()';$LOAD_PATH.each{&#124;p&#124; &#34; &#34;x=p+'/'+ARGV[0].gsub('.rb', '')+'.rb';&#34; &#34;ret=File.expand_path(x)&#34; &#34;if(File.exist?(x))};printf ret\&#34; &#34; module&#41;&#41;&#41; &#160; &#40;eval-after-load &#34;ffap&#34; '(push '&#40;ruby-mode . ruby-module-path&#41; ffap-alist&#41;&#41; When you do ffap (i bind it to C-x f) near [...]]]></description>
				<content:encoded><![CDATA[<p>If you want to use FFAP (find-file-at-point) in ruby-mode you can add this to your .emacs</p>

<div class="wp_codebox"><table><tr id="p7016"><td class="code" id="p70code16"><pre class="ruby" style="font-family:monospace;"><span style="color:#006600; font-weight:bold;">&#40;</span>defvar ruby<span style="color:#006600; font-weight:bold;">-</span>program<span style="color:#006600; font-weight:bold;">-</span>name <span style="color:#996600;">&quot;ruby&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span>
<span style="color:#006600; font-weight:bold;">&#40;</span>defun ruby<span style="color:#006600; font-weight:bold;">-</span>module<span style="color:#006600; font-weight:bold;">-</span>path<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#9966CC; font-weight:bold;">module</span><span style="color:#006600; font-weight:bold;">&#41;</span>
    <span style="color:#006600; font-weight:bold;">&#40;</span>shell<span style="color:#006600; font-weight:bold;">-</span>command<span style="color:#006600; font-weight:bold;">-</span>to<span style="color:#006600; font-weight:bold;">-</span><span style="color:#CC0066; font-weight:bold;">string</span>
     <span style="color:#006600; font-weight:bold;">&#40;</span>concat
      ruby<span style="color:#006600; font-weight:bold;">-</span>program<span style="color:#006600; font-weight:bold;">-</span>name <span style="color:#996600;">&quot; -e &quot;</span>
      <span style="color:#996600;">&quot;<span style="color:#000099;">\&quot;</span>ret='()';$LOAD_PATH.each{|p| &quot;</span>
      <span style="color:#996600;">&quot;x=p+'/'+ARGV[0].gsub('.rb', '')+'.rb';&quot;</span>
      <span style="color:#996600;">&quot;ret=File.expand_path(x)&quot;</span>
      <span style="color:#996600;">&quot;if(File.exist?(x))};printf ret<span style="color:#000099;">\&quot;</span> &quot;</span>
      <span style="color:#9966CC; font-weight:bold;">module</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>
&nbsp;
<span style="color:#006600; font-weight:bold;">&#40;</span>eval<span style="color:#006600; font-weight:bold;">-</span>after<span style="color:#006600; font-weight:bold;">-</span><span style="color:#CC0066; font-weight:bold;">load</span> <span style="color:#996600;">&quot;ffap&quot;</span>
  <span style="color:#996600;">'(push '</span><span style="color:#006600; font-weight:bold;">&#40;</span>ruby<span style="color:#006600; font-weight:bold;">-</span>mode . <span style="color:#9900CC;">ruby</span><span style="color:#006600; font-weight:bold;">-</span>module<span style="color:#006600; font-weight:bold;">-</span>path<span style="color:#006600; font-weight:bold;">&#41;</span> ffap<span style="color:#006600; font-weight:bold;">-</span>alist<span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span></pre></td></tr></table></div>

<p>When you do ffap (i bind it to C-x f) near a require &#8216;PP&#8217; for example it will find it in your ruby path.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2008/05/04/ffap-and-ruby-in-emacs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Emacs config</title>
		<link>http://blog.chmouel.com/2007/09/07/emacs-config/</link>
		<comments>http://blog.chmouel.com/2007/09/07/emacs-config/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 07:57:34 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://www.chmouel.com/blog/2007/09/07/emacs-config/</guid>
		<description><![CDATA[To anyone interested my extensive Emacs configuration is available here : http://code.google.com/p/chmouel/source And here is the usual screen shot :]]></description>
				<content:encoded><![CDATA[<p>To anyone interested my extensive Emacs configuration is available here :</p>
<p><a href="http://code.google.com/p/chmouel/source" target="_blank">http://code.google.com/p/chmouel/source</a></p>
<p>And here is the usual screen shot :</p>
<p><a href="http://www.chmouel.com/blog/2007/09/07/emacs-config/emacs-screen-shot/" rel="attachment wp-att-60" title="Emacs Screen Shot"></a></p>
<p style="text-align: center"><a href="http://www.chmouel.com/blog/2007/09/07/emacs-config/emacs-screen-shot/" rel="attachment wp-att-60" title="Emacs Screen Shot"><img src="http://www.chmouel.com/blog/wp-content/uploads/2007/09/chmouemacs.thumbnail.png" alt="Emacs Screen Shot" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2007/09/07/emacs-config/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Always search before coding</title>
		<link>http://blog.chmouel.com/2007/02/11/always-search-before-coding/</link>
		<comments>http://blog.chmouel.com/2007/02/11/always-search-before-coding/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 11:47:39 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://www.chmouel.com/blog/2007/02/11/always-search-before-coding/</guid>
		<description><![CDATA[This is a annoying, even if it take 5mn to code thing like that : &#40;defun my-dired-rm-rf&#40;&#41; &#34;Rm -rf directories&#34; &#40;interactive&#41; &#40;let &#40;&#40;sel &#40;selected-window&#41;&#41;&#41; &#40;dolist &#40;curFile &#40;dired-get-marked-files&#41;&#41; &#40;if &#40;yes-or-no-p &#40;concat &#34;Do you want to remove \&#34;&#34; &#40;file-name-nondirectory curFile&#41; &#34;\&#34; ? &#34;&#41;&#41; &#40;progn &#40;shell-command &#40;concat &#34;rm -rvf &#34; curFile&#41; &#34;*Removing Directories*&#34;&#41; &#40;kill-buffer &#34;*Removing Directories*&#34;&#41; &#40;select-window sel&#41; [...]]]></description>
				<content:encoded><![CDATA[<p>This is a annoying, even if it take 5mn to code thing like that :</p>

<div class="wp_codebox"><table><tr id="p5118"><td class="code" id="p51code18"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">defun</span> my-dired-rm-rf<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
  <span style="color: #ff0000;">&quot;Rm -rf directories&quot;</span>
  <span style="color: #66cc66;">&#40;</span>interactive<span style="color: #66cc66;">&#41;</span>
  <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">let</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>sel <span style="color: #66cc66;">&#40;</span>selected-window<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
	<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">dolist</span> <span style="color: #66cc66;">&#40;</span>curFile <span style="color: #66cc66;">&#40;</span>dired-get-marked-files<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
	  <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>yes-or-no-p <span style="color: #66cc66;">&#40;</span>concat <span style="color: #ff0000;">&quot;Do you want to remove <span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span> <span style="color: #66cc66;">&#40;</span>file-name-nondirectory curFile<span style="color: #66cc66;">&#41;</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span> ? &quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
		  <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">progn</span>
			<span style="color: #66cc66;">&#40;</span>shell-command <span style="color: #66cc66;">&#40;</span>concat <span style="color: #ff0000;">&quot;rm -rvf &quot;</span> curFile<span style="color: #66cc66;">&#41;</span> 
<span style="color: #ff0000;">&quot;*Removing Directories*&quot;</span><span style="color: #66cc66;">&#41;</span>
			<span style="color: #66cc66;">&#40;</span>kill-buffer <span style="color: #ff0000;">&quot;*Removing Directories*&quot;</span><span style="color: #66cc66;">&#41;</span>
			<span style="color: #66cc66;">&#40;</span>select-window sel<span style="color: #66cc66;">&#41;</span>
			<span style="color: #66cc66;">&#40;</span>revert-buffer<span style="color: #66cc66;">&#41;</span>
			<span style="color: #66cc66;">&#41;</span>
		<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
	<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></td></tr></table></div>

<p>you discover after a litlle while that if you have did a lilt bit of searching before, you will have discovered a variable call <strong>`dired-recursive-deletes`</strong> that would do the thing in a much better way.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2007/02/11/always-search-before-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
