From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davis Herring Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Mon, 28 Sep 2015 15:59:37 -0600 Organization: XCP-1 Message-ID: <5609B849.9030706@lanl.gov> References: <55F5DD8C.70506@dancol.org> <55F62C16.4000105@dancol.org> <55F64F04.9030002@dancol.org> <55F6E43E.9030502@dancol.org> <55F70C4E.8030805@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1443496031 4347 80.91.229.3 (29 Sep 2015 03:07:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Sep 2015 03:07:11 +0000 (UTC) Cc: Paul Eggert , Tom Tromey , Emacs development discussions , Philipp Stephani , Stefan Monnier , Daniel Colascione , Stephen Leake To: =?UTF-8?B?QXVyw6lsaWVuIEFwdGVs?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 29 05:07:01 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZglFt-0007UW-6R for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2015 05:07:01 +0200 Original-Received: from localhost ([::1]:44331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZglFs-0002kU-K3 for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2015 23:07:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZggSx-0002NL-9f for emacs-devel@gnu.org; Mon, 28 Sep 2015 18:00:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZggSs-0007MQ-UC for emacs-devel@gnu.org; Mon, 28 Sep 2015 18:00:11 -0400 Original-Received: from proofpoint4.lanl.gov ([2001:400:4210:400::a4]:48452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZggSs-00074s-MG for emacs-devel@gnu.org; Mon, 28 Sep 2015 18:00:06 -0400 Original-Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by mailgate4.lanl.gov (8.15.0.59/8.15.0.59) with ESMTP id t8SLxbw6020367; Mon, 28 Sep 2015 15:59:37 -0600 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mailrelay1.lanl.gov (Postfix) with ESMTP id A5B30139A2CD; Mon, 28 Sep 2015 15:59:37 -0600 (MDT) X-NIE-2-Virus-Scanner: amavisd-new at mailrelay1.lanl.gov Original-Received: from xray-r08.lanl.gov (xray-r08.lanl.gov [128.165.123.189]) by mailrelay1.lanl.gov (Postfix) with ESMTP id 94AAA139A2C1; Mon, 28 Sep 2015 15:59:37 -0600 (MDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110717 Lanikai/3.1.11 In-Reply-To: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151, 1.0.33, 0.0.0000 definitions=2015-09-28_12:2015-09-28, 2015-09-28, 1970-01-01 signatures=0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:400:4210:400::a4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190468 Archived-At: > Correct. condition-case is not part of the API though. Like for cdr > you have to intern "condition-case", setup the lisp forms as arguments > yourself and funcall() it. Haven't tested it yet. You can't funcall special forms; thus in part the need for things like internal_condition_case. You'd have to use eval. Davis -- This product is sold by volume, not by mass. If it appears too dense or too sparse, it is because mass-energy conversion has occurred during shipping.