From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: My plans for VC mode Date: Sat, 22 Nov 2014 17:44:55 +0100 Message-ID: <869C160C-7CA8-4B37-B265-AFFB179E1385@swipnet.se> References: <20141122133351.46279382C23@snark.thyrsus.com> <593E5C6A-D8AF-4D15-9A0E-79E43784ACAA@swipnet.se> <20141122162903.GB25909@thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1416674728 25830 80.91.229.3 (22 Nov 2014 16:45:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Nov 2014 16:45:28 +0000 (UTC) Cc: emacs-devel@gnu.org, "Eric S. Raymond" To: esr@thyrsus.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 22 17:45:21 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XsDoG-0001tU-TP for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 17:45:21 +0100 Original-Received: from localhost ([::1]:45972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsDoG-0001Rs-Ho for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 11:45:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsDo0-0001OF-B2 for emacs-devel@gnu.org; Sat, 22 Nov 2014 11:45:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsDnu-0000qi-Lz for emacs-devel@gnu.org; Sat, 22 Nov 2014 11:45:04 -0500 Original-Received: from mailfe02.swip.net ([212.247.154.33]:33524 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsDnu-0000qa-Et for emacs-devel@gnu.org; Sat, 22 Nov 2014 11:44:58 -0500 X-T2-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_40 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 551515025; Sat, 22 Nov 2014 17:44:56 +0100 In-Reply-To: <20141122162903.GB25909@thyrsus.com> X-Mailer: Apple Mail (2.1993) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.33 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178029 Archived-At: Hi. > 22 nov 2014 kl. 17:29 skrev Eric S. Raymond : >=20 > Jan D. : >> Do you have any plans for async checkin/commit from vc? >=20 > Not yet. How do you want this to work? Just mindstorming here, but I would expect something like make/grep, = i.e. the output of the command goes to another buffer and you can = continue working in other buffers. Come to think of it, it would be nice for other commands like vc-dir, = which I see lock up Emacs when working with slow connections to = non-local repositories. If this could be generalized, i.e. if all vc-commands would be asynchronous it would improve the user = experience. Jan D.