From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] feature/async-dns bf4bbfe: Better async error reporting Date: Wed, 3 Feb 2016 00:43:36 -0800 Organization: UCLA Computer Science Department Message-ID: <56B1BDB8.5070004@cs.ucla.edu> References: <20160201025811.25330.13432@vcs.savannah.gnu.org> <878u34q0mk.fsf@petton.fr> <87lh73nccp.fsf@gnus.org> <871t8vo7se.fsf@petton.fr> <171t8voy5v.fsf@fencepost.gnu.org> <87d1seldtk.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1454489046 19683 80.91.229.3 (3 Feb 2016 08:44:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2016 08:44:06 +0000 (UTC) Cc: Nicolas Petton , emacs-devel@gnu.org To: Lars Ingebrigtsen , Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 03 09:43:54 2016 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 1aQt2R-00027e-I0 for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2016 09:43:47 +0100 Original-Received: from localhost ([::1]:33290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQt2P-0003Ha-LM for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2016 03:43:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQt2M-0003HV-Bx for emacs-devel@gnu.org; Wed, 03 Feb 2016 03:43:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQt2J-0004cF-6a for emacs-devel@gnu.org; Wed, 03 Feb 2016 03:43:42 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:59903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQt2J-0004c4-0U; Wed, 03 Feb 2016 03:43:39 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 9E462160D70; Wed, 3 Feb 2016 00:43:37 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id c9JkjzbRYOxN; Wed, 3 Feb 2016 00:43:37 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 02EE6160E5D; Wed, 3 Feb 2016 00:43:37 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id F0qRMsNfmMDG; Wed, 3 Feb 2016 00:43:36 -0800 (PST) Original-Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id D0B22160D70; Wed, 3 Feb 2016 00:43:36 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: <87d1seldtk.fsf@gnus.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 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:199215 Archived-At: Lars Ingebrigtsen wrote: > Hm. Should that be done automatically by autogen.sh, perhaps? That would be awkward for me, as I use vc-dwim, which wants a symlink there.