From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Olivier Ricou Newsgroups: gmane.emacs.bugs Subject: comments with \ Date: Wed, 29 Jan 2003 14:20:19 +0100 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030129132019.GB7367@neuromorpho.chups.jussieu.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043846759 28763 80.91.224.249 (29 Jan 2003 13:25:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2003 13:25:59 +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 18dsE1-0007Tn-00 for ; Wed, 29 Jan 2003 14:25:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dsCA-0003Ig-04 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 29 Jan 2003 08:24:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18dsBz-0003D2-00 for bug-gnu-emacs@gnu.org; Wed, 29 Jan 2003 08:23:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ds9V-0001vo-00 for bug-gnu-emacs@gnu.org; Wed, 29 Jan 2003 08:21:18 -0500 Original-Received: from hermes.epita.fr ([163.5.255.10] helo=epita.fr) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ds8g-0001gn-00 for bug-gnu-emacs@gnu.org; Wed, 29 Jan 2003 08:20:26 -0500 Original-Received: from kualalumpur.lrde.epita.fr (mail@kualalumpur.lrde.epita.fr [10.223.13.1]) by epita.fr id h0TDKOS06998 for EPITA Paris France Wed, 29 Jan 2003 14:20:24 +0100 (MET) Original-Received: from hermes.lrde.epita.fr ([10.223.13.141]) by kualalumpur.lrde.epita.fr with esmtp (Exim 3.35 #1 (Debian)) id 18ds8u-0001Wl-00 for ; Wed, 29 Jan 2003 14:20:40 +0100 Original-Received: by hermes.lrde.epita.fr (Postfix/TLS, from userid 1000) id 7E149AEDC7; Wed, 29 Jan 2003 14:20:19 +0100 (CET) Original-To: bug-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4i X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4341 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4341 In GNU Emacs 20.7.2 (i386-debian-linux-gnu, X toolkit) of Thu Apr 4 2002 on cyberhq modified by Debian configured using `configure i386-debian-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes --with-x-toolkit=yes' Please describe exactly what actions triggered the bug and the precise symptoms of the bug: ==================================== A comment line finished with a \ continues on the next line (at least make and c++ understand it this way). So it would be nice that emacs colorize all the comment line and not only the one starting the # or // exemple for makefile : # this is a comment \ this is also a comment but this is not a comment with my version of emacs, only the first line is in red ====================================