From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David House" Newsgroups: gmane.emacs.devel Subject: Re: Post-22.1 development? Date: Sat, 9 Jun 2007 10:50:50 +0100 Message-ID: References: <878xb05ras.fsf@stupidchicken.com> <856463sehn.fsf@lola.goethe.zz> <466481AF.5050507@gnu.org> <873b16crgw.fsf@stupidchicken.com> 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: sea.gmane.org 1181382666 22700 80.91.229.12 (9 Jun 2007 09:51:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Jun 2007 09:51:06 +0000 (UTC) Cc: Michael Albinus , emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 09 11:51:02 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 1Hwxaz-0004Rh-Ka for ged-emacs-devel@m.gmane.org; Sat, 09 Jun 2007 11:50:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hwxaz-0006kX-5M for ged-emacs-devel@m.gmane.org; Sat, 09 Jun 2007 05:50:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hwxav-0006iN-9h for emacs-devel@gnu.org; Sat, 09 Jun 2007 05:50:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hwxau-0006hz-VW for emacs-devel@gnu.org; Sat, 09 Jun 2007 05:50:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hwxau-0006hq-Qa for emacs-devel@gnu.org; Sat, 09 Jun 2007 05:50:52 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hwxau-0005Va-C3 for emacs-devel@gnu.org; Sat, 09 Jun 2007 05:50:52 -0400 Original-Received: by nz-out-0506.google.com with SMTP id q3so163954nzb for ; Sat, 09 Jun 2007 02:50:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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; b=dcvXajO9EDtLFj0dBJIMv0MQ9a/+XwtFLhA+SRnv+bQ3+q1jc2ZYn2MP/pOrLz5ejhxE+zpPaYPq1DqBRsQjP0ife5tCP3nfY8l1z7kOTsXAwpeG/8QLGywmxpnvbRcTWDHmLOfUWudInrZB9jm7zG0+Sftl02fiSEWw7WZ8Txo= 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=nPa52j5uF4K0SNJLYX3do7aSCAgl7rzs+dyxu8rVRE3SAwLNi3otLB8VoYhkoK+2ibEza6bzR752Jyc/aaRzrYrnkk/jv5xqFEHnpemY9RUpBnDUoSXnVEu2k5YHbG+G+a0w//unjUfG18nLXMyXx4MmpfS7jgrXRaTuIzVoCdA= Original-Received: by 10.143.161.3 with SMTP id n3mr188915wfo.1181382651070; Sat, 09 Jun 2007 02:50:51 -0700 (PDT) Original-Received: by 10.142.104.20 with HTTP; Sat, 9 Jun 2007 02:50:50 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: 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:72535 Archived-At: On 07/06/07, Stefan Monnier wrote: > Huh? We're talking *coding* convention, not *usage* convention. I think Michael was confused and thought that (eval-when-compile (require 'cl)) would _only_ load the cl library when you were compiling. -- -David House, dmhouse@gmail.com