unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Pavel SRB <srb@heckler-koch.cz>
Cc: help-gnu-emacs@gnu.org
Subject: Re: text underline in html template for django
Date: Sun, 18 Nov 2007 13:05:11 +0100	[thread overview]
Message-ID: <47402A77.404@gmail.com> (raw)
In-Reply-To: <473F29C5.5090900@heckler-koch.cz>

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	other threads:[~2007-11-18 12:05 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) [this message]
2007-11-18 14:13   ` Pavel SRB
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=47402A77.404@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=srb@heckler-koch.cz \
    /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).