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: Tue, 04 Mar 2008 06:18:17 +0200 Message-ID: References: <874pbo82yr.fsf@leeloo.anubex.internal> <20080303195230.GB2497@muc.de> <87prubgzge.fsf@catnip.gol.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1204604325 18595 80.91.229.12 (4 Mar 2008 04:18:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2008 04:18:45 +0000 (UTC) Cc: bug-cc-mode@gnu.org, tim.vanholder@gmail.com, emacs-pretest-bug@gnu.org, lekktu@gmail.com To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 04 05:19:11 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 1JWOcQ-0004gs-Lz for ged-emacs-devel@m.gmane.org; Tue, 04 Mar 2008 05:19:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWObt-0007Zv-D5 for ged-emacs-devel@m.gmane.org; Mon, 03 Mar 2008 23:18:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWObo-0007Yy-VH for emacs-devel@gnu.org; Mon, 03 Mar 2008 23:18:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWObn-0007XA-9A for emacs-devel@gnu.org; Mon, 03 Mar 2008 23:18:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWObn-0007X1-1R for emacs-devel@gnu.org; Mon, 03 Mar 2008 23:18:31 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWObm-0004k5-Q4 for emacs-devel@gnu.org; Mon, 03 Mar 2008 23:18:30 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JWObm-0008Iu-H5 for emacs-pretest-bug@gnu.org; Mon, 03 Mar 2008 23:18:30 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JWObj-0004jF-HD for emacs-pretest-bug@gnu.org; Mon, 03 Mar 2008 23:18:30 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWObc-0004hZ-EH; Mon, 03 Mar 2008 23:18:20 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-155-252.inter.net.il [80.230.155.252]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JJP51107 (AUTH halo1); Tue, 4 Mar 2008 06:15:51 +0200 (IST) In-reply-to: <87prubgzge.fsf@catnip.gol.com> (message from Miles Bader on Tue, 04 Mar 2008 08:28:01 +0900) 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:91268 gmane.emacs.pretest.bugs:21402 Archived-At: > From: Miles Bader > Cc: bug-cc-mode@gnu.org, tim.vanholder@gmail.com, lekktu@gmail.com, emacs-pretest-bug@gnu.org > Date: Tue, 04 Mar 2008 08:28:01 +0900 > > Eli Zaretskii writes: > > 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. > > It's more a script-assisted manual task, really So I should have said "this magic is done by Miles". Thanks.