From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: safe-get Date: Wed, 20 Apr 2005 17:42:16 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114036773 11813 80.91.229.2 (20 Apr 2005 22:39:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2005 22:39:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 21 00:39:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DONqZ-0001kE-Kj for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2005 00:39:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DONv9-000861-Ut for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 18:43:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DONDO-00006B-Ko for emacs-devel@gnu.org; Wed, 20 Apr 2005 17:58:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DONDN-00005d-H8 for emacs-devel@gnu.org; Wed, 20 Apr 2005 17:58:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DON9o-0006dI-8Y for emacs-devel@gnu.org; Wed, 20 Apr 2005 17:54:52 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DON0E-0004IY-IH for emacs-devel@gnu.org; Wed, 20 Apr 2005 17:44:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DOMxc-0004fa-I7; Wed, 20 Apr 2005 17:42:16 -0400 Original-to: Kim F. Storm 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:36203 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36203 Is there a reason not to make ordinary `get' safe? That would be simpler for Lisp programmers than introducing safe-get. The code would be simpler, the manual would be simpler, even etc/NEWS would be simpler.