<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>rlazo's blog - Free Software</title>
    <link>http://rlazo.supersized.org/</link>
    <description>My blog, my projects and some information about me...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3-alpha1 - http://www.s9y.org/</generator>
    <pubDate>Thu, 12 Jun 2008 03:30:32 GMT</pubDate>

    <image>
        <url>http://rlazo.supersized.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: rlazo's blog - Free Software - My blog, my projects and some information about me...</title>
        <link>http://rlazo.supersized.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Firefox downlad day</title>
    <link>http://rlazo.supersized.org/archives/79-Firefox-downlad-day.html</link>
            <category>Free Software</category>
    
    <comments>http://rlazo.supersized.org/archives/79-Firefox-downlad-day.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=79</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=79</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;June 17th&lt;/p&gt;

&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.spreadfirefox.com/es-ES/worldrecord&#039;);&quot; href=&quot;http://www.spreadfirefox.com/es-ES/worldrecord&quot; &gt;&lt;img border=&quot;0&quot; alt=&quot;Download Day 2008&quot; title=&quot;Download Day 2008&quot; src=&quot;http://www.spreadfirefox.com/sites/all/themes/spreadfirefox_RCS/images/download-day/buttons/es-ES/sns_badge1.png&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 12 Jun 2008 05:30:32 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/79-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Do you use google to find definitions?</title>
    <link>http://rlazo.supersized.org/archives/78-Do-you-use-google-to-find-definitions.html</link>
            <category>Emacs</category>
    
    <comments>http://rlazo.supersized.org/archives/78-Do-you-use-google-to-find-definitions.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=78</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=78</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt;&lt;em&gt;For this code to work you need to include the mm-url library. The code is now fixed&lt;/em&gt;

&lt;p&gt;If so, here&#039;s a little snippet I wrote for emacs to have all this
  power just one keystroke away&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;
