From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: bootstrap from scratch Date: Thu, 05 May 2005 21:02:55 +0100 Message-ID: References: <200505051718.j45HIrFG002303@emr.cs.iit.edu> <87fyx11pm0.fsf@vera.springies.com> <87vf5xzdbb.fsf@vera.springies.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1115323228 28919 80.91.229.2 (5 May 2005 20:00:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 May 2005 20:00:28 +0000 (UTC) Cc: reingold@emr.cs.iit.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 22:00:27 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTmVX-0006oh-T4 for ged-emacs-devel@m.gmane.org; Thu, 05 May 2005 21:59:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTmd6-0000QN-Cm for ged-emacs-devel@m.gmane.org; Thu, 05 May 2005 16:07:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DTmaF-0007u6-Og for emacs-devel@gnu.org; Thu, 05 May 2005 16:04:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DTmaC-0007sO-O4 for emacs-devel@gnu.org; Thu, 05 May 2005 16:04:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTmaC-0007qi-3w for emacs-devel@gnu.org; Thu, 05 May 2005 16:04:28 -0400 Original-Received: from [131.111.8.131] (helo=ppsw-1.csi.cam.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DTmds-0006st-8c for emacs-devel@gnu.org; Thu, 05 May 2005 16:08:16 -0400 X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]:35694) by ppsw-1.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.131]:25) with esmtp id 1DTmYi-000459-4p (Exim 4.51) (return-path ); Thu, 05 May 2005 21:02:56 +0100 Original-Received: from xserv2.ast.cam.ac.uk (IDENT:Olr6uHjAAuazaDQGdvqOLPWsHqvukmv8@xserv2.ast.cam.ac.uk [131.111.69.236]) by cass41.ast.cam.ac.uk (8.12.10+Sun/8.12.10) with ESMTP id j45K2uoL022063; Thu, 5 May 2005 21:02:56 +0100 (BST) Original-Received: from xalph3.ast.cam.ac.uk (IDENT:h/0XSjWb35B/Kl9ppGFFhCVLBFfzZi67@xpc14.ast.cam.ac.uk [131.111.69.34]) by xserv2.ast.cam.ac.uk (8.11.6/8.11.6) with ESMTP id j45K2tc20813; Thu, 5 May 2005 21:02:55 +0100 Original-To: Alan Shutko X-Spook: BATF cray Hizb-ul-Mujahideen SAS Sivi Vukovi Macheteros X-Ran: qm;<+C95pVn=)r$mHf21)]3{]goMMKO@9i\D-uY}LH;T<>Cd&Tt.3(+onz>=Fl]_V:$c0\ X-Hue: papaya whip X-Attribution: GM Mail-Followup-To: Alan Shutko , emacs-devel@gnu.org, reingold@emr.cs.iit.edu In-Reply-To: <87vf5xzdbb.fsf@vera.springies.com> (Alan Shutko's message of "Thu, 05 May 2005 14:24:08 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:36728 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36728 Alan Shutko wrote: > -(appt-activate 1) > - > +(if (not noninteractive) > + (appt-activate 1)) I think a better solution might be to make solar-setup barf if called non-interactively, since it can't do anything in that case anyway. The call to diary in appt.el is already in a condition-case, so the error will just get ignored. icalendar.el doesn't actually seem to need appt.el anyway...