From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Frederik Fouvry Newsgroups: gmane.emacs.bugs Subject: fix commentary in fast-lock Date: Thu, 28 Oct 2004 11:22:45 +0200 (CEST) Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20041028092245.52D0E10C80@cc.at.coli.uni-sb.de> Reply-To: Frederik.Fouvry@CoLi.Uni-SB.DE NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098955413 19363 80.91.229.6 (28 Oct 2004 09:23:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2004 09:23:33 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 28 11:23:21 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CN6V7-00065g-00 for ; Thu, 28 Oct 2004 11:23:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CN6cu-0003VT-GH for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Oct 2004 05:31:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CN6cp-0003VE-A2 for bug-gnu-emacs@gnu.org; Thu, 28 Oct 2004 05:31:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CN6co-0003Uh-5J for bug-gnu-emacs@gnu.org; Thu, 28 Oct 2004 05:31:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CN6cn-0003UJ-QH for bug-gnu-emacs@gnu.org; Thu, 28 Oct 2004 05:31:17 -0400 Original-Received: from [134.96.7.3] (helo=indyio.rz.uni-saarland.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CN6Ub-000591-Mz for bug-gnu-emacs@gnu.org; Thu, 28 Oct 2004 05:22:50 -0400 Original-Received: from top.coli.uni-sb.de (top.coli.uni-sb.de [134.96.68.10]) by indyio.rz.uni-saarland.de (8.12.10/8.12.10) with ESMTP id i9S9Mjc814114050 for ; Thu, 28 Oct 2004 11:22:46 +0200 (CST) Original-Received: from cc.at.coli.uni-sb.de (cc.at.coli.uni-sb.de [134.96.104.80]) by top.coli.uni-sb.de (8.9.3p3/8.9.3) with ESMTP id LAA16845 for ; Thu, 28 Oct 2004 11:22:45 +0200 (MET DST) Original-Received: by cc.at.coli.uni-sb.de (Postfix, from userid 1292) id 52D0E10C80; Thu, 28 Oct 2004 11:22:45 +0200 (CEST) Original-To: bug-gnu-emacs@gnu.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.1 (indyio.rz.uni-saarland.de [134.96.7.3]); Thu, 28 Oct 2004 11:22:46 +0200 (CEST) X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.28.0.12; VDF 6.28.0.43 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9489 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9489 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2004-02-19 on cc.at.coli.uni-sb.de configured using `configure --prefix=/export/black --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-x --with-gcc --with-pop --with-sound' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: POSIX value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: de_DE@euro value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_GB locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: The Commentary section in fast-lock.el begins as follows: ---------------------------------------------------------------------- ;;; Commentary: ;; Lazy Lock mode is a Font Lock support mode. ---------------------------------------------------------------------- The copy-paste-devil has been at work: replace "Lazy" by "Fast".