From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: [BUG] emacs can't startup when network down. Date: Sun, 22 Feb 2009 09:35:45 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1235313494 7735 80.91.229.12 (22 Feb 2009 14:38:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Feb 2009 14:38:14 +0000 (UTC) Cc: deftsp@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 22 15:39:30 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LbFUP-0008Dq-O2 for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2009 15:39:29 +0100 Original-Received: from localhost ([127.0.0.1]:44015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbFT5-0001lq-35 for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2009 09:38:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LbFSy-0001jX-M7 for emacs-devel@gnu.org; Sun, 22 Feb 2009 09:38:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LbFSx-0001hW-0P for emacs-devel@gnu.org; Sun, 22 Feb 2009 09:38:00 -0500 Original-Received: from [199.232.76.173] (port=38810 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbFSw-0001hF-NR for emacs-devel@gnu.org; Sun, 22 Feb 2009 09:37:58 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51641) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LbFSw-0000oB-5W for emacs-devel@gnu.org; Sun, 22 Feb 2009 09:37:58 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LbFQn-0002Sm-P7; Sun, 22 Feb 2009 09:35:45 -0500 In-reply-to: (message from Stefan Monnier on Sat, 21 Feb 2009 20:54:29 -0500) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109286 Archived-At: Emacs tries to determine the hostname of the machine on which it runs. So if your DNS setup specifies a server that's not reachable, you'll get such timeouts, I wonder if there is anything Emacs can do to avoid hanging in such cases. Perhaps to make it time out.