<?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>ejohansson.se</title>
	<atom:link href="http://ejohansson.se/feed/" rel="self" type="application/rss+xml" />
	<link>http://ejohansson.se</link>
	<description>Random bits about Linux, programming, computers and occasionally other stuff.</description>
	<lastBuildDate>Sat, 30 Jan 2010 21:58:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>/me is the new Debian maintainer for&#160;Licq</title>
		<link>http://ejohansson.se/archives/2010/01/15/me-is-the-new-debian-maintainer-for-licq/</link>
		<comments>http://ejohansson.se/archives/2010/01/15/me-is-the-new-debian-maintainer-for-licq/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 23:01:01 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=320</guid>
		<description><![CDATA[Update 2010-10-30: Changed the initial setup to use gbp-clone.
I&#8217;m now officially the maintainer of Licq&#8217;s Debian packages. Since I&#8217;m not a real Debian maintainer, I&#8217;m very grateful to Joel Rosdahl who is my sponsor.
Version 1.3.8-1 is coming to a mirror near you as I write this.
The package source is kept in my git repository. To [...]]]></description>
			<content:encoded><![CDATA[<p><b>Update 2010-10-30:</b> Changed the initial setup to use gbp-clone.</p>
<p>I&#8217;m now officially the maintainer of Licq&#8217;s Debian packages. Since I&#8217;m not a real Debian maintainer, I&#8217;m very grateful to <a href="http://joel.rosdahl.net/">Joel Rosdahl</a> who is my sponsor.</p>
<p>Version 1.3.8-1 is coming to a mirror near you as I write this.</p>
<p>The package source is kept in my <a href="http://git.ejohansson.se/">git repository</a>. To build the package from the git repository, install git-buildpackage and pristine-tar then follow the instructions below.</p>
<p>Initial setup:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> gbp-clone <span style="color: #660033;">--pristine-tar</span> git:<span style="color: #000000; font-weight: bold;">//</span>git.ejohansson.se<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>licq.git</pre></div></div>

<p><strike></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> git clone git:<span style="color: #000000; font-weight: bold;">//</span>git.ejohansson.se<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>licq.git
licq <span style="color: #000000; font-weight: bold;">%</span> <span style="color: #7a0874; font-weight: bold;">cd</span> licq
licq <span style="color: #000000; font-weight: bold;">%</span> git checkout <span style="color: #660033;">-b</span> pristine-tar origin<span style="color: #000000; font-weight: bold;">/</span>pristine-tar
licq <span style="color: #000000; font-weight: bold;">%</span> git <span style="color: #c20cb9; font-weight: bold;">co</span> master</pre></div></div>

<p></strike></p>
<p>To build the latest version:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">licq <span style="color: #000000; font-weight: bold;">%</span> git-buildpackage <span style="color: #660033;">--git-export-dir</span>=..<span style="color: #000000; font-weight: bold;">/</span>build-area</pre></div></div>

<p>To build a specific version:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">licq <span style="color: #000000; font-weight: bold;">%</span> git-buildpackage <span style="color: #660033;">--git-export-dir</span>=..<span style="color: #000000; font-weight: bold;">/</span>build-area <span style="color: #660033;">--git-export</span>=debian<span style="color: #000000; font-weight: bold;">/</span>1.3.8-<span style="color: #000000;">1</span></pre></div></div>

<p>The final packages will be available in ../build-area.</p>
<p>Later on when you wish to update:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">licq <span style="color: #000000; font-weight: bold;">%</span> git pull
licq <span style="color: #000000; font-weight: bold;">%</span> git-buildpackage ...</pre></div></div>

<p>The next version will have qt4-gui.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2010/01/15/me-is-the-new-debian-maintainer-for-licq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing all the pre defined gcc&#160;macros</title>
		<link>http://ejohansson.se/archives/2010/01/07/printing-all-the-pre-defined-gcc-macros/</link>
		<comments>http://ejohansson.se/archives/2010/01/07/printing-all-the-pre-defined-gcc-macros/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 08:14:12 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=317</guid>
		<description><![CDATA[Found this useful command on brain-dump.org. Posting it here for my own reference:

gcc -dM -E - &#60; /dev/null

]]></description>
			<content:encoded><![CDATA[<p>Found this useful command on <a href="http://www.brain-dump.org/blog/entry/107">brain-dump.org</a>. Posting it here for my own reference:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">gcc</span> <span style="color: #660033;">-dM</span> <span style="color: #660033;">-E</span> - <span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2010/01/07/printing-all-the-pre-defined-gcc-macros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wake on LAN with&#160;Debian</title>
		<link>http://ejohansson.se/archives/2009/12/31/wake-on-lan-with-debian/</link>
		<comments>http://ejohansson.se/archives/2009/12/31/wake-on-lan-with-debian/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 13:45:20 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=309</guid>
		<description><![CDATA[To enable Wake on LAN on a Asus P5E-V motherboard under Debian you can do the following. Since I have a Asus motherboard, that&#8217;s the only one I&#8217;ve tested, but except from the BIOS (which may differ a bit), the instructions should be the same for all motherboards/NIC that supports Wake on LAN.
In the BIOS, [...]]]></description>
			<content:encoded><![CDATA[<p>To enable <a href="http://en.wikipedia.org/wiki/Wake-on-LAN">Wake on LAN</a> on a Asus P5E-V motherboard under Debian you can do the following. Since I have a Asus motherboard, that&#8217;s the only one I&#8217;ve tested, but except from the BIOS (which may differ a bit), the instructions should be the same for all motherboards/NIC that supports Wake on LAN.</p>
<p>In the BIOS, enable &#8220;Power on by PCIE device&#8221;.</p>
<p>In Linux, first install ethtool and then check that Wake on LAN is supported by running the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>host$ ethtool eth0
...
        Supports Wake-on: g
        Wake-on: g
...</pre></div></div>

<p>The output should contain a &#8216;g&#8217; to indicate that the device can be woken by sending it a &#8220;magic packet&#8221;.</p>
<p>Enable Wake-on by running:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>host$ ethtool <span style="color: #660033;">-s</span> eth0 wol g</pre></div></div>

<p>Since this command must be run on every boot, add it to /etc/rc.local.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>host$ <span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc.local
...
ethtool <span style="color: #660033;">-s</span> eth0 wol g
<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span></pre></div></div>

<p>As the last step we must make sure that halt doesn&#8217;t disable the network device. This is done by adding this line to /etc/default/halt:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">NETDOWN</span>=no</pre></div></div>

<p>We also need the MAC address to send the magic packet to.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>host$ <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> eth0
eth0      Link encap:Ethernet  HWaddr 00:1e:8c:cf:d0:bb  
...</pre></div></div>

<p>Then shutdown the computer. On an other computer, install e.g. <a href="http://gsd.di.uminho.pt/jpo/software/wakeonlan/">wakeonlan</a> and run:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>other$ wakeonlan 00:1e:8c:cf:d0:bb</pre></div></div>

<p>The computer should now start.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2009/12/31/wake-on-lan-with-debian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C++Next</title>
		<link>http://ejohansson.se/archives/2009/10/30/cpp-next/</link>
		<comments>http://ejohansson.se/archives/2009/10/30/cpp-next/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 19:41:46 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=290</guid>
		<description><![CDATA[Found a very interesting C++ site the other day: C++Next. I highly recommend it if you&#8217;re interested in &#8220;the next generation of C++&#8221;. 
]]></description>
			<content:encoded><![CDATA[<p>Found a very interesting C++ site the other day: <a href="http://cpp-next.com/">C++Next</a>. I highly recommend it if you&#8217;re interested in &#8220;the next generation of C++&#8221;. </p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2009/10/30/cpp-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Licq&#160;1.3.7-rc1</title>
		<link>http://ejohansson.se/archives/2009/10/13/licq-1-3-7-rc1/</link>
		<comments>http://ejohansson.se/archives/2009/10/13/licq-1-3-7-rc1/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 05:36:08 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=286</guid>
		<description><![CDATA[Licq 1.3.7-rc1 was announced a few days ago. To quote the announcement:

Licq 1.3.7 contains many bugfixes, and several new features in the Qt4-Gui such as spell checking and configurable keyboard shortcuts.

Download it from the usual place.
]]></description>
			<content:encoded><![CDATA[<p>Licq 1.3.7-rc1 was <a href="http://groups.google.com/group/licq-announce/browse_thread/thread/f758ba5dd54f40d7">announced</a> a few days ago. To quote the announcement:</p>
<blockquote><p>
Licq 1.3.7 contains many bugfixes, and several new features in the Qt4-Gui such as spell checking and configurable keyboard shortcuts.
</p></blockquote>
<p><a href="https://sourceforge.net/projects/licq/files/">Download it</a> from the usual place.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2009/10/13/licq-1-3-7-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git and svn back&#160;online</title>
		<link>http://ejohansson.se/archives/2009/04/04/git-and-svn-back-online/</link>
		<comments>http://ejohansson.se/archives/2009/04/04/git-and-svn-back-online/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 16:52:56 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[nslu2]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=283</guid>
		<description><![CDATA[After a long time offline, git.ejohansson.se and svn.ejohansson.se are finally back online. They are served from my NSLU2 machine (running Debian) so they are not the fastest loading pages out there.
]]></description>
			<content:encoded><![CDATA[<p>After a long time offline, <a href="http://git.ejohansson.se/">git.ejohansson.se</a> and <a href="http://svn.ejohansson.se/">svn.ejohansson.se</a> are finally back online. They are served from my <a href="http://en.wikipedia.org/wiki/NSLU2">NSLU2</a> machine (running Debian) so they are not the fastest loading pages out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2009/04/04/git-and-svn-back-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Synchronize two Windows&#160;computers</title>
		<link>http://ejohansson.se/archives/2008/12/27/synchronize-two-windows-computers/</link>
		<comments>http://ejohansson.se/archives/2008/12/27/synchronize-two-windows-computers/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 17:59:50 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=279</guid>
		<description><![CDATA[My mother and father have two computers: a workstation with Windows XP and a laptop with Windows Vista. Yesterday I found a program that made it very easy to keep them both synchronized, i.e. to have all documents and pictures available on both computers. The program, made by Microsoft, is SyncToy v2.0.
I don&#8217;t normally write [...]]]></description>
			<content:encoded><![CDATA[<p>My mother and father have two computers: a workstation with Windows XP and a laptop with Windows Vista. Yesterday I found a program that made it very easy to keep them both synchronized, i.e. to have all documents and pictures available on both computers. The program, made by Microsoft, is <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&#038;DisplayLang=en">SyncToy v2.0</a>.</p>
<p>I don&#8217;t normally write about Windows here, but this program was so good I figured I&#8217;d let you know about it. I have it set up to synchronize all files on the desktop and in My Pictures. Both computers share their desktop and My Pictures directory, allowing others to write to them. SyncToy is then set up with two folder pairs, one for the desktop and one for My Pictures. Both computers have the same configuration so that the synchronization can be initiated from any one of them.</p>
<p>To make it easy to synchronize, I created a shortcut on the desktop that runs <code>SyncToyCmd.exe -R</code> (to do the actual synchronization, for all folder pairs). SyncToyCmd should normally be run as a scheduled task, but since both computers must be turned on for the synchronization to work, I opted for a shortcut instead.</p>
<p>Combined with <a href="http://picasa.google.com/">Picasa</a>, they can now offload pictures from their digital camera to any one of the computers and then simply synchronize them. Sweet!</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2008/12/27/synchronize-two-windows-computers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wii and Netgear&#160;WNR834B</title>
		<link>http://ejohansson.se/archives/2008/12/20/wii-and-netgear-wnr834b/</link>
		<comments>http://ejohansson.se/archives/2008/12/20/wii-and-netgear-wnr834b/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 17:44:23 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=276</guid>
		<description><![CDATA[I recently had a lot of problems connecting my Nintendo Wii wireless to my girlfriend&#8217;s Netgear router (WNR834B). The router was configured to use WPA-PSK [TKIP] + WPA2-PSK [AES] with a fairly long pass phrase (ASCII characters). It worked very well with my iBook (Mac OS X) and worked most of the time with my [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a lot of problems connecting my Nintendo Wii wireless to my girlfriend&#8217;s Netgear router (WNR834B). The router was configured to use WPA-PSK [TKIP] + WPA2-PSK [AES] with a fairly long pass phrase (ASCII characters). It worked very well with my iBook (Mac OS X) and worked most of the time with my girlfriend&#8217;s laptop (Windows Vista). But it seemed like Windows used the WPA variant instead of WPA2. It just didn&#8217;t connect when forcing it to use WPA2. And the Wii would only connect if we turned encryption off. Not acceptable!</p>
<p>We tried many things to get the Wii to connect, without any success. In a last attempt we tried changing the pass phrase to a 64 characters long hexadecimal pass phrase. That did the trick. Both the Wii and both laptops now connect without any problem. So if you are having problems connecting your Wii to the wireless network, try changing the pass phrase to consist of hexadecimal characters (0-9, A-F) only. For WPA/WPA2 it must be exactly 64 characters long.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2008/12/20/wii-and-netgear-wnr834b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS&#160;vulnerability</title>
		<link>http://ejohansson.se/archives/2008/09/09/dns-vulnerability/</link>
		<comments>http://ejohansson.se/archives/2008/09/09/dns-vulnerability/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 18:07:20 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=273</guid>
		<description><![CDATA[A very interesting read about the serious vulnerability in DNS discovered by Dan Kaminsky earlier this year: An Illustrated Guide to the Kaminsky DNS Vulnerability. Recommend read if you are interested in security. Should be possible to understand even for people without prior knowledge of DNS.
]]></description>
			<content:encoded><![CDATA[<p>A very interesting read about the serious vulnerability in DNS discovered by Dan Kaminsky earlier this year: <a href="http://www.unixwiz.net/techtips/iguide-kaminsky-dns-vuln.html">An Illustrated Guide to the Kaminsky DNS Vulnerability</a>. Recommend read if you are interested in security. Should be possible to understand even for people without prior knowledge of DNS.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2008/09/09/dns-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strip trailing whitespace in&#160;emacs</title>
		<link>http://ejohansson.se/archives/2008/08/26/strip-trailing-whitespace-in-emacs/</link>
		<comments>http://ejohansson.se/archives/2008/08/26/strip-trailing-whitespace-in-emacs/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 22:13:48 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=195</guid>
		<description><![CDATA[Just installed WP-Syntax, a WordPress plugin for highlighting code. The first test will be this short elisp code I wrote to strip trailing whitespace from all lines in a file.

&#40;defun strip-trailing-ws &#40;&#41;
  &#34;Strip trailing whitespace from all lines&#34;
  &#40;interactive&#41;
  &#40;let &#40;&#40;cur &#40;point-marker&#41;&#41;&#41;
    &#40;goto-char &#40;point-min&#41;&#41;
    &#40;while &#40;re-search-forward [...]]]></description>
			<content:encoded><![CDATA[<p>Just installed <a title="WP-Syntax" href="http://wordpress.org/extend/plugins/wp-syntax/">WP-Syntax</a>, a WordPress plugin for highlighting code. The first test will be this short elisp code I wrote to strip trailing whitespace from all lines in a file.</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">defun</span> strip-trailing-ws <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
  <span style="color: #ff0000;">&quot;Strip trailing whitespace from all lines&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>cur <span style="color: #66cc66;">&#40;</span>point-marker<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#40;</span>goto-char <span style="color: #66cc66;">&#40;</span>point-<span style="color: #b1b100;">min</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#40;</span>while <span style="color: #66cc66;">&#40;</span>re-search-forward <span style="color: #ff0000;">&quot;[ <span style="color: #000099; font-weight: bold;">\t</span>]+$&quot;</span> <span style="color: #b1b100;">nil</span> t<span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>replace-match <span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #b1b100;">nil</span> <span style="color: #b1b100;">nil</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#40;</span>goto-char <span style="color: #66cc66;">&#40;</span>marker-position cur<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></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2008/08/26/strip-trailing-whitespace-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
