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

<rss version="0.91" >
<channel>
<title>rlazo's blog</title>
<link>http://rlazo.supersized.org/</link>
<description>My blog, my projects and some information about me...</description>
<language>en</language>
<image>
        <url>http://rlazo.supersized.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: rlazo's blog - 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>Three beautiful years... =)</title>
    <link>http://rlazo.supersized.org/archives/80-Three-beautiful-years....html</link>

    <description>
        Thanks for everything, I love you Julia. 
    </description>
</item>
<item>
    <title>Firefox downlad day</title>
    <link>http://rlazo.supersized.org/archives/79-Firefox-downlad-day.html</link>

    <description>
        &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; 
    </description>
</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>

    <description>
        &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;
 
    </description>
</item>
<item>
    <title>keybinding doubts? no more!</title>
    <link>http://rlazo.supersized.org/archives/77-keybinding-doubts-no-more!.html</link>

    <description>
        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 :) 
    </description>
</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>

    <description>
        &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 
    </description>
</item>
<item>
    <title>ok... may be mr. willis is not in town</title>
    <link>http://rlazo.supersized.org/archives/75-ok...-may-be-mr.-willis-is-not-in-town.html</link>

    <description>
        Reading the newspapers and listening to the radio didn&#039;t bring any ligth to what I heard yesterday. So I can start thinking about a huge conspiracy or just stop thinking about it. Let&#039;s just pick the second one, I&#039;m not in the conspiracy mood :) 
    </description>
</item>
<item>
    <title>This feels like a Bruce Willis movie</title>
    <link>http://rlazo.supersized.org/archives/74-This-feels-like-a-Bruce-Willis-movie.html</link>

    <description>
        For the past hour I`ve been listen sirens from ambulances and possible police cars. This town, Arequipa, use to be so peaceful, seems like those times are long go. I hope I can read about this on the news tomorrow. Just for the record, there&#039;s a hospital nearby my house 
    </description>
</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>

    <description>
        &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;
 
    </description>
</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>

    <description>
        &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;.
 
    </description>
</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>

    <description>
        &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. 
 
    </description>
</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>

    <description>
        &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.
 
    </description>
</item>
<item>
    <title>A quick note: eshell alias</title>
    <link>http://rlazo.supersized.org/archives/69-A-quick-note-eshell-alias.html</link>

    <description>
        &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; 
    </description>
</item>
<item>
    <title>gmail-sentinel 0.2 RC</title>
    <link>http://rlazo.supersized.org/archives/68-gmail-sentinel-0.2-RC.html</link>

    <description>
        &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! 
 
    </description>
</item>
<item>
    <title>BEH: eshell and su</title>
    <link>http://rlazo.supersized.org/archives/67-BEH-eshell-and-su.html</link>

    <description>
        &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.
 
    </description>
</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>

    <description>
        &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; 
    </description>
</item>

</channel>
</rss>
