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: Sending bug reports without setting up email Date: Wed, 20 Jul 2016 18:27:20 +0200 Message-ID: References: <87twi7jq6z.fsf@gnus.org> <87r3dbhz5x.fsf@gnus.org> <6a51f3f7-b6e5-94e8-3b6d-0dd2efe345ed@cs.ucla.edu> <375d7040-05cb-377c-5df9-d345087291ee@cs.ucla.edu> <156931ad-7b98-b193-d17c-4d3baf402aa1@cs.ucla.edu> 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 1469033575 30807 80.91.229.3 (20 Jul 2016 16:52:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Jul 2016 16:52:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 20 18:52:40 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 1bPujg-0003gw-15 for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2016 18:52:40 +0200 Original-Received: from localhost ([::1]:35785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPujf-0003w9-0s for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2016 12:52:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPuLR-0007m0-8C for emacs-devel@gnu.org; Wed, 20 Jul 2016 12:27:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPuLM-0005go-T5 for emacs-devel@gnu.org; Wed, 20 Jul 2016 12:27:36 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:44916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPuLM-0005gk-NK for emacs-devel@gnu.org; Wed, 20 Jul 2016 12:27:32 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 29BF116116B; Wed, 20 Jul 2016 09:27:31 -0700 (PDT) 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 Coi9oOMVblKy; Wed, 20 Jul 2016 09:27:30 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 7D031161176; Wed, 20 Jul 2016 09:27:30 -0700 (PDT) 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 WapHPr7Z38sn; Wed, 20 Jul 2016 09:27:30 -0700 (PDT) Original-Received: from [192.168.1.52] (AMontpellier-656-1-291-239.w90-0.abo.wanadoo.fr [90.0.119.239]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id E31B316116B; Wed, 20 Jul 2016 09:27:28 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 In-Reply-To: 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.21 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" Xref: news.gmane.org gmane.emacs.devel:205899 Archived-At: On 07/20/2016 06:10 PM, Lars Ingebrigtsen wrote: > Sure, but that's an additional library. We just need the IP address of > the DNS server (provided by res_{n,}init) On some systems res_ninit and res_init are in libresolv, so this wouldn't save us anything. No big deal I suppose. Still, it's better to not reinvent the wheel, as a lot of things can go wrong when resolving names.