(require &#039;mm-url)
(defun google-define-word-or-phrase (query)
  (interactive &quot;sInsert word or phrase to search: &quot;)
  (let* ((url (concat &quot;http://www.google.com.pe/search?hl=en&amp;q=define%3A&quot; 
		      (replace-regexp-in-string &quot; &quot; &quot;+&quot; query)))
	 (definition
	   (save-excursion
	     (with-temp-buffer
	       (mm-url-insert url)
	       (goto-char (point-min))
	       (if (search-forward &quot;No definitions found of &quot; nil t)
		   &quot;No definitions found&quot;
		 (buffer-substring (search-forward &quot;&amp;lt;li&amp;gt;&quot;) (- (search-forward &quot;&lt;&quot;) 1)))))))
    (message &quot;%s: %s&quot; query definition)))

(global-set-key [f5] &#039;google-define-word-or-phrase)
&lt;/code&gt;
&lt;/pre&gt;

&lt;p&gt;This uses google&#039;s &lt;em&gt;define:&lt;/em&gt; operator to look up for a word
or phrase. Copy &amp;amp; Paste this code into your .emacs and with pressinf
  F5 you will be prompted for your query. Have fun&lt;/p&gt;

&lt;p&gt;If you have any comments on the code they will be more than welcome :)&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 04 Jun 2008 23:52:19 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/78-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>keybinding doubts? no more!</title>
    <link>http://rlazo.supersized.org/archives/77-keybinding-doubts-no-more!.html</link>
            <category>Emacs</category>
    
    <comments>http://rlazo.supersized.org/archives/77-keybinding-doubts-no-more!.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=77</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    Just a short one... If you have doubts about emacs keybindings, &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/tiny-tools.sourceforge.net/emacs-keys.html&#039;);&quot; href=&quot;http://tiny-tools.sourceforge.net/emacs-keys.html&quot;&gt;read here&lt;/a&gt;. Is &lt;strong&gt;awesome!&lt;/strong&gt;.

&lt;p&gt;Just as a site note, I found it while looking  how to set WindowsKey(Super)-tab as a keybinding for lisp-complete-symbol&lt;/p&gt;
&lt;p&gt;&lt;code&gt;(define-key lisp-mode-map [s-tab] &#039;lisp-complete-symbol)&lt;/code&gt;
&lt;p&gt;Really easy :) 
    </content:encoded>

    <pubDate>Tue, 20 May 2008 05:12:51 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/77-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>[BEH] How to make dired open several files in the background</title>
    <link>http://rlazo.supersized.org/archives/76-BEH-How-to-make-dired-open-several-files-in-the-background.html</link>
            <category>BEH</category>
            <category>Emacs</category>
    
    <comments>http://rlazo.supersized.org/archives/76-BEH-How-to-make-dired-open-several-files-in-the-background.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=76</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=76</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;You will need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;dired-x.el&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;The question&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;Is there some keybinding or command in Dired that  open in background all marked files?&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;The solution&lt;/h3&gt;
&lt;p&gt;First, mark all the files you will want to open and then use &lt;strong&gt;&#039;C-u F&#039;&lt;/strong&gt; 
&lt;p&gt;&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/permalink.gmane.org/gmane.emacs.help/54121&#039;);&quot; href=&#039;http://permalink.gmane.org/gmane.emacs.help/54121&#039;&gt;Here is the link&lt;/a&gt; of the thread 
    </content:encoded>

    <pubDate>Mon, 19 May 2008 06:35:22 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/76-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Gnus tip: how to convert a reply to a wide reply</title>
    <link>http://rlazo.supersized.org/archives/73-Gnus-tip-how-to-convert-a-reply-to-a-wide-reply.html</link>
            <category>Emacs</category>
    
    <comments>http://rlazo.supersized.org/archives/73-Gnus-tip-how-to-convert-a-reply-to-a-wide-reply.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;This tip comes form the gnus mailing list from almost two years
ago. I re-discover it today because, after writing a long email for a
mailing list, I needed to change my original reply to a 
  wide reply.&lt;/p&gt;

&lt;p&gt;This is as easy as this: &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keybinding&lt;/strong&gt;: `C-c C-f w&#039;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Insert `To&#039; and `Cc&#039; headers as if you were doing a wide reply even
  if the message was not made for a wide reply first.&lt;/p&gt;

&lt;p&gt;The link for the original message
is &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/article.gmane.org/gmane.emacs.gnus.user/7842&#039;);&quot; href=&quot;http://article.gmane.org/gmane.emacs.gnus.user/7842&quot;&gt;here&lt;/a&gt;
 
    </content:encoded>

    <pubDate>Sat, 10 May 2008 07:40:48 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/73-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>What I've been doing? Gmail-sentinel update!</title>
    <link>http://rlazo.supersized.org/archives/72-What-Ive-been-doing-Gmail-sentinel-update!.html</link>
            <category>Free Software</category>
            <category>gmail-sentinel</category>
            <category>My projects</category>
            <category>python</category>
    
    <comments>http://rlazo.supersized.org/archives/72-What-Ive-been-doing-Gmail-sentinel-update!.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;Well, long time without a single release... What happen with the
  &lt;a href=&quot;http://rlazo.supersized.org/archives/68-gmail-sentinel-0.2-RC.html&quot;&gt;release
  candidate&lt;/a&gt;? or even with my
  pretty &lt;a href=&quot;http://rlazo.supersized.org/archives/64-gmail-sentinel-0.2-beta-release.html&quot;&gt;schedule
  for the 0.2 version&lt;/a&gt;? Keep reading :)&lt;/p&gt;

&lt;p&gt;After re-reading the book &lt;em&gt;&quot;Producing Open Source
Software&quot;&lt;/em&gt;, I got from Google last year, I realized that I was
introducing too few new features for a new release. My original plan
was to introduce a new feature per release... but that&#039;s not all that
funny :). So I created a branch on the git repository to start to work
on a real feature: the plugin system&lt;/p&gt;

&lt;p&gt;What&#039;s new then? the plugin system basically is done, the
notification is now a plugin (so if you don&#039;t like the pop-ups, is now
easier than ever to disable them), a real logging system has been
implemented (using python standard-library facilities) and a few other
little things.&lt;/p&gt;

&lt;p&gt;What&#039;s the catch? Well, the code is still alpha, but I decided to
  push my branch to the public repository for anybody to see it. I&#039;m
  thinking in using threads for the plugins, so a bad plugin doesn&#039;t
  kill everybody. The documentation is missing, the Makefile doesn&#039;t
  work with this version at all, and there are some rough edges.&lt;/p&gt;

