<?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 - Comments</title>
    <link>http://rlazo.supersized.org/</link>
    <description>rlazo's blog - 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>Sat, 05 Jul 2008 21:28:00 GMT</pubDate>

    <image>
        <url>http://rlazo.supersized.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: rlazo's blog - Comments - 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>cynthia defelice: 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#c24</link>
            <category></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>

    

    <author>nospam@example.com (cynthia defelice)</author>
    <content:encoded>
    COMMENT_DELETED 
    </content:encoded>

    <pubDate>Sat, 10 May 2008 11:18:28 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/73-guid.html#c24</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Rodrigo Lazo: A quick note: eshell alias</title>
    <link>http://rlazo.supersized.org/archives/69-A-quick-note-eshell-alias.html#c21</link>
            <category></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>

    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    I&#039;ve been checking the other blog but it seems like comments are moderated because I don&#039;t see you comment yet. I&#039;ll keep checking 
    </content:encoded>

    <pubDate>Tue, 08 Apr 2008 23:05:00 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/69-guid.html#c21</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Mathias: A quick note: eshell alias</title>
    <link>http://rlazo.supersized.org/archives/69-A-quick-note-eshell-alias.html#c20</link>
            <category></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>

    

    <author>nospam@example.com (Mathias)</author>
    <content:encoded>
    Check the other blog again, I made a comment you might find interesting. 
    </content:encoded>

    <pubDate>Tue, 08 Apr 2008 01:31:27 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/69-guid.html#c20</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Anonymous: BEH: eshell and su</title>
    <link>http://rlazo.supersized.org/archives/67-BEH-eshell-and-su.html#c19</link>
            <category></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>

    

    <author>nospam@example.com ()</author>
    <content:encoded>
    Yes, it definitely is better than nothing. I was hoping someone would know of a way to speed up TRAMP, but I guess not. The problem is that it waits for the output of the command before sending it back to the screen, which isn&#039;t practical for some commands. Maybe a pipe/FIFO/something similar could be used so that TRAMP displays the output as it arrives? 
    </content:encoded>

    <pubDate>Wed, 02 Apr 2008 01:16:05 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/67-guid.html#c19</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Rodrigo Lazo: BEH: eshell and su</title>
    <link>http://rlazo.supersized.org/archives/67-BEH-eshell-and-su.html#c18</link>
            <category></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>

    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    Eshell is a pure-lisp implementation, with OS independence in mind AFAIK. So eshell doesn&#039;t implement the ability to &#039;su&#039;, and to do this it will need to be implemented on lisp... and that&#039;s what tramp is. Using any program that does any screen &quot;mangling&quot; (i.e. ncurses) won&#039;t work at all (e.g. make menuconfig).  You&#039;re right... &#039;fully functional&#039; is maybe too much to say, but is better than nothing ;) 
    </content:encoded>

    <pubDate>Mon, 31 Mar 2008 22:03:15 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/67-guid.html#c18</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Anonymous: BEH: eshell and su</title>
    <link>http://rlazo.supersized.org/archives/67-BEH-eshell-and-su.html#c17</link>
            <category></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>

    

    <author>nospam@example.com ()</author>
    <content:encoded>
    &quot;And that&#039;s it! you have a fully functional &#039;suded&#039; eshell with completition available.&quot;

