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: Re: A question about macro bindings in cl-lib Date: Thu, 25 Apr 2013 06:23:26 +0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1366842220 29985 80.91.229.3 (24 Apr 2013 22:23:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2013 22:23:40 +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 Apr 25 00:23:44 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 1UV86J-0000vc-Po for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Apr 2013 00:23:43 +0200 Original-Received: from localhost ([::1]:46405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV86J-00082k-Ci for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Apr 2013 18:23:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV864-00082b-LN for help-gnu-emacs@gnu.org; Wed, 24 Apr 2013 18:23:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV863-0006FK-Ng for help-gnu-emacs@gnu.org; Wed, 24 Apr 2013 18:23:28 -0400 Original-Received: from mail-ie0-x234.google.com ([2607:f8b0:4001:c03::234]:54736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV863-0006FB-I5 for help-gnu-emacs@gnu.org; Wed, 24 Apr 2013 18:23:27 -0400 Original-Received: by mail-ie0-f180.google.com with SMTP id to1so2865101ieb.11 for ; Wed, 24 Apr 2013 15:23:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=PuR991jnPfZbB2+1k4yl8cIIYU85oliyzYNMKOK+0/o=; b=GVRnymFEBXTs4Pd2nzs/0vA3MNLdqmgOsDCerM2QPA7ug1g7V7mQap7kFHTGFay5Ef AMIIoWedCamYWFL9mViJjtpOf+yBrHM+Vd3JLKg8Tx2APDCM6iYusmOSIYcbGntAIkEf TWixLUwcT+AMuNQKaghuWs8Evr939GRv9jRIeoFOqGo/WGZI6UvIdhWmibPIab3iDeac gHbE2CyHCHtsCqkK4hOe9b1liMyqci9YqoxWhgwjZerzxUki2zkSF6qzHfICG/gUm4xD adSMfQVP7yv6A9jUPa5qV16u5m5lDydg2wFOHRSj47OUvN7NO3UeK7dRblYYb9pgdO2U Wp+g== X-Received: by 10.50.107.106 with SMTP id hb10mr29700648igb.25.1366842206873; Wed, 24 Apr 2013 15:23:26 -0700 (PDT) Original-Received: by 10.43.18.10 with HTTP; Wed, 24 Apr 2013 15:23:26 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::234 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:90335 Archived-At: I see, thank you. I only read the doc string of `cl-loop' and `cl-symbol-macrolet', and I forgot `cl-gensym'. -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/