From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: About cl-lib and `eval-when-compile' Date: Thu, 21 Feb 2013 16:35:48 +0800 Organization: The Church of Emacs Message-ID: <20130221163548.e452c0c30668bfdecc723b60@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1361435772 24999 80.91.229.3 (21 Feb 2013 08:36:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2013 08:36:12 +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 Feb 21 09:36:35 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U8Rdq-0005u1-3b for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Feb 2013 09:36:34 +0100 Original-Received: from localhost ([::1]:34142 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8RdT-0005X7-0N for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Feb 2013 03:36:11 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8RdN-0005VB-C5 for help-gnu-emacs@gnu.org; Thu, 21 Feb 2013 03:36:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8RdH-0006Vb-Al for help-gnu-emacs@gnu.org; Thu, 21 Feb 2013 03:36:05 -0500 Original-Received: from mail-pa0-f52.google.com ([209.85.220.52]:56045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8RdH-0006VQ-5J for help-gnu-emacs@gnu.org; Thu, 21 Feb 2013 03:35:59 -0500 Original-Received: by mail-pa0-f52.google.com with SMTP id fb1so4544523pad.25 for ; Thu, 21 Feb 2013 00:35:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=D+VmsorKy/eG3Y3ufEGgjmi6zDCnZG9bpKxMcHIFUwc=; b=tfbI0QZN78yc9dgwq1e+PkG/kcFz9LUlK6Mz9nT2xZx1RirNL1fFk3i6Rb4kxguKL+ XEbrNG3UaLf8jkORpXSQUpMQbj97loCJIN7XmAFoT4ykWnFoYAiag2VHeVuZtfbj5FOf HRaiAfILbmxye2Xow8zxPqnZG35hkHPP1YSfTvMhn79DGOnZeUKuKYaFMC7QK/KfwqPR sPVAcXH2HRWymUmbbSaSF9p3+GVh3xkQFNCy9ajMXX+tgIRVd2CGSdUhrBid8td9St7g eIAAgyZntatlkS8gVDj0lWp2dLFsGUfJte0a0dvDJmaCBJj57pJ61um34Mp4entIPUGa X9tw== X-Received: by 10.68.218.100 with SMTP id pf4mr52896945pbc.156.1361435758310; Thu, 21 Feb 2013 00:35:58 -0800 (PST) Original-Received: from Emacs ([219.224.52.162]) by mx.google.com with ESMTPS id d8sm114306970pax.23.2013.02.21.00.35.54 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Feb 2013 00:35:57 -0800 (PST) X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.52 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89212 Archived-At: Since the old `cl.el' does not use a clean namespace, Emacs has a policy that packages distributed with Emacs must not load `cl' at run time. If I use the new cl-lib library, do I have to use `eval-when-compile'? Can anybody help? Thanks. -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao