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: Font-lock bug in lisp mode Date: Thu, 05 Sep 2002 01:54:07 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031183669 899 127.0.0.1 (4 Sep 2002 23:54:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2002 23:54:29 +0000 (UTC) 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 17mjyd-0000EG-00 for ; Thu, 05 Sep 2002 01:54: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 17mk0G-0003Vp-00; Wed, 04 Sep 2002 19:56:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mjzv-0003JA-00 for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2002 19:55:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17mjzt-0003Ir-00 for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2002 19:55:47 -0400 Original-Received: from pfepb.post.tele.dk ([193.162.153.3]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mjzt-0003In-00 for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2002 19:55:45 -0400 Original-Received: from defun.localdomain (0xc3f95286.esnxr1.ras.tele.dk [195.249.82.134]) by pfepb.post.tele.dk (Postfix) with ESMTP id 6AFF65EE5A8 for ; Thu, 5 Sep 2002 01:55:42 +0200 (CEST) Original-To: bug-gnu-emacs@gnu.org Original-Lines: 32 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:3421 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3421 In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-04-09 on porky.devel.redhat.com configured using `configure i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-gcc --with-pop --with-sound' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.iso885915 locale-coding-system: iso-latin-9 default-enable-multibyte-characters: t 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. Steps to reproduce: * emacs -q -no-site-file * Turn on font-lock-mode in a buffer in lisp interaction mode. * Type: "foo (" bar * "bar" is coloured as a string.