From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Wrapping code in a try/except Date: Thu, 04 Nov 2010 00:09:05 -0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1288851003 15497 80.91.229.12 (4 Nov 2010 06:10:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Nov 2010 06:10:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 04 07:09:59 2010 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.69) (envelope-from ) id 1PDt1K-0005xv-4q for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Nov 2010 07:09:58 +0100 Original-Received: from localhost ([127.0.0.1]:50065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDt1J-0001WD-K7 for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Nov 2010 02:09:57 -0400 Original-Received: from [140.186.70.92] (port=53653 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDt0j-0001Vn-3W for help-gnu-emacs@gnu.org; Thu, 04 Nov 2010 02:09:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDt0g-0003cL-TS for help-gnu-emacs@gnu.org; Thu, 04 Nov 2010 02:09:20 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:60899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDt0g-0003c8-NZ for help-gnu-emacs@gnu.org; Thu, 04 Nov 2010 02:09:18 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PDt0e-0005a4-PK for help-gnu-emacs@gnu.org; Thu, 04 Nov 2010 07:09:16 +0100 Original-Received: from c-24-8-96-241.hsd1.co.comcast.net ([24.8.96.241]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Nov 2010 07:09:16 +0100 Original-Received: from kevin.d.rodgers by c-24-8-96-241.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Nov 2010 07:09:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-24-8-96-241.hsd1.co.comcast.net User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:75286 Archived-At: On 11/3/10 4:13 AM, Andrea Crotti wrote: > It would be nice sometimes to be able to wrap multiple lines > > istruction1(); > istruction2(); > > in something like > > try { > istruction1(); > istruction2(); > } except ... (condition-case nil (progn (istruction1) (istruction2)) (error ...)) -- Kevin Rodgers Denver, Colorado, USA