From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: Checkout of Emacs CVS through firewall Date: 28 Jun 2004 19:51:59 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040609173532.1C7F.JMBARRANQUERO@wke.es> <20040611103511.5F7F.JMBARRANQUERO@wke.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088470869 23132 80.91.224.253 (29 Jun 2004 01:01:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 01:01:09 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 29 03:01:04 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 1Bf6zg-0001ZU-00 for ; Tue, 29 Jun 2004 03:01:04 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bf6zg-0007jw-00 for ; Tue, 29 Jun 2004 03:01:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bf71J-0004pn-Nx for emacs-devel@quimby.gnus.org; Mon, 28 Jun 2004 21:02:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bf70S-0004VZ-PP for emacs-devel@gnu.org; Mon, 28 Jun 2004 21:01:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bf70R-0004Ug-6p for emacs-devel@gnu.org; Mon, 28 Jun 2004 21:01:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bf70R-0004Ud-3d for emacs-devel@gnu.org; Mon, 28 Jun 2004 21:01:51 -0400 Original-Received: from [206.47.199.166] (helo=simmts8-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bf6yj-0003Ly-9A; Mon, 28 Jun 2004 21:00:07 -0400 Original-Received: from empanada.local ([67.71.118.172]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040628235133.SIHV3387.simmts5-srv.bellnexxia.net@empanada.local>; Mon, 28 Jun 2004 19:51:33 -0400 Original-Received: by empanada.local (Postfix, from userid 502) id C04FD228485; Mon, 28 Jun 2004 19:51:59 -0400 (EDT) Original-To: Miles Bader In-Reply-To: Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:25298 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25298 >> leim/quail/4Corner.el >> leim/quail/ARRAY30.el >> leim/quail/CCDOSPY.el > [... etc ...] > These are annoying; it would be nice if they were built using some sort > of consistent naming convention, but I guess they could be enumerated > as "to be ignored". Yup. ~/tmp-0% cat ~/src/emacs/work/leim/quail/.arch-inventory precious ^(CTLau-b5|CTLau|PY|ZIRANMA|quick-b5|quick-cns|tsang-b5|tsang-cns|4Corner|ARRAY30|CCDOSPY|ECDICT|ETZY|PY-b5|Punct-b5|Punct|QJ-b5|QJ|SW|TONEPY|ZOZY)\.el$ # arch-tag: b76ab876-6b85-11d8-a8bd-000a95e675a6 ~/tmp-0% Stefan