<?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>experimentalworks &#187; tools</title>
	<atom:link href="http://blog.experimentalworks.net/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.experimentalworks.net</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 10:07:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Power of emacs</title>
		<link>http://blog.experimentalworks.net/2007/04/power-of-emacs/</link>
		<comments>http://blog.experimentalworks.net/2007/04/power-of-emacs/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 13:07:13 +0000</pubDate>
		<dc:creator>dsp</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://wp.experimentalworks.net/?p=25</guid>
		<description><![CDATA[Looking around in the internet for some useful emacs stuff and reading some emacs blogs, I found out that there is an emacs lisp package to use XML-RPC blogging APIs from emacs.So in fact you can post and edit your blog entries using emacs.Crazy stuffBy the way, this post was written using emacs.
]]></description>
			<content:encoded><![CDATA[<p>Looking around in the internet for some useful <a href="http://gnu.org/software/emacs" target="_self">emacs</a> stuff and reading some <a href="http://emacs.wordpress.com/" target="_blank">emacs blogs</a>, I found out that there is an emacs lisp package to use XML-RPC blogging APIs from emacs.
<p />So in fact you can <a href="http://blogs.igalia.com/jmunhoz/2006/05/22/blogging-in-emacs" target="_self">post and edit</a> your blog entries using emacs.
<p />Crazy stuff
<p />By the way, this post was written using emacs.</p>
<p class="wp-flattr-button"></p> <p><a href="http://blog.experimentalworks.net/?flattrss_redirect&amp;id=25&amp;md5=6baf8b5e0d9bcebd5b834294cd7b817d" title="Flattr" target="_blank"><img src="http://blog.experimentalworks.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.experimentalworks.net/2007/04/power-of-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs, UTF-8 and German Umlaute</title>
		<link>http://blog.experimentalworks.net/2007/04/emacs-utf-8-and-german-umlaute/</link>
		<comments>http://blog.experimentalworks.net/2007/04/emacs-utf-8-and-german-umlaute/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 22:53:29 +0000</pubDate>
		<dc:creator>dsp</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://wp.experimentalworks.net/?p=24</guid>
		<description><![CDATA[I use Ubuntu 7.04 Feisty Fawn and emacs-nox 21.4.1. As the GNOME environment uses UTF-8 but emacs doesn't recognize it, I couldn't insert german umlaute du to the emacs keyboard-coding-system. To solve this problem I added the following lisp code to my ~/.emacs file. It figures out if the language environment is set to ...]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://ubuntu.com" >Ubuntu 7.04 Feisty Fawn</a> and <a href="http://www.gnu.org/software/emacs/" >emacs-nox 21.4.1</a>. As the <a href="http://gnome.org" >GNOME</a> environment uses <a href="http://en.wikipedia.org/wiki/UTF-8" >UTF-8</a> but emacs doesn&#8217;t recognize it, I couldn&#8217;t insert german umlaute du to the emacs <em>keyboard-coding-system</em>. To solve this problem I added the following <a href="http://www.gnu.org/software/emacs/emacs-lisp-intro/emacs-lisp-intro.html" >lisp</a> code to my ~/.emacs file. It figures out if the language environment is set to UTF-8 and changes the necessary variables.</p>
<blockquote><p>
(if (string-match &#8220;UTF&#8221; (getenv &#8220;LANG&#8221;))<br />
 (progn<br />
  (setq locale-coding-system &#8216;utf-8)<br />
  (set-terminal-coding-system &#8216;utf-8)<br />
  (set-keyboard-coding-system &#8216;utf-8)<br />
  (set-selection-coding-system &#8216;utf-8)<br />
  (prefer-coding-system &#8216;utf-8))<br />
)
</p></blockquote>
<p class="wp-flattr-button"></p> <p><a href="http://blog.experimentalworks.net/?flattrss_redirect&amp;id=24&amp;md5=885f4c062bc4d4f83569e48d20787b3f" title="Flattr" target="_blank"><img src="http://blog.experimentalworks.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.experimentalworks.net/2007/04/emacs-utf-8-and-german-umlaute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

