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: move ignore-errors to subr.el? Date: Thu, 01 May 2008 01:22:14 -0400 Message-ID: References: <3oskxehcs0.fsf@fencepost.gnu.org> <87od81ubru.fsf@grepfind.mwolson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209619376 14448 80.91.229.12 (1 May 2008 05:22:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 05:22:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Olson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 01 07:23:32 2008 connect(): Connection refused 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 1JrRGU-0006aJ-La for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 07:23:30 +0200 Original-Received: from localhost ([127.0.0.1]:57530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrRFn-0004B2-Hv for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 01:22:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrRFg-00049y-LC for emacs-devel@gnu.org; Thu, 01 May 2008 01:22:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrRFb-00047Z-Sh for emacs-devel@gnu.org; Thu, 01 May 2008 01:22:39 -0400 Original-Received: from [199.232.76.173] (port=53690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrRFb-00047O-H3 for emacs-devel@gnu.org; Thu, 01 May 2008 01:22:35 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrRFb-0002mq-Fw for emacs-devel@gnu.org; Thu, 01 May 2008 01:22:35 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JrRFG-0004C1-6M; Thu, 01 May 2008 01:22:14 -0400 X-Spook: USCOI plutonium BCCI halcon Axis of Evil BLU-97 A/B X-Ran: DmmqPp6#lzb)s-V~l'W*MBX0 (Michael Olson's message of "Tue, 22 Apr 2008 08:53:09 -0700") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: 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:96261 Archived-At: >> I wonder if there is a case for moving ignore-errors to subr.el. The >> definition is very small, and not infrequently it seems to be the only >> reason that `(eval-when-compile (require 'cl))' is needed. I guess I'll do so in a week or so if no-one objects.