<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How I edit Django templates</title>
	<atom:link href="http://www.chickenwingsw.com/scratches/python/how-i-edit-django-templates/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chickenwingsw.com/scratches/python/how-i-edit-django-templates</link>
	<description>Developing ideas on developing.</description>
	<lastBuildDate>Mon, 05 Jul 2010 05:03:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Angus</title>
		<link>http://www.chickenwingsw.com/scratches/python/how-i-edit-django-templates/comment-page-1#comment-4525</link>
		<dc:creator>Angus</dc:creator>
		<pubDate>Wed, 08 Jul 2009 00:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsoftware.com/scratches/python/how-i-edit-django-templates#comment-4525</guid>
		<description>Thanks very much for posting this, Eddie &amp; Von. Works like a charm in emacs 22. We&#039;re using Django Templates via ErlyDTL for code generation (don&#039;t ask) and I have template syntax highlighting seamlessly inside C++ and Erlang files.</description>
		<content:encoded><![CDATA[Thanks very much for posting this, Eddie &amp; Von. Works like a charm in emacs 22. We're using Django Templates via ErlyDTL for code generation (don't ask) and I have template syntax highlighting seamlessly inside C++ and Erlang files.]]></content:encoded>
	</item>
	<item>
		<title>By: Von</title>
		<link>http://www.chickenwingsw.com/scratches/python/how-i-edit-django-templates/comment-page-1#comment-4255</link>
		<dc:creator>Von</dc:creator>
		<pubDate>Sun, 28 Jun 2009 17:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsoftware.com/scratches/python/how-i-edit-django-templates#comment-4255</guid>
		<description>&lt;p&gt;
Thanks for taking the time to post this. Very useful. I found it works for me in Emacs as long as I built mmm-mode with &quot;configure --with-emacs&quot;.
&lt;/p&gt;&lt;p&gt;
I dislike the default fonts for the submodes (hate non-black background, no accounting for taste), here&#039;s my face tweaks as an example for anyone not familiar with face-tweaking in emacs:
&lt;/p&gt;
&lt;pre&gt;
;; {% %} blocks
(set-face-background &#039;mmm-declaration-submode-face &quot;Black&quot;)
(set-face-foreground &#039;mmm-declaration-submode-face &quot;Plum&quot;)

;; {{ }} blocks
(set-face-background &#039;mmm-output-submode-face &quot;Black&quot;)
(set-face-foreground &#039;mmm-output-submode-face &quot;Green&quot;)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>
Thanks for taking the time to post this. Very useful. I found it works for me in Emacs as long as I built mmm-mode with "configure --with-emacs".
</p><p>
I dislike the default fonts for the submodes (hate non-black background, no accounting for taste), here's my face tweaks as an example for anyone not familiar with face-tweaking in emacs:
</p>
<pre>
;; {% %} blocks
(set-face-background 'mmm-declaration-submode-face "Black")
(set-face-foreground 'mmm-declaration-submode-face "Plum")

;; {{ }} blocks
(set-face-background 'mmm-output-submode-face "Black")
(set-face-foreground 'mmm-output-submode-face "Green")
</pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Chicken Scratches &#187; Blog Archive &#187; Auto-closing Django template tags in Emacs</title>
		<link>http://www.chickenwingsw.com/scratches/python/how-i-edit-django-templates/comment-page-1#comment-396</link>
		<dc:creator>Chicken Scratches &#187; Blog Archive &#187; Auto-closing Django template tags in Emacs</dc:creator>
		<pubDate>Mon, 07 Jul 2008 15:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsoftware.com/scratches/python/how-i-edit-django-templates#comment-396</guid>
		<description>[...] written two previous articles about how I edit Django template files in Emacs and XEmacs. Here is How I edit Django templates. And here is More on editing Django templates in XEmacs. Here today is another little tip that can [...]</description>
		<content:encoded><![CDATA[[...] written two previous articles about how I edit Django template files in Emacs and XEmacs. Here is How I edit Django templates. And here is More on editing Django templates in XEmacs. Here today is another little tip that can [...]]]></content:encoded>
	</item>
</channel>
</rss>
