From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: "simplifications" Date: Mon, 19 Nov 2007 17:05:53 +0100 Message-ID: References: <86ejem1pig.fsf@lola.quinscape.zz> <86hcjixlxz.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195488395 22513 80.91.229.12 (19 Nov 2007 16:06:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2007 16:06:35 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: "David Kastrup" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 19 17:06:40 2007 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.50) id 1Iu98Y-0002I8-P4 for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2007 17:06:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu98K-0005UU-SU for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2007 11:06:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iu98H-0005TA-8Q for emacs-devel@gnu.org; Mon, 19 Nov 2007 11:05:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iu98F-0005Sm-Tp for emacs-devel@gnu.org; Mon, 19 Nov 2007 11:05:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu98F-0005Sj-Py for emacs-devel@gnu.org; Mon, 19 Nov 2007 11:05:55 -0500 Original-Received: from el-out-1112.google.com ([209.85.162.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iu98E-0006Lo-SB for emacs-devel@gnu.org; Mon, 19 Nov 2007 11:05:55 -0500 Original-Received: by el-out-1112.google.com with SMTP id s27so625969ele for ; Mon, 19 Nov 2007 08:05:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=QC3+lzvpsoHMZmfp0Df0LG/nbGrFaNHFNHTNZpJwIBo=; b=eztC7n3FnHNy+f+HIVs+1Y2IKU3Irmi2kKcyj7Js/PYOvGjy4dMerAdrgVm9JJj7mwYAKQDl+4mGJLO5waTXdf03nkFG87utQe1Thzg9N2JbX3l/fNAckg/M5SWpegOxDWHY3DJy+vAUSdztkcVtMTtQdTF+Rvn3ykIJ9eVGCsc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y4kjGTPwCdsuZpEz4mkvvL0U4pSEw8jleEVcI0dco0c0pXsnJpSeRX0oUj7DKFt7ryZkR3agrSLV8/psRVeNGmmTNd923PGf227beoPKVvKBXaHYRMetfSYbF/vqsl3nhCkD0wrAU3hAGr2VZ3SamS0BkxJLHtuqApK6+fZvmCw= Original-Received: by 10.142.178.13 with SMTP id a13mr369886wff.1195488353595; Mon, 19 Nov 2007 08:05:53 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Mon, 19 Nov 2007 08:05:53 -0800 (PST) In-Reply-To: <86hcjixlxz.fsf@lola.quinscape.zz> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:83664 Archived-At: On Nov 19, 2007 5:02 PM, David Kastrup wrote: > For a suitable value of "there": It's an (eval-when-compile (require 'cl)) away, of which there are 186+ in the lisp/* tree. Juanma