&lt;p&gt;If you want to take a look at the
branch, &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/gitorious.org/projects/googlemail-sentinel/repos/mainline/trees/plugin&#039;);&quot; href=&quot;http://gitorious.org/projects/googlemail-sentinel/repos/mainline/trees/plugin&quot;&gt;here
is the link&lt;/a&gt;.
 
    </content:encoded>

    <pubDate>Tue, 06 May 2008 18:03:26 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/72-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>OT: You love something when you understand it</title>
    <link>http://rlazo.supersized.org/archives/71-OT-You-love-something-when-you-understand-it.html</link>
            <category>Emacs</category>
            <category>math</category>
    
    <comments>http://rlazo.supersized.org/archives/71-OT-You-love-something-when-you-understand-it.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=71</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;&lt;em&gt;This is an off-topic post. I don&#039;t like to do OT, but this is the first and last post from my brand new math category to be posted also as an Emacs entry. A little bit of math doesn&#039;t hurt.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Have you ever wonder why does really mean the &lt;em&gt;e&lt;/em&gt; constant?
You know, besides the number 2.7182828? Well, I&#039;ve found the best
explanation &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/betterexplained.com/articles/an-intuitive-guide-to-exponential-functions-e/&#039;);&quot; href=&quot;http://betterexplained.com/articles/an-intuitive-guide-to-exponential-functions-e/&quot;&gt;
here.&lt;/a&gt;

&lt;p&gt;I&#039;ve always loved math. Don&#039;t get me wrong, I&#039;m pursuing a Computer
Science BA degree, but there are some fundamental math concepts that I
don&#039;t fully understand altought I use them. I used to be more
insistent but I&#039;ve
somewhat lost that interest over the years. To try to revert this I&#039;m
starting this new &quot;math&quot; category on my blog. 
 
    </content:encoded>

    <pubDate>Sat, 26 Apr 2008 02:44:04 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/71-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>[BEH] How to display info help inside a box</title>
    <link>http://rlazo.supersized.org/archives/70-BEH-How-to-display-info-help-inside-a-box.html</link>
            <category>BEH</category>
            <category>Emacs</category>
    
    <comments>http://rlazo.supersized.org/archives/70-BEH-How-to-display-info-help-inside-a-box.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=70</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=70</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;If you have ever read the emacs-help mailing list, I&#039;m sure you have seen this picture:&lt;/p&gt;

&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/img521.imageshack.us/my.php?image=screenshotoz8.png&#039;);&quot; target=&#039;_blank&#039; href=&#039;http://img521.imageshack.us/my.php?image=screenshotoz8.png&#039;&gt;&lt;img src=&quot;http://img521.imageshack.us/img521/667/screenshotoz8.th.png&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;

&lt;p&gt;That ASCII-art box is great for many things, specially when used to
describe a function, variable or key. The necesary package
is &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.emacswiki.org/cgi-bin/wiki/BoxQuote&#039;);&quot; href=&quot;http://www.emacswiki.org/cgi-bin/wiki/BoxQuote&quot;&gt;boxquote&lt;/a&gt;. And
to have all its power at your fingertips, a snippet for your
.emacs&lt;/p&gt;

&lt;blockquote&gt;
&lt;pre&gt;&lt;code&gt;
;;;_. boxquote

