From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pavel SRB Newsgroups: gmane.emacs.help Subject: Re: text underline in html template for django Date: Tue, 20 Nov 2007 18:59:12 +0100 Message-ID: <47432070.30409@heckler-koch.cz> References: <473F29C5.5090900@heckler-koch.cz> <47402A77.404@gmail.com> <47404892.7020802@heckler-koch.cz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195581864 30292 80.91.229.12 (20 Nov 2007 18:04:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 18:04:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 20 19:04:29 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IuXSU-0000Tc-Ux for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Nov 2007 19:04:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuXSH-0001qB-99 for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Nov 2007 13:04:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuXRz-0001nM-Fd for help-gnu-emacs@gnu.org; Tue, 20 Nov 2007 13:03:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuXRw-0001h9-Dd for help-gnu-emacs@gnu.org; Tue, 20 Nov 2007 13:03:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuXRw-0001gs-7v for help-gnu-emacs@gnu.org; Tue, 20 Nov 2007 13:03:52 -0500 Original-Received: from smtpa.forpsi.com ([81.2.195.204] helo=psi3.forpsi.com) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IuXRv-0001Gw-Hi for help-gnu-emacs@gnu.org; Tue, 20 Nov 2007 13:03:51 -0500 Original-Received: (qmail 13202 invoked by uid 89); 20 Nov 2007 18:03:47 -0000 Original-Received: from unknown (HELO ?192.168.1.110?) (srbanator@heckler-koch.cz@213.180.38.152) by psi3 with ESMTPA; 20 Nov 2007 18:03:45 -0000 User-Agent: Icedove 1.5.0.14pre (X11/20071018) In-Reply-To: <47404892.7020802@heckler-koch.cz> X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49363 Archived-At: Pavel SRB wrote: > 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: >>> >>> >>> >>> Muzikanti z lekce 4 >>> >>> >>> >>> {% for muzikant in people %} >>> >>> >>> >>> >>> {% endfor %} >>>
>>> >>> {{ muzikant.name }} >>> {% if muzikant.nemamezeru %}*{% endif %} >>> >>> >>> >>> {{ muzikant.genre }} >>> >>>
>>> >>> >>> 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. > > > > > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > hi, nobody got any idea? thank you very much