emacs-devel
[Top][All Lists]
Advanced

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

Re: documentation of break


From: David Kastrup
Subject: Re: documentation of break
Date: Wed, 12 Sep 2007 17:55:15 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

address@hidden writes:

> Comment on "An Introduction to Programming in Emacs Lisp":
>
> No address for comments found. Except for address@hidden perhaps.
> The author's name is mentioned, but email address notably absent.
>
> Totally cannot find how to write the "break" or "return" of C or bash
> in elisp. If there is no equivalent then state that also and show what
> to do.

No equivalent.  While the cl package has its own tricks for that, in
general you use catch/throw which is outside of the scope of the Elisp
introduction.

-- 
David Kastrup




reply via email to

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