From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Wrong type argument: sequencep, list-font-lock-keywords-2 Date: Sun, 27 Jun 2004 13:41:42 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040625143038.5574.JMBARRANQUERO@wke.es> <200406252144.i5PLiEh01914@raven.dms.auburn.edu> <200406252152.i5PLqLu01921@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1088358130 4806 80.91.224.253 (27 Jun 2004 17:42:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Jun 2004 17:42:10 +0000 (UTC) Cc: jmbarranquero@wke.es, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 27 19:42:04 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BedfH-0002P0-00 for ; Sun, 27 Jun 2004 19:42:03 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BedfH-0003i5-00 for ; Sun, 27 Jun 2004 19:42:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bedgq-0000yo-Us for emacs-devel@quimby.gnus.org; Sun, 27 Jun 2004 13:43:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bedgf-0000uy-JR for emacs-devel@gnu.org; Sun, 27 Jun 2004 13:43:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bedge-0000uX-ER for emacs-devel@gnu.org; Sun, 27 Jun 2004 13:43:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bedge-0000uS-4w for emacs-devel@gnu.org; Sun, 27 Jun 2004 13:43:28 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bedf1-0005ib-EM for emacs-devel@gnu.org; Sun, 27 Jun 2004 13:41:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Bedew-0000Ua-Nv; Sun, 27 Jun 2004 13:41:42 -0400 Original-To: Luc Teirlinck In-reply-to: <200406252152.i5PLqLu01921@raven.dms.auburn.edu> (message from Luc Teirlinck on Fri, 25 Jun 2004 16:52:21 -0500 (CDT)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25276 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25276 Does this patch fix that bug? *** font-lock.el 24 Jun 2004 19:32:27 -0400 1.222 --- font-lock.el 27 Jun 2004 00:45:14 -0400 *************** *** 1257,1263 **** font-lock-syntactic-keywords))) ;; Get down to business. (let ((case-fold-search font-lock-keywords-case-fold-search) ! (keywords (cdr font-lock-syntactic-keywords)) keyword matcher highlights) (while keywords ;; Find an occurrence of `matcher' from `start' to `end'. --- 1257,1263 ---- font-lock-syntactic-keywords))) ;; Get down to business. (let ((case-fold-search font-lock-keywords-case-fold-search) ! (keywords (cddr font-lock-syntactic-keywords)) keyword matcher highlights) (while keywords ;; Find an occurrence of `matcher' from `start' to `end'.