help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exception Handling in LISP.


From: Kai Großjohann
Subject: Re: Exception Handling in LISP.
Date: Fri, 25 Apr 2003 16:10:36 +0200
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux)

Gurucharan <gurucharan.murudeshwar@wipro.com> writes:

> Can we catch any unknown exception in Lisp like C++ ?

Emacs Lisp has throw/catch and signal/condition-case.  I guess
signal/condition-case is more like what you want, since errors are a
special kind of signal.

Both provide ways to just `catch everything'.
-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]