From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 9db11fa 2/2: ; Revert "Don't declare vc-exec-after anymore" Date: Tue, 27 Oct 2015 19:27:05 -0700 Organization: New Artisans LLC Message-ID: References: <20151028004655.23116.91551@vcs.savannah.gnu.org> <56302087.1020209@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445999279 2713 80.91.229.3 (28 Oct 2015 02:27:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2015 02:27:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 28 03:27:53 2015 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 1ZrGSv-0004Qe-A5 for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 03:27:53 +0100 Original-Received: from localhost ([::1]:35260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrGSt-00062e-G8 for ged-emacs-devel@m.gmane.org; Tue, 27 Oct 2015 22:27:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrGSh-00062Z-8C for emacs-devel@gnu.org; Tue, 27 Oct 2015 22:27:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrGSc-0000rP-8M for emacs-devel@gnu.org; Tue, 27 Oct 2015 22:27:39 -0400 Original-Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:32987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrGSc-0000rE-3c for emacs-devel@gnu.org; Tue, 27 Oct 2015 22:27:34 -0400 Original-Received: by pabla5 with SMTP id la5so47607672pab.0 for ; Tue, 27 Oct 2015 19:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:date:organization:message-id :references:user-agent:mail-followup-to:mime-version:content-type; bh=duuJdKE7xCEQIw/+ohPcFfjcqb3D9k863/jicOnrGA0=; b=gGsIMc6N1Cdq3nj7xBRjj9j/ujISb7YSaNDN+fmLzlI0U1z8kXgoibU6EKdntMsUXn CjYqz5m2XVLGmFK7SgGmgP6pxz/7v+lsNOvTOyviBmmirGH/lwk8+zUKCDJolpOmePhu ORJsMA5edwtDXGeIrKME6RYCh+dGHvEYeLlXhuDusdrjHJ4tXNHdEg0emUioP/agn4C5 FArdFNyk4OjdIFT/btQgKrfxX2zkRY/9pbhWeqwsjWiOeCjvMHiEJnhHzvYeUBcibrlD k29zPRs0NhTSVYGG09SXL0sp066+PXZC8PsqXtxppvHXnT2jAOpAIC9D17R6jib9N+Pw n1Dw== X-Received: by 10.68.218.37 with SMTP id pd5mr31689021pbc.95.1445999253409; Tue, 27 Oct 2015 19:27:33 -0700 (PDT) Original-Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id oi3sm24878104pbb.53.2015.10.27.19.27.32 (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 27 Oct 2015 19:27:32 -0700 (PDT) Original-Received: by Vulcan.local (Postfix, from userid 501) id 501F2FB6C672; Tue, 27 Oct 2015 19:27:31 -0700 (PDT) In-Reply-To: <56302087.1020209@yandex.ru> (Dmitry Gutov's message of "Wed, 28 Oct 2015 03:10:31 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Dmitry Gutov , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22f 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:192769 Archived-At: >>>>> Dmitry Gutov writes: > I've linked to the discussion thread, didn't I? Ah, you did, the way Gnus displayed it to me made it look like part of the following diff, so my eyes glazed over it. Thanks for the link! John