From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: vc-dired Date: Sun, 22 Jul 2007 03:09:48 +0900 (JST) Message-ID: <20070722.030948.237346098.jet@gyve.org> References: <200707040954.l649s61i029010@oogie-boogie.ics.uci.edu> <20070704.191148.55051632.jet@gyve.org> <200707211727.l6LHRAC5017861@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185041461 11881 80.91.229.12 (21 Jul 2007 18:11:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jul 2007 18:11:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: dann@ics.uci.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 21 20:10:55 2007 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 1ICJPr-000640-1j for ged-emacs-devel@m.gmane.org; Sat, 21 Jul 2007 20:10:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICJPq-0006R1-HB for ged-emacs-devel@m.gmane.org; Sat, 21 Jul 2007 14:10:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICJP3-0006Bg-0T for emacs-devel@gnu.org; Sat, 21 Jul 2007 14:10:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICJP1-0006B0-Au for emacs-devel@gnu.org; Sat, 21 Jul 2007 14:10:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICJP1-0006At-2s for emacs-devel@gnu.org; Sat, 21 Jul 2007 14:10:03 -0400 Original-Received: from mo10.iij4u.or.jp ([210.138.174.78]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ICJP0-00009r-EV for emacs-devel@gnu.org; Sat, 21 Jul 2007 14:10:02 -0400 Original-Received: by mo.iij4u.or.jp (mo10) id l6LI9uiA010605; Sun, 22 Jul 2007 03:09:56 +0900 Original-Received: from localhost (h219-110-068-001.catv01.itscom.jp [219.110.68.1]) by mbox.iij4u.or.jp (mbox10) id l6LI9nYd009419; Sun, 22 Jul 2007 03:09:53 +0900 In-Reply-To: <200707211727.l6LHRAC5017861@oogie-boogie.ics.uci.edu> X-Mailer: Mew version 5.2 on Emacs 22.1.50 / Mule 5.0 (SAKAKI) X-detected-kernel: 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:75250 Archived-At: > > I was interested in merge DVC to GNU Emacs. However, these days, I am > > busy and I get interests to extend vc-dired, so I've just asked DVC > > developers to assign another people for working on the merging task. > > Given that you are interested in vc-dired, can you please look into > these issues: > > - pass --ignore= to ls so that it does not recurse into things like > .svn directories > > - If vc-dired dot show any files it displays the message: "No files > locked under DIRNAME". I suppose the "locked" terminology comes from > RCS, and it probably does not mean anything to most people > nowadays. O.K. I'll take a look for these issues. Give me time. A bit busy now. Masatake YAMATO