<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
  <title>Emacs</title>
  <link>http://www.shellarchive.co.uk</link>
  <description>&lt;p&gt;Emacs related stuff.&lt;/p&gt;</description>
  <language>en-gb</language>
  <lastBuildDate>Sun, 25 Apr 2010 18:15:24 +0100</lastBuildDate>
  <generator>Rassmalog 12.0.1</generator>
    <item>
      <title>A Magit clone</title>
      <link>http://www.shellarchive.co.uk/2009-11-08-a-magit-clone.html</link>
      <guid>http://www.shellarchive.co.uk/2009-11-08-a-magit-clone.html</guid>
      <pubDate>Sun, 08 Nov 2009 18:55:46 +0000</pubDate>
      <description>&lt;p&gt;I&amp;#8217;ve got a clone of Magit which I&amp;#8217;ve been hacking away at. It&amp;#8217;s
mostly a bunch of git-svn fixes/features as that&amp;#8217;s what I use for
work but there&amp;#8217;s some other stuff that might be of interest. It
includes the following branches (all merged into their master at
&lt;a href=&quot;http://gitorious.org/~philjackson/magit/philjacksons-reclone&quot;&gt;gitorious&lt;/a&gt;):&lt;/p&gt;
&lt;dl&gt;
	&lt;dt&gt;&lt;a href=&quot;http://gitorious.org/~philjackson/magit/philjacksons-reclone/commits/fancier-diffs&quot;&gt;fancier-diffs&lt;/a&gt;&lt;/dt&gt;
	&lt;dd&gt;Some basic
highlighting of the commit sha and of the diff markers (just the
diff markers, not the whole line).&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
	&lt;dt&gt;&lt;a href=&quot;http://gitorious.org/~philjackson/magit/philjacksons-reclone/commits/fancy-log-pt1&quot;&gt;fancy-log-pt1&lt;/a&gt;&lt;/dt&gt;
	&lt;dd&gt;Some new
faces for the log buffer: magit-log-graph, magit-log-sha1,
magit-log-message, magit-log-head-label-remote,
magit-log-head-label-tags and magit-log-head-label-local. They should
give a clue as to what this branch is for&amp;#8230;&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
	&lt;dt&gt;&lt;a href=&quot;http://gitorious.org/~philjackson/magit/philjacksons-reclone/commits/git-svn-fixes-and-features&quot;&gt;git-svn-fixes-and-features&lt;/a&gt;&lt;/dt&gt;
	&lt;dd&gt;Basically
makes git-svn work again.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
	&lt;dt&gt;&lt;a href=&quot;http://gitorious.org/~philjackson/magit/philjacksons-reclone/commits/squashable-merges&quot;&gt;squashable-merges&lt;/a&gt;&lt;/dt&gt;
	&lt;dd&gt;Giving
a prefix arg to magit-merge will allow you to squash it
(handy for git-svn if your colleagues aren&amp;#8217;t used to seeing lots of
commits in trunk).&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
	&lt;dt&gt;&lt;a href=&quot;http://gitorious.org/~philjackson/magit/philjacksons-reclone/commits/magit-completing-read&quot;&gt;magit-completing-read&lt;/a&gt;&lt;/dt&gt;
	&lt;dd&gt;Lets
you use anything-completing-read or ido-completing-read for&amp;#8230;
completion.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
	&lt;dt&gt;&lt;a href=&quot;http://gitorious.org/~philjackson/magit/philjacksons-reclone/commits/svn-find-rev&quot;&gt;svn-find-rev&lt;/a&gt;&lt;/dt&gt;
	&lt;dd&gt;Hitting N f
with prompt for an &lt;span class=&quot;caps&quot;&gt;SVN&lt;/span&gt; revision and give you the commit if it&amp;#8217;s in
the current branch. With a prefix arg you will be prompted for a
branch in which to look.&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;Like I said, all of the above is in master so you can just &lt;a href=&quot;http://gitorious.org/~philjackson/magit/philjacksons-reclone/blobs/raw/master/magit.el&quot;&gt;download
magit.el from there&lt;/a&gt; and
you&amp;#8217;ll get it all.&lt;/p&gt;</description>

        <category>emacs</category>
        <category>git</category>
        <category>magit</category>
        <category>vc</category>

        <comments>mailto:&#119;&#101;&#98;&#64;&#115;&#104;&#101;&#108;&#108;&#97;&#114;&#99;&#104;&#105;&#118;&#101;&#46;&#99;&#111;&#46;&#117;&#107;?subject=A%20Magit%20clone&amp;body=http%3A%2F%2Fwww.shellarchive.co.uk%2F2009-11-08-a-magit-clone.html</comments>
    </item>
    <item>
      <title>Etest updates</title>
      <link>http://www.shellarchive.co.uk/2009-08-12-etest-updates.html</link>
      <guid>http://www.shellarchive.co.uk/2009-08-12-etest-updates.html</guid>
      <pubDate>Wed, 12 Aug 2009 23:50:33 +0100</pubDate>
      <description>&lt;p&gt;I&amp;#8217;ve made a couple of changes to etest to try and up its presence a
little.&lt;/p&gt;
&lt;p&gt;Firstly Ive merged what was three files &lt;a href=&quot;http://github.com/philjackson/etest/blob/master/etest.el&quot;&gt;into
one&lt;/a&gt; which
will make etest much easier to install for the casual passer-by.&lt;/p&gt;
&lt;p&gt;Secondly, though &lt;a href=&quot;http://repo.or.cz&quot;&gt;repo.or.cz&lt;/a&gt; is excellent, I&amp;#8217;ve moved
the project to the more community aware
&lt;a href=&quot;http://github.com/philjackson/etest/tree/master&quot;&gt;github&lt;/a&gt; and so now
there&amp;#8217;s an &lt;a href=&quot;http://github.com/philjackson/etest/issues&quot;&gt;issue
tracker&lt;/a&gt;, a
&lt;a href=&quot;http://wiki.github.com/philjackson/etest&quot;&gt;wiki&lt;/a&gt; and the ability to
watch the project.&lt;/p&gt;
&lt;p&gt;So, new install instructions might be:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Download
&lt;a href=&quot;http://github.com/philjackson/etest/blob/master/etest.el&quot;&gt;etest.el&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;Add to load-path.&lt;/li&gt;
	&lt;li&gt;(require &amp;#8217;etest)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Much more simple (though the make, make install will still do what
you expect). &lt;a href=&quot;http://www.shellarchive.co.uk/content/etest.html&quot;&gt;Here&amp;#8217;s the
manual&lt;/a&gt;. &lt;a href=&quot;http://www.emacswiki.org/emacs-fr/ETest&quot;&gt;Here&amp;#8217;s
the emacswiki page entry&lt;/a&gt;.&lt;/p&gt;</description>

        <category>emacs</category>
        <category>etest</category>
        <category>test</category>
        <category>ttd</category>

        <comments>mailto:&#119;&#101;&#98;&#64;&#115;&#104;&#101;&#108;&#108;&#97;&#114;&#99;&#104;&#105;&#118;&#101;&#46;&#99;&#111;&#46;&#117;&#107;?subject=Etest%20updates&amp;body=http%3A%2F%2Fwww.shellarchive.co.uk%2F2009-08-12-etest-updates.html</comments>
    </item>
    <item>
      <title>Lessen a URL with smallurl.el</title>
      <link>http://www.shellarchive.co.uk/2009-03-08-lessen-a-url-with-smallurl-el.html</link>
      <guid>http://www.shellarchive.co.uk/2009-03-08-lessen-a-url-with-smallurl-el.html</guid>
      <pubDate>Sun, 08 Mar 2009 22:57:46 +0000</pubDate>
      <description>&lt;p&gt;I&amp;#8217;ve uploaded a simple module that allows the tinyfication of
URLs.&lt;/p&gt;
&lt;p&gt;There are two interactive functions&amp;#8230; with which you might want to
interact:&lt;/p&gt;
&lt;dl&gt;
	&lt;dt&gt;smallurl-replace-at-point&lt;/dt&gt;
	&lt;dd&gt;Replace the url at point with a
tiny one.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
	&lt;dt&gt;smallurl&lt;/dt&gt;
	&lt;dd&gt;Print and put into the kill ring the tiny version of
the url prompted for.&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;Grab it &lt;a href=&quot;http://repo.or.cz/w/ShellArchive.git?a=blob_plain;hb=HEAD;f=smallurl.el&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>

        <category>elisp</category>
        <category>emacs</category>
        <category>tinyurl</category>

        <comments>mailto:&#119;&#101;&#98;&#64;&#115;&#104;&#101;&#108;&#108;&#97;&#114;&#99;&#104;&#105;&#118;&#101;&#46;&#99;&#111;&#46;&#117;&#107;?subject=Lessen%20a%20URL%20with%20smallurl.el&amp;body=http%3A%2F%2Fwww.shellarchive.co.uk%2F2009-03-08-lessen-a-url-with-smallurl-el.html</comments>
    </item>
</channel>
</rss>
