From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuan MEI Newsgroups: gmane.emacs.devel Subject: c-neutralize-syntax-in-and-mark-CPP: Args out of range: 2, 3 Date: Tue, 19 Jan 2010 11:00:14 -0600 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1263920651 16820 80.91.229.12 (19 Jan 2010 17:04:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Jan 2010 17:04:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 19 18:04:03 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NXHUo-0007JS-2j for ged-emacs-devel@m.gmane.org; Tue, 19 Jan 2010 18:04:02 +0100 Original-Received: from localhost ([127.0.0.1]:58527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXHUo-0004oi-Qy for ged-emacs-devel@m.gmane.org; Tue, 19 Jan 2010 12:04:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXHRJ-0003Re-E1 for emacs-devel@gnu.org; Tue, 19 Jan 2010 12:00:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXHRE-0003P0-H8 for emacs-devel@gnu.org; Tue, 19 Jan 2010 12:00:24 -0500 Original-Received: from [199.232.76.173] (port=56561 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXHRE-0003Ou-8V for emacs-devel@gnu.org; Tue, 19 Jan 2010 12:00:20 -0500 Original-Received: from mail-bw0-f219.google.com ([209.85.218.219]:58355) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NXHRD-0003Dq-Lw for emacs-devel@gnu.org; Tue, 19 Jan 2010 12:00:19 -0500 Original-Received: by bwz19 with SMTP id 19so2561040bwz.8 for ; Tue, 19 Jan 2010 09:00:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=lA/HeOV0JNWW1UvYOT8pdbTfYxJMfqGeB5cswg1bigo=; b=CsvsnhBtnlteQNeVUAYy5mAe4BRHJ3LaiMp/OpbjNc3tK2STQifQ7EuMkpgfRuwKfw RKw5SNtIW4t2Tp+aU0nlHupxcc1yl7Uli+u2r6AGPwjMm63m5cUY1qmAHyav6LZ96QB+ vhnDI7U9foAT2xosvhhLUamrggaIo1h0pbVP8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Wu3lrvCUNR+AMnMp4DII0xPGmz7EM7l1EhQOmfJCMd08J821JGWAWnC2C4mPIKSaVC KwKQXqKsNXSvWFLgcAfJQ1iDo4HUIddoqnHAIrEIdMaKYieFxzRkcR5ja10Q1zLOGbnF 4X6hjLNG7lKrhGa4Men70HLEW/VUUIuGnl+G4= Original-Received: by 10.204.18.211 with SMTP id x19mr4459937bka.116.1263920415613; Tue, 19 Jan 2010 09:00:15 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120235 Archived-At: Hi, I am following the latest bzr revno: 99377 (emacs version 23.1.91.1). Start with `emacs -Q' and create a new .c file. Then when I was trying to type `#include ', as soon as I typed the leading `#', the error `c-neutralize-syntax-in-and-mark-CPP: Args out of range: 2, 3' showed up. Any reason why this is happening? Also if I turn on the font-lock in cc-mode, after the first time such error occurred, the syntax highlighting went wrong (not completely off, but not reliable). Thanks, ymei