From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: toggle-viper-mode strangeness Date: Thu, 19 Jan 2006 23:03:34 -0500 Message-ID: References: <20060119011332.GA75423@flame.pc> <20060120023521.GA57669@flame.pc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137729879 23072 80.91.229.2 (20 Jan 2006 04:04:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2006 04:04:39 +0000 (UTC) Cc: "Richard M. Stallman" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 20 05:04:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EznVl-00013C-SG for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 05:04:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EznYE-0000T1-T2 for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 23:07:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EznXf-0000JO-5A for emacs-devel@gnu.org; Thu, 19 Jan 2006 23:06:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EznXb-0000I3-TI for emacs-devel@gnu.org; Thu, 19 Jan 2006 23:06:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EznXb-0000Hx-M7 for emacs-devel@gnu.org; Thu, 19 Jan 2006 23:06:23 -0500 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eznbf-0006Ga-TN; Thu, 19 Jan 2006 23:10:36 -0500 Original-Received: from empanada.home ([67.71.26.73]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060120040337.PHIC22461.simmts5-srv.bellnexxia.net@empanada.home>; Thu, 19 Jan 2006 23:03:37 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id 47B7A713EA5; Thu, 19 Jan 2006 23:03:35 -0500 (EST) Original-To: Giorgos Keramidas In-Reply-To: <20060120023521.GA57669@flame.pc> (Giorgos Keramidas's message of "Fri, 20 Jan 2006 04:35:21 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) 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:49299 Archived-At: > I was under the impression that an (if cond then else) expression can > only have 4 parts within the parentheses. This means that the above You're confusing Scheme and Lisp. Stefan