Maybe there&#039;s a way to do it differently, but for me the sudoed eshell is hardly fully functional. There&#039;s a noticeable delay when executing commands because of how TRAMP works. Commands like &#039;make install&#039; don&#039;t show ANY of their output until make has finished, and anything graphical like make menuconfig doesn&#039;t work at all.
Of course, &#039;make menuconfig&#039; should be done as a normal user anyway, but it still doesn&#039;t work in eshell. 
    </content:encoded>

    <pubDate>Mon, 31 Mar 2008 19:40:23 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/67-guid.html#c17</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Rodrigo Lazo: Emacs and libnotify</title>
    <link>http://rlazo.supersized.org/archives/62-Emacs-and-libnotify.html#c13</link>
            <category></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>

    

    <author>nospam@example.com (Rodrigo Lazo)</author>
    <content:encoded>
    I&#039;ve been reading to the threads on emacs-devel and they are very interesting. The first one got lost on a discussion about C99 and K&amp;R that should have been in another thread. AFAIK your patch uses both libnotify   and gtkstatusicon which I think is great. I&#039;ll love to see your patch accepted and I would gladly help you but my C abilities are rather low and Emacs internals scary me. Don&#039;t give up on your idea, is awesome. 
    </content:encoded>

    <pubDate>Fri, 14 Mar 2008 20:20:52 +0100</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/62-guid.html#c13</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Tom Tromey: Emacs and libnotify</title>
    <link>http://rlazo.supersized.org/archives/62-Emacs-and-libnotify.html#c12</link>
            <category></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>

    

    <author>nospam@example.com (Tom Tromey)</author>
    <content:encoded>
    FWIW, I wrote a bunch of support code using a hacked version of zenity.  However, the zenity patch was never accepted into Gnome :-(
It is still in Gnome bugzilla; I&#039;m using it every day for ERC, EMMS, and the calendar.

I also tried to get a patch into Emacs, but that didn&#039;t go so well either.  Maybe someone else would like to rewrite it.  Look for the &quot;RFC: status icon support&quot; thread, and other following threads, on the emacs devel list. 
    </content:encoded>

    <pubDate>Fri, 14 Mar 2008 16:01:35 +0100</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/62-guid.html#c12</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>rlazo: Gentoo Brainstorm - born [maybe not so] dead</title>
    <link>http://rlazo.supersized.org/archives/60-Gentoo-Brainstorm-born-maybe-not-so-dead.html#c11</link>
            <category></category>
    
    <comments>http://rlazo.supersized.org/archives/60-Gentoo-Brainstorm-born-maybe-not-so-dead.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=60</wfw:comment>

    

    <author>nospam@example.com (rlazo)</author>
    <content:encoded>
    Thank you very much! I&#039;ve updated the post to reflect that. 
    </content:encoded>

    <pubDate>Mon, 10 Mar 2008 14:21:04 +0100</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/60-guid.html#c11</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Dan Farrell: Gentoo Brainstorm - born [maybe not so] dead</title>
    <link>http://rlazo.supersized.org/archives/60-Gentoo-Brainstorm-born-maybe-not-so-dead.html#c10</link>
            <category></category>
    
    <comments>http://rlazo.supersized.org/archives/60-Gentoo-Brainstorm-born-maybe-not-so-dead.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=60</wfw:comment>

    

    <author>nospam@example.com (Dan Farrell)</author>
    <content:encoded>
    I agree with you, and started a forum post to further the project. 
    </content:encoded>

    <pubDate>Mon, 10 Mar 2008 06:34:08 +0100</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/60-guid.html#c10</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Alex: A sad surprise while browsing the discussion group</title>
    <link>http://rlazo.supersized.org/archives/57-A-sad-surprise-while-browsing-the-discussion-group.html#c8</link>
            <category></category>
    
    <comments>http://rlazo.supersized.org/archives/57-A-sad-surprise-while-browsing-the-discussion-group.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=57</wfw:comment>

    

    <author>nospam@example.com (Alex)</author>
    <content:encoded>
    please dont post links that require signing in. 
    </content:encoded>

    <pubDate>Sat, 22 Sep 2007 23:23:56 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/57-guid.html#c8</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>rodrigo: Application accepted!</title>
    <link>http://rlazo.supersized.org/archives/37-Application-accepted!.html#c2</link>
            <category></category>
    
    <comments>http://rlazo.supersized.org/archives/37-Application-accepted!.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=37</wfw:comment>

    

    <author>nospam@example.com (rodrigo)</author>
    <content:encoded>
    Thanks for your words, they are so important specially coming from you that introduced me to Linux a long time ago and then set an example than you can achive what you want inside the Free Software World. Thanks acm and leave FreeBSD, you know that Gentoo rocks! 
    </content:encoded>

    <pubDate>Mon, 16 Apr 2007 05:34:59 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/37-guid.html#c2</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>acm: Application accepted!</title>
    <link>http://rlazo.supersized.org/archives/37-Application-accepted!.html#c1</link>
            <category></category>
    
    <comments>http://rlazo.supersized.org/archives/37-Application-accepted!.html#comments</comments>
    <wfw:comment>http://rlazo.supersized.org/wfwcomment.php?cid=37</wfw:comment>

    

    <author>nospam@example.com (acm)</author>
    <content:encoded>
    congratulations, i know that you have been a lot of time into the gentoo project, and finally your work is show of the your effort, go ahead and enjoy in your SoC :) 
    </content:encoded>

    <pubDate>Mon, 16 Apr 2007 05:17:28 +0200</pubDate>
    <guid isPermaLink="false">http://rlazo.supersized.org/archives/37-guid.html#c1</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>