From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: allow C-x v i / C-x v v to create a repository if none is available Date: Fri, 23 Oct 2009 09:12:50 -0400 Message-ID: References: <200910082047.n98KlkAB020482@godzilla.ics.uci.edu> <200910211906.n9LJ6xN9009962@godzilla.ics.uci.edu> <200910230745.n9N7j3wJ026052@godzilla.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 1256303616 29477 80.91.229.12 (23 Oct 2009 13:13:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Oct 2009 13:13:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 23 15:13:29 2009 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 1N1JxQ-0002mt-5f for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2009 15:13:28 +0200 Original-Received: from localhost ([127.0.0.1]:40304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1JxP-0004z4-JQ for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2009 09:13:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1Jwy-0004k3-1M for emacs-devel@gnu.org; Fri, 23 Oct 2009 09:13:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1Jwt-0004f3-I0 for emacs-devel@gnu.org; Fri, 23 Oct 2009 09:12:59 -0400 Original-Received: from [199.232.76.173] (port=35841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1Jwt-0004ew-7n for emacs-devel@gnu.org; Fri, 23 Oct 2009 09:12:55 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:16854 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1Jws-0006xL-V7 for emacs-devel@gnu.org; Fri, 23 Oct 2009 09:12:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqcGAH9I4UpLd/m0/2dsb2JhbACBUCvXGYQ/BIgign0 X-IronPort-AV: E=Sophos;i="4.44,612,1249272000"; d="scan'208";a="48054458" Original-Received: from 75-119-249-180.dsl.teksavvy.com (HELO pastel.home) ([75.119.249.180]) by ironport2-out.pppoe.ca with ESMTP; 23 Oct 2009 09:12:50 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 42C288225; Fri, 23 Oct 2009 09:12:50 -0400 (EDT) In-Reply-To: <200910230745.n9N7j3wJ026052@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Fri, 23 Oct 2009 00:45:03 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:116323 Archived-At: > Here's a new version of this. > I've never liked the REGISTER argument to vc-responsible-backend, it > makes the function have strange behavior, so I separated > the REGISTER behavior into a new function: > vc-get-backend-for-registration (suggestions for a better name?). > IMHO the code and semantics are a lot cleaner now. Looks fine to me, thank you, Stefan