From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: More .cvsignore entries? Date: Mon, 15 Jul 2002 16:10:13 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200207152010.g6FKADX26334@rum.cs.yale.edu> References: <200207151413.g6FEDPk24472@rum.cs.yale.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026763893 25921 127.0.0.1 (15 Jul 2002 20:11:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 15 Jul 2002 20:11:33 +0000 (UTC) Cc: "Stefan Monnier" , emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17UCBv-0006js-00 for ; Mon, 15 Jul 2002 22:11:31 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17UCMV-0008Ua-00 for ; Mon, 15 Jul 2002 22:22:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17UCBm-00068O-00; Mon, 15 Jul 2002 16:11:22 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17UCAj-00065q-00 for ; Mon, 15 Jul 2002 16:10:17 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g6FKADX26334; Mon, 15 Jul 2002 16:10:13 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-15?q?Gro=DFjohann?=) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5770 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5770 > >> | In directory .: > >> | In directory info: > >> | Unknown info/elisp-covers.texi > >> | Unknown info/elisp-vol1.texi > >> | Unknown info/elisp-vol2.texi > > > > Where do they come from ? Why don't you just delete them ? > > If they come back, it's a bug somewhere and we should fix it instead > > of hiding the problem by adding them to .cvsignore. > > I tried to delete them, and "cvs update" put them back. So I think > it's "cvs remove" time... How on earth could `cvs update' put them back and at the same time have `cvs -n update' say that they are "Unknown" ? I doubt `cvs remove' will help, but feel free to try. As far as I can see, there is simply no such info/elisp-covers.texi file in the repository at all. BTW, I'm mildly annoyed at the use of @copying since my texinfo burps on it saying it's an unknown command. I'm using texinfo-4.1 from RedHat-7.3 which is not ancient in my book. Until now, texinfo-4.0 was enough. Is @copying really important ? Stefan