From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gazelle@xmission.xmission.com (Kenny McCormack) Newsgroups: gmane.emacs.help Subject: Re: How to exit out of a function ? what is try-catch-throw in terms of Program Counter Date: Sun, 21 Oct 2007 10:44:43 +0000 (UTC) Organization: The official candy of the new Millennium Message-ID: References: <1192913158.922454.108100@k35g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1192977554 22946 80.91.229.12 (21 Oct 2007 14:39:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Oct 2007 14:39:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 21 16:39:14 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ijbx1-0005vC-P9 for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Oct 2007 16:38:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ijbwt-0000QH-Ru for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Oct 2007 10:38:39 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newscon04.news.prodigy.net!prodigy.net!newsfeed.telusplanet.net!newsfeed.telus.net!xmission!nnrp.xmission!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.lang.c,comp.lang.c++ Original-Lines: 25 Original-NNTP-Posting-Host: xmission.xmission.com Original-X-Trace: news.xmission.com 1192963483 10085 166.70.238.3 (21 Oct 2007 10:44:43 GMT) Original-X-Complaints-To: abuse@xmission.com Original-NNTP-Posting-Date: Sun, 21 Oct 2007 10:44:43 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Originator: gazelle@xmission.xmission.com (Kenny McCormack) Original-Xref: shelby.stanford.edu gnu.emacs.help:153159 comp.lang.c:827809 comp.lang.c++:954246 X-Mailman-Approved-At: Sun, 21 Oct 2007 10:38:24 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48664 Archived-At: In article , Keith Thompson wrote: >gnuist006@gmail.com writes: >> I have some code like this: >> >> (if (test) >> (exit) >> (do something)) >> >> >> or >> >> (if (test) >> ( do something) >> (exit)) > >That's Lisp, yes? Saying so would be good, since we naturally assume >that anything posted to comp.lang.c is C. Actually, most of what is posted here is "not C". Since, according to many of the regulars, if it includes anything "off topic", it is "not C". Since all code used in the real world uses extensions, there is no C code in the real world.