From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; (CVS HEAD) first replace-string in a file throws error Date: Mon, 03 Mar 2008 22:07:25 +0200 Message-ID: References: <874pbo82yr.fsf@leeloo.anubex.internal> <20080303195230.GB2497@muc.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1204574918 27103 80.91.229.12 (3 Mar 2008 20:08:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2008 20:08:38 +0000 (UTC) Cc: bug-cc-mode@gnu.org, tim.vanholder@gmail.com, lekktu@gmail.com, emacs-pretest-bug@gnu.org To: bug-cc-mode@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 03 21:09:03 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 1JWGxd-00013a-2b for ged-emacs-devel@m.gmane.org; Mon, 03 Mar 2008 21:08:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWGx5-0003xc-Oz for ged-emacs-devel@m.gmane.org; Mon, 03 Mar 2008 15:07:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWGx1-0003uW-1w for emacs-devel@gnu.org; Mon, 03 Mar 2008 15:07:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWGwz-0003sT-DS for emacs-devel@gnu.org; Mon, 03 Mar 2008 15:07:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWGwz-0003s7-2F for emacs-devel@gnu.org; Mon, 03 Mar 2008 15:07:53 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWGwy-0008Jn-EM for emacs-devel@gnu.org; Mon, 03 Mar 2008 15:07:52 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JWGwy-0005Aj-7c for emacs-pretest-bug@gnu.org; Mon, 03 Mar 2008 15:07:52 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JWGwu-0008Il-Mj for emacs-pretest-bug@gnu.org; Mon, 03 Mar 2008 15:07:51 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWGwq-0008FX-Gq; Mon, 03 Mar 2008 15:07:45 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-241-160.inter.net.il [83.130.241.160]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id KLA09648 (AUTH halo1); Mon, 3 Mar 2008 22:07:04 +0200 (IST) In-reply-to: <20080303195230.GB2497@muc.de> (message from Alan Mackenzie on Mon, 3 Mar 2008 19:52:30 +0000) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:91215 gmane.emacs.pretest.bugs:21400 Archived-At: > Date: Mon, 3 Mar 2008 19:52:30 +0000 > From: Alan Mackenzie > Cc: bug-cc-mode@gnu.org, emacs-pretest-bug@gnu.org, lekktu@gmail.com > > This bug was due to coding errors in a bug fix I'd made a few days > earlier. I hadn't realised that this bug fix would percolate up to the > trunk without me doing it myself. Changes to the branch are automatically installed on the trunk, unless the automation fails (meaning that either the change is not needed on the trunk or it conflicts with the trunk code). This magic is done by scripts maintained by Miles.