From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brady Trainor Newsgroups: gmane.emacs.help Subject: Re: prevent function execution on Emacs startup if not connected to internet Date: Mon, 21 Apr 2014 21:45:29 -0700 Message-ID: References: <87wqem25tn.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1398141979 7456 80.91.229.3 (22 Apr 2014 04:46:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2014 04:46:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 22 06:46:12 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1WcSaw-0001yw-UO for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Apr 2014 06:46:11 +0200 Original-Received: from localhost ([::1]:52725 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcSaw-0008Kn-Hj for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Apr 2014 00:46:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcSad-00082L-Ln for help-gnu-emacs@gnu.org; Tue, 22 Apr 2014 00:45:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcSaW-0004Oo-7J for help-gnu-emacs@gnu.org; Tue, 22 Apr 2014 00:45:51 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:43667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcSaW-0004Oj-0y for help-gnu-emacs@gnu.org; Tue, 22 Apr 2014 00:45:44 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WcSaU-0001bH-Hx for help-gnu-emacs@gnu.org; Tue, 22 Apr 2014 06:45:42 +0200 Original-Received: from 71-217-24-179.tukw.qwest.net ([71.217.24.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Apr 2014 06:45:42 +0200 Original-Received: from algebrat by 71-217-24-179.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Apr 2014 06:45:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 71-217-24-179.tukw.qwest.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 In-Reply-To: <87wqem25tn.fsf@kuiper.lan.informatimago.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97306 Archived-At: On 04/18/2014 05:13 AM, Pascal J. Bourguignon wrote: > If you just want to ignore the error, you can use ignore-errors. I will wait until I can recreate the error, then try this first, to at least try to narrow it down. Thank you for your help. Brady