From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: How to break out of an emacs lisp loop ? Date: Tue, 23 Oct 2007 21:00:58 +0100 Message-ID: <87tzohzjlx.fsf@bzg.ath.cx> References: <1193164140.500795.322030@t8g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193166115 6272 80.91.229.12 (23 Oct 2007 19:01:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 19:01:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 23 21:01:56 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 1IkP0c-0005kn-Vy for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Oct 2007 21:01:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkP0V-0006g2-1u for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Oct 2007 15:01:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkOzv-0006VE-Kx for help-gnu-emacs@gnu.org; Tue, 23 Oct 2007 15:01:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkOzr-0006S0-UX for help-gnu-emacs@gnu.org; Tue, 23 Oct 2007 15:01:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkOzr-0006RR-Nk for help-gnu-emacs@gnu.org; Tue, 23 Oct 2007 15:00:59 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkOzq-0006aa-GL for help-gnu-emacs@gnu.org; Tue, 23 Oct 2007 15:00:58 -0400 Original-Received: by ug-out-1314.google.com with SMTP id a2so199741ugf for ; Tue, 23 Oct 2007 12:00:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:received:from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=QpRuUKXDS6BKj2reUhYuDfhdXuzoNpQ4+KFID31gLaY=; b=YZz/j1AAPNlCNmOp0uWhrYQX9J/oBRC2Er6Tk+HY2AAprehF1z9i8J4CG7n6/53VYb5CoZE+m5dLrqHh962E5i7Z3fAc2yrkxM8swTfhZ1rOsXlZ1Ccxs2If38zRSLUWFswBBR+CBbFN4TvkrcUIjPShaa3GLxVVrHh+jSE3jqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=qdcjdMvhslUY4c5joSJjSa3Olq2lZPOKvn1PzKJpnV0dJIAyI4Rp+n4dBzdkKKmXXB8RQj8YZT/utNealbPVSaJJ5tDtQs8WL5annn9FKVIaCAm15ALHq/d6Z2hM9h5nYh4K1eLm0BZrTz4oP8tB52hT8i+nGUpDCrQzcb2JrG4= Original-Received: by 10.78.188.10 with SMTP id l10mr4243113huf.1193166057058; Tue, 23 Oct 2007 12:00:57 -0700 (PDT) Original-Received: from bzg.ath.cx ( [81.99.213.34]) by mx.google.com with ESMTPS id c4sm959264nfi.2007.10.23.12.00.55 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Oct 2007 12:00:56 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 003991575C1; Tue, 23 Oct 2007 21:00:58 +0100 (BST) In-Reply-To: <1193164140.500795.322030@t8g2000prg.googlegroups.com> (gnuist's message of "Tue, 23 Oct 2007 18:29:00 -0000") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:48730 Archived-At: gnuist006@gmail.com writes: > So how do I break out of a loop in lisp ? (info "(elisp)Catch and Throw") -- Bastien