(require &#039;boxquote)

(global-set-key (kbd &quot;C-c b y&quot;)   &#039;boxquote-yank)
(global-set-key (kbd &quot;C-c b r&quot;)   &#039;boxquote-region)         
(global-set-key (kbd &quot;C-c b u&quot;)   &#039;boxquote-unbox-region)
(global-set-key (kbd &quot;C-c b t&quot;)   &#039;boxquote-title)          
(global-set-key (kbd &quot;C-c b i&quot;)   &#039;boxquote-insert-file) 
(global-set-key (kbd &quot;C-c b k&quot;)   &#039;boxquote-kill) 
(global-set-key (kbd &quot;C-c b s&quot;)   &#039;boxquote-shell-command)
 
(global-set-key (kbd &quot;C-c b b&quot;)   &#039;boxquote-buffer)
(global-set-key (kbd &quot;C-c b p&quot;)   &#039;boxquote-paragraph) 
(global-set-key (kbd &quot;C-c b n&quot;)   &#039;boxquote-narrow-to-boxquote)

(global-set-key (kbd &quot;C-c b w&quot;)   &#039;boxquote-where-is) 
(global-set-key (kbd &quot;C-c b d f&quot;) &#039;boxquote-describe-function)
(global-set-key (kbd &quot;C-c b d k&quot;) &#039;boxquote-describe-key)
(global-set-key (kbd &quot;C-c b d v&quot;) &#039;boxquote-describe-variable)
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;


&lt;p&gt;&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/permalink.gmane.org/gmane.emacs.gnus.user/10875&#039;);&quot; href=&quot;http://permalink.gmane.org/gmane.emacs.gnus.user/10875&quot;&gt;Here
is the link&lt;/a&gt; to the gmane archive of the original message.
 
    </content:encoded>

    <pubDate>Sun, 20 Apr 2008 19:12:50 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/70-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>A quick note: eshell alias</title>
    <link>http://rlazo.supersized.org/archives/69-A-quick-note-eshell-alias.html</link>
            <category>Emacs</category>
    
    <comments>http://rlazo.supersized.org/archives/69-A-quick-note-eshell-alias.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=69</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=69</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;&lt;em&gt;Update: while reading &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.emacswiki.org/cgi-bin/wiki/EshellAlias&#039;);&quot; href=&quot;http://www.emacswiki.org/cgi-bin/wiki/EshellAlias&quot;&gt;this wiki entry&lt;/a&gt; I found that you need to quote your alias only if you are writing it directly on the prompt. On the alias file you don&#039;t quote anything. In fact, you don&#039;t need to modify the alias file by hand because emacs writes it for any alias you define on the prompt.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;(This is mostly a personal note but it may be useful to somebody else)&lt;/p&gt; 
&lt;p&gt;I&#039;m not sure that everybody knows (the manual version I have
doesn&#039;t mencion it) but to configure an alias for eshell is as easy as
this:&lt;/p&gt;

&lt;p&gt;On the .eshell/alias file just add&lt;/p&gt;
&lt;p&gt;&amp;#160;&amp;#160;alias ls ls -la $*&lt;/p&gt;

&lt;p&gt;This is a taken
from &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/higepon.blogspot.com/2007/03/define-alias-on-eshellemacs-shell.html&#039;);&quot; href=&quot;http://higepon.blogspot.com/2007/03/define-alias-on-eshellemacs-shell.html&quot;&gt;this
blog post&lt;/a&gt;. You can read there a more lispy way of doing it.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also, take a look at this interesting &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.emacswiki.org/cgi-bin/wiki/EshellAlias&#039;);&quot; href=&quot;http://www.emacswiki.org/cgi-bin/wiki/EshellAlias&quot;&gt;this wiki entry&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 07 Apr 2008 17:28:46 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/69-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>gmail-sentinel 0.2 RC</title>
    <link>http://rlazo.supersized.org/archives/68-gmail-sentinel-0.2-RC.html</link>
            <category>Free Software</category>
            <category>gmail-sentinel</category>
            <category>python</category>
    
    <comments>http://rlazo.supersized.org/archives/68-gmail-sentinel-0.2-RC.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=68</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=68</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;A quick update. I missed the schedule by some days, but here is the release candidate for the 0.2 version. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fixed bug #4&lt;/li&gt;
&lt;li&gt;New TODO file, with ideas for new features. If you want to help and don&#039;t know where to start this is for you
&lt;/ul&gt;

&lt;p&gt;&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/gmail-sentinel.googlecode.com/files/gmail-sentinel-0.2_rc.tar.bz2&#039;);&quot; href=&quot;http://gmail-sentinel.googlecode.com/files/gmail-sentinel-0.2_rc.tar.bz2&quot;&gt;Grab it&lt;/a&gt; while it&#039;s hot! 
 
    </content:encoded>

    <pubDate>Wed, 02 Apr 2008 19:37:25 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/68-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>BEH: eshell and su</title>
    <link>http://rlazo.supersized.org/archives/67-BEH-eshell-and-su.html</link>
            <category>BEH</category>
            <category>Emacs</category>
            <category>Free Software</category>
    
    <comments>http://rlazo.supersized.org/archives/67-BEH-eshell-and-su.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=67</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=67</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;With this entry a new category for emacs related posts will begin
here. &lt;em&gt;Bits from emacs.help&lt;/em&gt; are tips and tricks found while reading the emacs.help mailing list&lt;/p&gt;

&lt;p&gt;Well, this tips is how to use su inside eshell&lt;p&gt;

&lt;p&gt;From the post: &lt;em&gt;&quot;...Doing su or sudo su does not work like you
expect. This works under the normal shell (M-x shell). I am su:ing
quite much ...&quot;&lt;/em&gt; If you have tried, using su inside eshell is
quite paintful, and doesn&#039;t work very well. But, come on, there should
be a way of doing it, right?

&lt;p&gt;From the reply: &lt;em&gt;&quot;...Tramp 2.1 supports it. Try &quot;cd/sudo::&quot; in
eshell...&quot;&lt;/em&gt; And that&#039;s it! you have a fully functional &#039;suded&#039;
eshell with completition available.
 
    </content:encoded>

    <pubDate>Mon, 31 Mar 2008 02:01:08 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/67-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>gmail-sentinel 0.2 beta 2</title>
    <link>http://rlazo.supersized.org/archives/65-gmail-sentinel-0.2-beta-2.html</link>
            <category>Free Software</category>
            <category>gmail-sentinel</category>
            <category>python</category>
    
    <comments>http://rlazo.supersized.org/archives/65-gmail-sentinel-0.2-beta-2.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=65</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=65</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;Wow!, Now it&#039;s time for a second beta release. The changes with the previous release are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New translations: it (thanks to &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/code.google.com/u/giacomomargarito/&#039;);&quot; href=&quot;http://code.google.com/u/giacomomargarito/&quot;&gt;giacomomargarito&lt;/a&gt;) and sk (thanks to &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/code.google.com/u/shamotj/&#039;);&quot; href=&quot;http://code.google.com/u/shamotj/&quot;&gt;shamotj&lt;/a&gt;)
&lt;li&gt;A new HACKING file.
&lt;/ul&gt;

&lt;p&gt;I didn&#039;t expect to have translations so fast, and I have to apology because I didn&#039;t followed the issue tracker too close (I didn&#039;t configured the alerts). I hope the new HACKING file will make life easier to anybody who wants to contribute. &lt;/p&gt;

&lt;p&gt;&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/gmail-sentinel.googlecode.com/files/gmail-sentinel-0.2_beta2.tar.bz2&#039;);&quot; href=&quot;http://gmail-sentinel.googlecode.com/files/gmail-sentinel-0.2_beta2.tar.bz2&quot;&gt;Here&lt;/a&gt; is the link for the new tarball&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Warning:&lt;/strong&gt; This is a beta version, it may kill eat your dog and steal your wallet. If you find a bug, please report it at our &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/code.google.com/p/gmail-sentinel/issues/list&#039;);&quot; href=&quot;http://code.google.com/p/gmail-sentinel/issues/list&quot;&gt;bug tracker&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 22 Mar 2008 04:29:47 +0100</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/65-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>gmail-sentinel-0.2 beta release</title>
    <link>http://rlazo.supersized.org/archives/64-gmail-sentinel-0.2-beta-release.html</link>
            <category>Free Software</category>
            <category>gmail-sentinel</category>
            <category>python</category>
    
    <comments>http://rlazo.supersized.org/archives/64-gmail-sentinel-0.2-beta-release.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=64</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=64</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;Today I&#039;ve made available for testing the 0.2_beta release of gmail-sentinel. Among the new features we have:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Ability to see all the new messages through the notification pop-up. Now gmail-sentinel features buttons on the notification itself so you can move forward and backwards to see all messages.
  &lt;li&gt;A &quot;open&quot; button that launches the configured browser and opens the selected messages. Your message one-click away
  &lt;li&gt;Other minor things...
&lt;/ul&gt;

&lt;p&gt;If everything goes ok, I&#039;ll have a RC by Monday and a final 0.2 release by next monday. There will be no new features until 0.2 release, just bug fixes.&lt;/p&gt;

&lt;p&gt;Here is the mandatory screenshot:&lt;/p&gt;

&lt;!-- s9ymdb:10 --&gt;&lt;img width=&quot;446&quot; height=&quot;176&quot; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://rlazo.supersized.org/uploads/screenshot_02b.png&quot; alt=&quot;&quot;  /&gt; 
    </content:encoded>

    <pubDate>Thu, 20 Mar 2008 15:48:03 +0100</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/64-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Announce: gmail-sentinel 0.1</title>
    <link>http://rlazo.supersized.org/archives/63-Announce-gmail-sentinel-0.1.html</link>
            <category>Free Software</category>
            <category>gmail-sentinel</category>
            <category>python</category>
    
    <comments>http://rlazo.supersized.org/archives/63-Announce-gmail-sentinel-0.1.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;I&#039;m glad to announce the first (yet alpha) release of GoogleMail
Sentinel (gmail-sentinel). &lt;/p&gt;

&lt;p&gt;From
it&#039;s &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/code.google.com/p/gmail-sentinel/&#039;);&quot; href=&quot;http://code.google.com/p/gmail-sentinel/&quot;&gt;homepage&lt;/a&gt;: &lt;em&gt;&quot;GoogleMail
Sentinel is a mail notifier for Google Mail (Gmail) that creates an
icon in your Taskbar and features popup alerts when there&#039;s new mail
in your GoogleMail (Gmail) account&quot;&lt;/em&gt;.

&lt;p&gt;It&#039;s not yet ready for mass consumption but it&#039;s good enough for
casual testing. And if you write python and want an easy project to
start coding this is a great one. Very simple, few lines of code and a
  helpful upstream ;)&lt;/p&gt;


&lt;p&gt;gmail-sentinel is my first publicly released piece of code that I
wrote to scratch a personal itch. Although is not
  &lt;a href=&quot;http://rlazo.supersized.org/archives/37-Application-accepted!.html&quot;&gt;the
  first time I write some code&lt;/a&gt;, it&#039;s the first time I&#039;m managing
  every single aspect of the process (finding hosting, writing an
  entry to freshmeat, etc.)
 
    </content:encoded>

    <pubDate>Sat, 15 Mar 2008 16:19:46 +0100</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/63-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Emacs and libnotify</title>
    <link>http://rlazo.supersized.org/archives/62-Emacs-and-libnotify.html</link>
            <category>Emacs</category>
            <category>Free Software</category>
    
    <comments>http://rlazo.supersized.org/archives/62-Emacs-and-libnotify.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=62</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://rlazo.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=62</wfw:commentRss>
    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    &lt;p&gt;libnotify and notification-daemon are part of
  the &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.galago-project.org/news/index.php&#039;);&quot; href=&quot;http://www.galago-project.org/news/index.php&quot;&gt;galago
    project&lt;/a&gt;, a &lt;em&gt;&quot;desktop presence framework&quot;&lt;/em&gt;. libnotify shows
  popup windows on your desktop to alert you from some event, like new
  mail or an IM. I like the idea of use a single program to manage all
  your desktop notifications instead of having to implement the same
  code over and over again on all your apps. AFAIK libnotify is
  desktop-agnostic so it should work on GNOME, KDE, Xfce, etc.&lt;/p&gt;

&lt;p&gt;What about emacs? Well, if you
  use &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/emacs-jabber.sourceforge.net/&#039;);&quot; href=&quot;http://emacs-jabber.sourceforge.net/&quot;&gt;jabber.el&lt;/a&gt; for
  jabber
  chatting, &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.emacswiki.org/cgi-bin/wiki/EmacsIRCClient&#039;);&quot; href=&quot;http://www.emacswiki.org/cgi-bin/wiki/EmacsIRCClient&quot;&gt;erc&lt;/a&gt;
  or &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.emacswiki.org/cgi-bin/wiki/rcirc&#039;);&quot; href=&quot;http://www.emacswiki.org/cgi-bin/wiki/rcirc&quot;&gt;rcirc&lt;/a&gt; for
  IRC you can use libnotify to do some fancy notifications.&lt;/p&gt;

&lt;p&gt;For
  erc &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.openweblog.com/users/hexmode/472367.html&#039;);&quot; href=&quot;http://www.openweblog.com/users/hexmode/472367.html&quot;&gt;this
    guy&lt;/a&gt; hacked the libnotify support. I haven&#039;t tested personally
  but seems interesting.&lt;/p&gt;

&lt;p&gt;For rcirc there&#039;s
  a &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.emacswiki.org/cgi-bin/wiki/rcircNotify&#039;);&quot; href=&quot;http://www.emacswiki.org/cgi-bin/wiki/rcircNotify&quot;&gt;wiki
    page&lt;/a&gt; about rcircNotify&lt;/p&gt;

&lt;p&gt;For jabber.el I wrote a libnotify alert, &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.emacswiki.org/cgi-bin/wiki/jabberLibnotify&#039;);&quot; href=&quot;http://www.emacswiki.org/cgi-bin/wiki/jabberLibnotify&quot;&gt;here it is&lt;/a&gt; the wiki page for it.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Thu, 13 Mar 2008 23:25:29 +0100</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/62-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>