help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: text underline in html template for django


From: Lennart Borgman (gmail)
Subject: Re: text underline in html template for django
Date: Sun, 18 Nov 2007 13:05:11 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Pavel SRB wrote:
hi all

as all of you i am very happily writting code in emacs, in all bunch of modes. I just started to learn django, and i did not find solution for my problem anywhere.

In django we are writting html templates like this:

<html>
<head>
<title>Muzikanti z lekce 4</title>
</head>
<body>
<table>
{% for muzikant in people %}
<tr>
<td>
<b>
{{ muzikant.name }}
{% if muzikant.nemamezeru %}*{% endif %}
</b>
</td>
<td>
<i{% if muzikant.ma_duraz %} style="font-weight: bold;"{% endif %}>
{{ muzikant.genre }}
</i>
</td>
</tr>
{% endfor %}
</table>
</body>

My problem is that emacs, is underlining my code. As it is not happy with {}. I believe this is not matter of some mode, but some different settings as abbrev. Here is my dotEmacs.

How does the underlining look? Is is red? Is it one or several characters in a row that are underlined?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]