* documentation of break
@ 2007-09-12 13:13 jidanni
2007-09-12 15:55 ` David Kastrup
0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2007-09-12 13:13 UTC (permalink / raw)
To: emacs-devel; +Cc: press
Comment on "An Introduction to Programming in Emacs Lisp":
No address for comments found. Except for press@gnu.org 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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: documentation of break
2007-09-12 13:13 documentation of break jidanni
@ 2007-09-12 15:55 ` David Kastrup
0 siblings, 0 replies; 2+ messages in thread
From: David Kastrup @ 2007-09-12 15:55 UTC (permalink / raw)
To: jidanni; +Cc: emacs-devel
jidanni@jidanni.org writes:
> Comment on "An Introduction to Programming in Emacs Lisp":
>
> No address for comments found. Except for press@gnu.org 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-12 15:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-12 13:13 documentation of break jidanni
2007-09-12 15:55 ` David Kastrup
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.