From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.bugs Subject: Re: Font-lock bug in lisp mode Date: Thu, 05 Sep 2002 08:17:02 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031206588 11182 127.0.0.1 (5 Sep 2002 06:16:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 06:16:28 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17mpwJ-0002uE-00 for ; Thu, 05 Sep 2002 08:16:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mpxv-0005xw-00; Thu, 05 Sep 2002 02:18:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mpxo-0005xl-00 for bug-gnu-emacs@gnu.org; Thu, 05 Sep 2002 02:18:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17mpxm-0005xZ-00 for bug-gnu-emacs@gnu.org; Thu, 05 Sep 2002 02:17:59 -0400 Original-Received: from pfepb.post.tele.dk ([193.162.153.3]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mpxm-0005xV-00 for bug-gnu-emacs@gnu.org; Thu, 05 Sep 2002 02:17:58 -0400 Original-Received: from defun.localdomain (0xc3d7e0bf.esnxr4.ras.tele.dk [195.215.224.191]) by pfepb.post.tele.dk (Postfix) with ESMTP id 71D255EF055; Thu, 5 Sep 2002 08:17:55 +0200 (CEST) Original-To: Eli Zaretskii In-Reply-To: (Eli Zaretskii's message of "Thu, 5 Sep 2002 07:22:34 +0200 (IST)") Original-Lines: 12 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-redhat-linux-gnu) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3428 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3428 Eli Zaretskii writes: > On Thu, 5 Sep 2002, Jesper Harder wrote: > >> Font-locking fails in lisp mode when you have a multi-line string with an >> opening bracket as the first character of the last line -- subsequent >> words are coloured as strings. > > This issue and the way to work around this limitation are documented in > etc/PROBLEMS. Thanks for the pointer, and sorry about the line noise :-)