From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: Re: Update: vc-cvs-dir-state Date: 17 Feb 2003 09:18:39 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1045469918.538.24.camel@localhost> References: <200302161522.AAA05849@latour.mse.kyutech.ac.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045470169 20558 80.91.224.249 (17 Feb 2003 08:22:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Feb 2003 08:22:49 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18kgY4-0005LS-00 for ; Mon, 17 Feb 2003 09:22:48 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18kgmM-0006gD-00 for ; Mon, 17 Feb 2003 09:37:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18kgX3-0008Ne-08 for emacs-devel@quimby.gnus.org; Mon, 17 Feb 2003 03:21:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18kgWj-0008Hv-00 for emacs-devel@gnu.org; Mon, 17 Feb 2003 03:21:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18kgUZ-0007Lc-00 for emacs-devel@gnu.org; Mon, 17 Feb 2003 03:19:13 -0500 Original-Received: from mailout09.sul.t-online.com ([194.25.134.84]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18kgUV-0007GH-00 for emacs-devel@gnu.org; Mon, 17 Feb 2003 03:19:08 -0500 Original-Received: from fwd05.sul.t-online.de by mailout09.sul.t-online.com with smtp id 18kgUO-0003za-05; Mon, 17 Feb 2003 09:19:00 +0100 Original-Received: from [10.0.1.2] (520036110746-0001@[217.81.123.118]) by fmrl05.sul.t-online.com with esmtp id 18kgU5-0gdP96C; Mon, 17 Feb 2003 09:18:41 +0100 Original-To: umerin@mse.kyutech.ac.jp In-Reply-To: <200302161522.AAA05849@latour.mse.kyutech.ac.jp> X-Mailer: Ximian Evolution 1.2.2 X-Sender: 520036110746-0001@t-dialin.net X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11703 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11703 On Sun, 2003-02-16 at 16:22, Masanobu UMEDA wrote: > It is sometimes useful to have unregistered subdirectories in a > directory which is under the control of CVS. However, current > implementation of vc-cvs-dir-state in vc-cvs.el (of Emacs 21.2) does > not work if a directory contains unregistered subdirectories. Here is > more useful implementation of vc-cvs-dir-state. It checks if a given > subdirectory is under the control of CVS or not. By using this, > vc-directory never get fails even if a directory contains unregistered > subdirectories. I've installed this. Thanks.