From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: Passing flags using vc-do-command Date: Sat, 12 Mar 2011 09:40:44 +0100 Message-ID: <87fwqspw8j.fsf@speer.lan> References: <87lj0qstpw.fsf@speer.lan> <87lj0oyfar.fsf@speer.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299919261 12383 80.91.229.12 (12 Mar 2011 08:41:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2011 08:41:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 12 09:40:57 2011 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.69) (envelope-from ) id 1PyKNc-0000nG-JK for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2011 09:40:56 +0100 Original-Received: from localhost ([127.0.0.1]:59341 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyKNc-00014m-0d for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2011 03:40:56 -0500 Original-Received: from [140.186.70.92] (port=53595 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyKNT-0000zj-Oq for emacs-devel@gnu.org; Sat, 12 Mar 2011 03:40:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyKNS-0003h1-RE for emacs-devel@gnu.org; Sat, 12 Mar 2011 03:40:47 -0500 Original-Received: from smtp-vbr2.xs4all.nl ([194.109.24.22]:1567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyKNS-0003go-Jf for emacs-devel@gnu.org; Sat, 12 Mar 2011 03:40:46 -0500 Original-Received: from speer.lan (a80-101-193-22.adsl.xs4all.nl [80.101.193.22]) by smtp-vbr2.xs4all.nl (8.13.8/8.13.8) with ESMTP id p2C8eiFl023543 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Sat, 12 Mar 2011 09:40:44 +0100 (CET) (envelope-from Lute.Kamstra.lists@xs4all.nl) Original-Received: from lute by speer.lan with local (Exim 4.74) (envelope-from ) id 1PyKNQ-0006l6-24; Sat, 12 Mar 2011 09:40:44 +0100 In-Reply-To: (Andy Moreton's message of "Thu, 10 Mar 2011 13:58:26 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Original-Lines: 18 X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 X-Received-From: 194.109.24.22 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:137141 Archived-At: Andy Moreton writes: >>> What about adding a more versatile version of vc-do-command that >>> accepts after-flags as well as before-flags and implement the current >>> vc-do-command using that? I could implement it and send in a patch. >> >> That could work as well. >> >> >> Stefan > > I think that vc-hg-command does something similar - perhaps it > could be generalised to enhance vc-do-command ? I'm not sure what you mean. vc-hg-command simply calls vc-do-command. It does not duplicate any of its functionality. Lute