From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Introducing 'unrecognized and 'ignored Date: Sun, 06 Jan 2008 19:22:44 -0800 Message-ID: <200801070322.m073MiNR005963@oogie-boogie.ics.uci.edu> References: <17EA38DF-BCC1-4565-8510-5DD10DD667E3@mac.com> <20071229114551.GD9794@thyrsus.com> <20080102021907.GA15494@thyrsus.com> <200801020445.m024jWU2008538@oogie-boogie.ics.uci.edu> <200801031805.m03I5SBf022748@oogie-boogie.ics.uci.edu> <200801050901.m0591mQj011970@oogie-boogie.ics.uci.edu> <20080105143415.GG30869@thyrsus.com> <200801061037.m06AbIRD004966@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199676315 27896 80.91.229.12 (7 Jan 2008 03:25:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 03:25:15 +0000 (UTC) Cc: esr@thyrsus.com, harsanyi@mac.com, rms@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 07 04:25:36 2008 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 1JBicJ-0006ON-2E for ged-emacs-devel@m.gmane.org; Mon, 07 Jan 2008 04:25:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBibv-00019d-KN for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 22:25:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBibq-00016K-16 for emacs-devel@gnu.org; Sun, 06 Jan 2008 22:25:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBibn-00010N-1z for emacs-devel@gnu.org; Sun, 06 Jan 2008 22:25:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBibm-000105-OS for emacs-devel@gnu.org; Sun, 06 Jan 2008 22:25:02 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBibi-00046x-UU; Sun, 06 Jan 2008 22:24:59 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id m073MiNR005963; Sun, 6 Jan 2008 19:22:44 -0800 (PST) In-Reply-To: (Tom Tromey's message of "Sun, 06 Jan 2008 13:00:33 -0700") Original-Lines: 24 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_SV 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:86417 Archived-At: Tom Tromey writes: > I don't understand how the 'dir' argument works with the existing > vc-hg-dir-status. The argument is never used in the function. When I > tried vc-status on a mercurial working directory, I got results for > the whole tree, not the particular subdirectory I requested, which is > also weird. It's a bug in vc-hg-dir-status (and in vc-hg-dir-state). I fixed it. Thanks! > The resulting buffer is always called *vc-status*, which is > unfriendly. Perhaps it should be named after the requested directory. No opinion here. PCL-CVS calls it *cvs*, and it does not seem like a big issue when using it. > I think it would be best to make vc-status work asynchronously from the > very beginning. That is what pcl-cvs and psvn do, and it is nicer to > use on larger trees. I think this is important to do first because it > is simpler to redesign the back end hooks now, if needed. Good idea. Not sure what is the best way to do this. Feel free to change it.