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: Sun, 18 Nov 2007 15:13:38 +0100 Message-ID: <47404892.7020802@heckler-koch.cz> References: <473F29C5.5090900@heckler-koch.cz> <47402A77.404@gmail.com> 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 1195395520 29805 80.91.229.12 (18 Nov 2007 14:18:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 14:18:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 18 15:18:45 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 1Itkyx-00070u-Qg for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Nov 2007 15:18:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itkyk-00008P-FS for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Nov 2007 09:18:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItkyT-00007m-Rf for help-gnu-emacs@gnu.org; Sun, 18 Nov 2007 09:18:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItkyS-00007P-Mc for help-gnu-emacs@gnu.org; Sun, 18 Nov 2007 09:18:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItkyS-00007K-J3 for help-gnu-emacs@gnu.org; Sun, 18 Nov 2007 09:18:12 -0500 Original-Received: from smtpa.forpsi.com ([81.2.195.204] helo=psi1.forpsi.com) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ItkyS-0001yH-1o for help-gnu-emacs@gnu.org; Sun, 18 Nov 2007 09:18:12 -0500 Original-Received: (qmail 15239 invoked by uid 89); 18 Nov 2007 14:18:08 -0000 Original-Received: from unknown (HELO ?192.168.1.110?) (srbanator@heckler-koch.cz@213.180.38.152) by psi1 with ESMTPA; 18 Nov 2007 14:18:08 -0000 User-Agent: Icedove 1.5.0.14pre (X11/20071018) In-Reply-To: <47402A77.404@gmail.com> 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:49322 Archived-At: 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.