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: move ignore-errors to subr.el? Date: Mon, 21 Apr 2008 21:57:35 -0400 Message-ID: <3oskxehcs0.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208829513 25817 80.91.229.12 (22 Apr 2008 01:58:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2008 01:58:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 22 03:59:08 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 1Jo7mb-0006F8-8p for ged-emacs-devel@m.gmane.org; Tue, 22 Apr 2008 03:59:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jo7lV-0000JQ-RQ for ged-emacs-devel@m.gmane.org; Mon, 21 Apr 2008 21:57:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jo7lR-0000J5-J2 for emacs-devel@gnu.org; Mon, 21 Apr 2008 21:57:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jo7lO-0000Id-9Z for emacs-devel@gnu.org; Mon, 21 Apr 2008 21:57:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jo7lO-0000IU-0z for emacs-devel@gnu.org; Mon, 21 Apr 2008 21:57:42 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jo7lL-0001BY-NG for emacs-devel@gnu.org; Mon, 21 Apr 2008 21:57:41 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jo7lI-0004rF-0I; Mon, 21 Apr 2008 21:57:36 -0400 X-Spook: blackjack satellite imagery Mossad Vince Foster benelux X-Ran: JL+o">0n&7h6&65-mDa$`N41"2rK"Z?tA'MeK~SxW?SELkfwz+)V'4e.9h8A.Pn{G2w%?W X-Hue: yellow X-Attribution: GM 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:95720 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.