<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PLEASE READ BEFORE SHARING &#187; emacs</title>
	<atom:link href="http://panduwana.wordpress.com/category/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://panduwana.wordpress.com</link>
	<description>As the right of each sentient species to live in accordance with its normal cultural evolution is considered sacred, no Star Fleet personnel may interfere with the normal and healthy development of alien life and culture. Such interference includes introducing superior knowledge, strength, or technology to a world whose society is incapable of handling such advantages wisely. Star Fleet personnel may not violate this Prime Directive, even to save their lives and/or their ship, unless they are acting to right an earlier violation or an accidental contamination of said culture. This directive takes precedence over any and all other considerations, and carries with it the highest moral obligation.</description>
	<lastBuildDate>Sun, 03 Feb 2013 16:48:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='panduwana.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>PLEASE READ BEFORE SHARING &#187; emacs</title>
		<link>http://panduwana.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://panduwana.wordpress.com/osd.xml" title="PLEASE READ BEFORE SHARING" />
	<atom:link rel='hub' href='http://panduwana.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Patches for Zen-Coding Plug-in for Emacs</title>
		<link>http://panduwana.wordpress.com/2011/02/23/patches-for-zen-coding-plug-in-for-emacs/</link>
		<comments>http://panduwana.wordpress.com/2011/02/23/patches-for-zen-coding-plug-in-for-emacs/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 08:16:40 +0000</pubDate>
		<dc:creator>panduwana</dc:creator>
				<category><![CDATA[clojure]]></category>
		<category><![CDATA[elisp]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[haml]]></category>
		<category><![CDATA[zen-coding]]></category>

		<guid isPermaLink="false">http://panduwana.wordpress.com/?p=131</guid>
		<description><![CDATA[Recently I was appointed to become the maintainer of the zen-coding plugin for Emacs after I submitted several patches for it. What the patches do: #id and .classes can now be used without specifying the tag name (it will default to div). Automatically self-close self-closing tags (br, img, input) except if it has child(ren). The [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panduwana.wordpress.com&#038;blog=13163096&#038;post=131&#038;subd=panduwana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently I was appointed to become the maintainer of the <a href="https://github.com/chrisdone/zencoding">zen-coding plugin for Emacs</a> after I submitted several patches for it. What the patches do:</p>
<ul>
<li>#id and .classes can now be used without specifying the tag name (it will default to div).</li>
<li>Automatically self-close self-closing tags (br, img, input) except if it has child(ren). The latter is useful when you are writing xml that happens to have tags named br/img/input.</li>
<li>Support for quoted attribute value (E attr=&#8221;value&#8221;), useful if the attribute value contains special characters, such as parentheses.</li>
<li>Tag expander syntax support (E+) automatically expands tags that have obvious children (table, ol, ul, dl). For example ul+ will be expanded to &lt;ul&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;.</li>
<li>Improved formatting (indentation and newlines).</li>
<li>Added <a href="http://code.google.com/p/zen-coding/wiki/Filters">filters support</a>. Implemented filters (other than html) are:
<ul>
<li>c (comments for elements with #id or .classes).</li>
<li>haml.</li>
<li>hic (clojure&#8217;s hiccup).</li>
<li>e (escape xml-unsafe characters &lt; &gt; and &amp;).</li>
</ul>
</li>
</ul>
<p>If you are writing html/haml/hiccup using Emacs, you might find the plugin useful. <a href="https://github.com/chrisdone/zencoding">Check it out</a>. Contributions are welcomed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/panduwana.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/panduwana.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panduwana.wordpress.com&#038;blog=13163096&#038;post=131&#038;subd=panduwana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://panduwana.wordpress.com/2011/02/23/patches-for-zen-coding-plug-in-for-emacs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3127caeaad3e4eb8d20e2589356567c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">panduwana</media:title>
		</media:content>
	</item>
	</channel>
</rss>