From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: [CVS] regex.[ch] missing in CVS checkout Date: 04 Jan 2004 14:43:26 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87smivtpg1.fsf@floss.red-bean.com> References: <20031223225322.8E9BA612AA@sandy.gi.alaska.edu> <87ad5hr9nl.fsf@tc-1-100.kawasaki.gol.ne.jp> <871xqfl27l.fsf@tc-1-100.kawasaki.gol.ne.jp> Reply-To: kfogel@red-bean.com NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073267482 23505 80.91.224.253 (5 Jan 2004 01:51:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jan 2004 01:51:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jan 05 02:51:18 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 1AdJtm-0003qg-00 for ; Mon, 05 Jan 2004 02:51:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdJtm-00009c-00 for ; Mon, 05 Jan 2004 02:51:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AdKp4-0002XK-QP for emacs-devel@quimby.gnus.org; Sun, 04 Jan 2004 21:50:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AdKoe-0002WU-4s for emacs-devel@gnu.org; Sun, 04 Jan 2004 21:50:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AdKo6-0002Eg-LL for emacs-devel@gnu.org; Sun, 04 Jan 2004 21:50:02 -0500 Original-Received: from [207.115.63.73] (helo=pimout5-ext.prodigy.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AdKo6-0002EY-9G; Sun, 04 Jan 2004 21:49:30 -0500 Original-Received: from floss.red-bean.com (adsl-66-73-168-220.dsl.chcgil.ameritech.net [66.73.168.220]) by pimout5-ext.prodigy.net (8.12.10/8.12.10) with ESMTP id i051lw6R341924; Sun, 4 Jan 2004 20:48:02 -0500 Original-Received: from kfogel by floss.red-bean.com with local (Exim 3.34 #1 (Debian)) id 1AdF5q-00052V-00; Sun, 04 Jan 2004 14:43:26 -0600 Original-To: Miles Bader Emacs: because extension languages should come with the editor built in. In-Reply-To: <871xqfl27l.fsf@tc-1-100.kawasaki.gol.ne.jp> Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:19005 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19005 Miles Bader writes: > Stefan Monnier writes: > > What should be done is to copy $CVSROOT/gnulib/regex.[ch],v (and not > > $CVSROOT/gnulib/lib/regex.[ch],v) to $CVSROOT/emacs/src. > > Maybe moving them would work just as well, but copying is safer. > > This got done a while ago... (just got back from vacation?) > > There was some talk about also adding a CVS hook to prevent > modifications, but I don't know if anything got done. In case this wasn't done, but someone with the requisite access wants to do it, a method was posted here: http://mail.gnu.org/archive/html/emacs-devel/2003-12/msg00663.html (Mentioning it because posts made during holidays can sometimes drop into the ether...) -Karl