From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: My plans for VC mode Date: Sun, 23 Nov 2014 03:01:39 +0200 Message-ID: <547131F3.5050000@yandex.ru> References: <20141122133351.46279382C23@snark.thyrsus.com> <86r3wvb900.fsf@yandex.ru> <20141122163707.GC25909@thyrsus.com> <5470CBEC.3000500@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1416704543 19582 80.91.229.3 (23 Nov 2014 01:02:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2014 01:02:23 +0000 (UTC) Cc: esr@thyrsus.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 02:02:16 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 1XsLZ9-0004Vq-2G for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 02:02:15 +0100 Original-Received: from localhost ([::1]:47322 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsLZ8-0008Ts-Ff for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 20:02:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsLYn-0008TW-8h for emacs-devel@gnu.org; Sat, 22 Nov 2014 20:02:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsLYe-0001NZ-90 for emacs-devel@gnu.org; Sat, 22 Nov 2014 20:01:53 -0500 Original-Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:34600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsLYe-0001NT-1p for emacs-devel@gnu.org; Sat, 22 Nov 2014 20:01:44 -0500 Original-Received: by mail-wg0-f54.google.com with SMTP id y10so9539126wgg.13 for ; Sat, 22 Nov 2014 17:01:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qLpQXrrG2DNWPVTBaANPcmNuQkZXR7/nbQJsELKLh18=; b=jxI9ghvSjz49naoUEXE3HXbUym11jxRkoKcjxGXXsmVfpLyx8SWWqB7IieRZjg4+D0 8A/r5zhtvQkoyjg6U2Mrw25lVJL22MXjHOCDh7ULWUjzOOdOKAdeL0+ozPMaraqtR7cT klP2WYOYNSVl7U9gJhBlCcJDZy+J+uS7d2nr5xKrhiFVLgj+/TEllHMVsl7k/v4TxDj1 kKM4lcJEztetTUc6mkdw1UQ2OfW8/f1W/nVFY+o69ZD/dDbjD1P8z5F/kMUQ9UjSsYs8 qGclo8eLO7e1F6iCEDhR7H5AVsGXnK0U0gPLmzucfSvmxnTj9WLB6PSH0eHJ/UfsUT8L z2Kw== X-Received: by 10.194.200.129 with SMTP id js1mr21794399wjc.0.1416704503317; Sat, 22 Nov 2014 17:01:43 -0800 (PST) Original-Received: from [192.168.10.25] (213-71-217.netrun.cytanet.com.cy. [213.7.71.217]) by mx.google.com with ESMTPSA id dg7sm5229234wib.24.2014.11.22.17.01.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Nov 2014 17:01:42 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::236 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:178054 Archived-At: On 11/23/2014 12:32 AM, Stefan Monnier wrote: > He's saying vc-state won't be changed too much. That's different from > saying that the `state' backend operation won't be changed too much. True enough. But the other two backend functions work asynchronously. If `state' also becomes asynchronous, won't it make hard to keep `vc-state' synchronous?