From: Pavel SRB <srb@heckler-koch.cz>
To: help-gnu-emacs@gnu.org
Subject: Re: text underline in html template for django
Date: Sun, 18 Nov 2007 15:13:38 +0100 [thread overview]
Message-ID: <47404892.7020802@heckler-koch.cz> (raw)
In-Reply-To: <47402A77.404@gmail.com>
Lennart Borgman (gmail) wrote:
> 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?
>
hi
here is my screenshot:
http://heckler-koch.cz/emacs_django_template_underline.png
You can see i have nxml-mode enable, but it does the same in text-mode
even when abbrev-mode is disable.
next prev parent reply other threads:[~2007-11-18 14:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-17 17:49 text underline in html template for django Pavel SRB
2007-11-18 12:05 ` Lennart Borgman (gmail)
2007-11-18 14:13 ` Pavel SRB [this message]
2007-11-20 17:59 ` Pavel SRB
2007-11-20 18:35 ` Lennart Borgman (gmail)
2007-11-20 19:41 ` Pavel SRB
2007-11-23 0:34 ` Lennart Borgman (gmail)
2007-11-23 7:50 ` Pavel SRB
2007-11-23 9:05 ` Lennart Borgman (gmail)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47404892.7020802@heckler-koch.cz \
--to=srb@heckler-koch.cz \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).