From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Fwd: condition-case Date: Sun, 28 Nov 2010 20:25:32 -0500 Message-ID: References: <33e7a222-992c-4fc2-bbd2-d987a0d4d9b1@j32g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1290993949 28015 80.91.229.12 (29 Nov 2010 01:25:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Nov 2010 01:25:49 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: Fren Zeee Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 29 02:25:45 2010 Return-path: Envelope-to: ged-emacs-devel@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 1PMsUw-0007vw-Ut for ged-emacs-devel@m.gmane.org; Mon, 29 Nov 2010 02:25:43 +0100 Original-Received: from localhost ([127.0.0.1]:52925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMsUw-0006Q4-4Y for ged-emacs-devel@m.gmane.org; Sun, 28 Nov 2010 20:25:42 -0500 Original-Received: from [140.186.70.92] (port=44248 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMsUr-0006Pu-Qf for emacs-devel@gnu.org; Sun, 28 Nov 2010 20:25:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMsUp-0000iJ-QX for emacs-devel@gnu.org; Sun, 28 Nov 2010 20:25:37 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMsUp-0000iA-Ot for emacs-devel@gnu.org; Sun, 28 Nov 2010 20:25:35 -0500 Original-Received: from localhost ([127.0.0.1]:42027) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PMsUn-0006jx-C2; Sun, 28 Nov 2010 20:25:33 -0500 X-Spook: United Nations bce clones Compsec InfoSec World Trade X-Ran: }**Mdfp$pjFwgmt$co"lA:~T*H<-YY-Dj^RS~',nzeW;k`Qi9*t_JrCkxVCaf)GU=K<&q= X-Hue: yellow X-Attribution: GM In-Reply-To: (Fren Zeee's message of "Sun\, 28 Nov 2010 15\:44\:02 -0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133217 Archived-At: > I am looking for some theory and small hello world type examples to > teach to newbies the usage of > > condition-case The Emacs Lisp Introduction covers condition-case.