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: Re: Error report on startup Date: Fri, 02 Mar 2007 03:26:04 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1172824095 6422 80.91.229.12 (2 Mar 2007 08:28:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2007 08:28:15 +0000 (UTC) Cc: herberteuler@hotmail.com, emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 02 09:28:08 2007 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 1HN37T-0004El-I8 for ged-emacs-devel@m.gmane.org; Fri, 02 Mar 2007 09:28:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HN37S-0005do-Tp for ged-emacs-devel@m.gmane.org; Fri, 02 Mar 2007 03:28:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HN37A-0005cB-TA for emacs-devel@gnu.org; Fri, 02 Mar 2007 03:27:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HN37A-0005bl-3h for emacs-devel@gnu.org; Fri, 02 Mar 2007 03:27:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HN379-0005bc-VI for emacs-devel@gnu.org; Fri, 02 Mar 2007 03:27:44 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HN379-0004jR-Oo for emacs-devel@gnu.org; Fri, 02 Mar 2007 03:27:43 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HN35Y-00040I-P1; Fri, 02 Mar 2007 03:26:04 -0500 In-reply-to: (lekktu@gmail.com) X-detected-kernel: 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:67202 Archived-At: I stand by what I said. If type-break-get-previous-time loads elisp code in such a way, it is to be *expected* that erroneous input (in the file being read) will be reported as a problem of type-break-get-previous-time. If the code's author would've wanted normal loading semantics, s/he would've used (load file). It is not possible to do this by calling `load'. `load' evaluates all the sexps that it reads, and it throws the values away.