From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Gurucharan Newsgroups: gmane.emacs.help Subject: Exception Handling in LISP. Date: Fri, 25 Apr 2003 17:57:37 +0530 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3EA929B9.AE702A4F@wipro.com> References: <195F58F118C9D311B622009027DC812F017C1328@mail1.technology.serco.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-eb4bbd90-74d0-11d7-ba7f-006067005148" X-Trace: main.gmane.org 1051273237 6298 80.91.224.249 (25 Apr 2003 12:20:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2003 12:20:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 25 14:20:31 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1992Bc-0001cp-00 for ; Fri, 25 Apr 2003 14:20:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1992Bm-0006rP-04 for gnu-help-gnu-emacs@m.gmane.org; Fri, 25 Apr 2003 08:20:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1992BM-0006qx-00 for help-gnu-emacs@gnu.org; Fri, 25 Apr 2003 08:20:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1992BL-0006qO-00 for help-gnu-emacs@gnu.org; Fri, 25 Apr 2003 08:19:59 -0400 Original-Received: from wiprom2mx1.wipro.com ([203.197.164.41]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1992Ar-0005UM-00 for help-gnu-emacs@gnu.org; Fri, 25 Apr 2003 08:19:29 -0400 Original-Received: from m2vwall5.wipro.com (m2vwall5.wipro.com [10.115.50.5]) by wiprom2mx1.wipro.com (8.11.3/8.11.3) with SMTP id h3PCJGN29595 for ; Fri, 25 Apr 2003 17:49:16 +0530 (IST) Original-Received: from blr-m2-msg.wipro.com ([10.116.50.99]) by blr-m1-bh2.wipro.com with Microsoft SMTPSVC(5.0.2195.5329); Fri, 25 Apr 2003 17:49:11 +0530 Original-Received: from wipro.com ([192.168.221.52]) by blr-m2-msg.wipro.com with Microsoft SMTPSVC(5.0.2195.5329); Fri, 25 Apr 2003 17:49:11 +0530 X-Mailer: Mozilla 4.75 [en] (X11; U; HP-UX B.10.20 9000/778) X-Accept-Language: en Original-To: "'help-gnu-emacs@gnu.org'" X-OriginalArrivalTime: 25 Apr 2003 12:19:11.0436 (UTC) FILETIME=[E0C6D0C0:01C30B24] X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8811 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8811 ------=_NextPartTM-000-eb4bbd90-74d0-11d7-ba7f-006067005148 Content-Type: multipart/alternative; boundary="------------6D0A5EB455B2CCC59C96BBCC" --------------6D0A5EB455B2CCC59C96BBCC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi All, Can we catch any unknown exception in Lisp like C++ ? That is, like the C++ ... (Epsilon code). can we catch any exception irrespective of which exception was thrown ? Example: try { // Something .... } catch (...) { // Do something after Exception has occurred ... } Any material/links on Exception Handling in LISP is welcome. Thanks. Kind Regards, gurucharan --------------6D0A5EB455B2CCC59C96BBCC Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi All,
        Can we catch any unknown exception in Lisp like C++ ?

That is, like the C++ ... (Epsilon code).
can we catch any exception irrespective of which
exception was thrown ?

Example:
try {
     // Something ....
}
catch (...) {    // Do something after Exception has occurred ...
                }

Any material/links on Exception Handling in LISP
is welcome.

Thanks.

Kind Regards,
            gurucharan
 
  --------------6D0A5EB455B2CCC59C96BBCC-- ------=_NextPartTM-000-eb4bbd90-74d0-11d7-ba7f-006067005148 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/help-gnu-emacs ------=_NextPartTM-000-eb4bbd90-74d0-11d7-ba7f-006067005148--