From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Van Holder Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; (CVS HEAD) first replace-string in a file throws error Date: Mon, 03 Mar 2008 12:24:44 +0100 Message-ID: <874pbo82yr.fsf@leeloo.anubex.internal> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204544495 875 80.91.229.12 (3 Mar 2008 11:41:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2008 11:41:35 +0000 (UTC) Cc: bug-cc-mode@gnu.org To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 03 12:42:01 2008 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 1JW93H-00034m-5w for ged-emacs-devel@m.gmane.org; Mon, 03 Mar 2008 12:41:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JW92j-00014P-Rh for ged-emacs-devel@m.gmane.org; Mon, 03 Mar 2008 06:41:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JW8n5-0004od-CD for emacs-devel@gnu.org; Mon, 03 Mar 2008 06:25:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JW8n1-0004lk-PF for emacs-devel@gnu.org; Mon, 03 Mar 2008 06:25:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JW8n1-0004lR-ET for emacs-devel@gnu.org; Mon, 03 Mar 2008 06:25:03 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JW8n0-0000YD-Tx for emacs-devel@gnu.org; Mon, 03 Mar 2008 06:25:03 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JW8n0-0002H1-IX for emacs-pretest-bug@gnu.org; Mon, 03 Mar 2008 06:25:02 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JW8mx-0000X9-52 for emacs-pretest-bug@gnu.org; Mon, 03 Mar 2008 06:25:02 -0500 Original-Received: from 179.75-78-194.adsl-static.isp.belgacom.be ([194.78.75.179] helo=mail.anubex.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JW8mt-0000Vj-AM; Mon, 03 Mar 2008 06:24:55 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.anubex.com (Postfix) with ESMTP id BEF8FD5AA03; Mon, 3 Mar 2008 12:24:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at anubex.com Original-Received: from mail.anubex.com ([127.0.0.1]) by localhost (mail.anubex.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JtMedcuRJnju; Mon, 3 Mar 2008 12:24:45 +0100 (CET) Original-Received: from leeloo.anubex.internal (177.75-78-194.adsl-static.isp.belgacom.be [194.78.75.177]) by mail.anubex.com (Postfix) with ESMTP id 5CF7CD5AA02; Mon, 3 Mar 2008 12:24:45 +0100 (CET) Original-Received: from tim by leeloo.anubex.internal with local (Exim 4.63) (envelope-from ) id 1JW8mi-0005Gz-H2; Mon, 03 Mar 2008 12:24:44 +0100 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:91166 gmane.emacs.pretest.bugs:21393 Archived-At: With this morning's build from CVS HED, the very first replace-string in a C++ file buffer throws an error ("Invalid search bound (wrong side of point)"), which *Messages* indicates as being thrown by c-neutralize-syntax-in-CPP. Note that this may be caused by the fact that this was a "cvs up; make" type build; I cannot currently verify the problem in a clean bootstrapped build due to the bootstrap issue reported earlier by Angelo Graziosi (which seems to be a real bug, as bumping max-specdpl-size from 1000 to 10000 in eval.c has no effect).