From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: problems with flet on last emacs Date: Wed, 27 Jun 2012 18:03:39 +0200 Message-ID: <87txxw7ndw.fsf@thinkpad.tsdh.de> References: <87pq8lnd7v.fsf@gmail.com> <87ehp099bb.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340813041 26334 80.91.229.3 (27 Jun 2012 16:04:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Jun 2012 16:04:01 +0000 (UTC) Cc: Thierry Volpiatto , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 27 18:03:59 2012 Return-path: Envelope-to: ged-emacs-devel@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 1Sjuik-0001ww-EW for ged-emacs-devel@m.gmane.org; Wed, 27 Jun 2012 18:03:58 +0200 Original-Received: from localhost ([::1]:56727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sjuik-0000V7-F1 for ged-emacs-devel@m.gmane.org; Wed, 27 Jun 2012 12:03:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sjuid-0000Uh-7c for emacs-devel@gnu.org; Wed, 27 Jun 2012 12:03:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SjuiX-0006Ub-1c for emacs-devel@gnu.org; Wed, 27 Jun 2012 12:03:50 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:59687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjuiW-0006UJ-SP for emacs-devel@gnu.org; Wed, 27 Jun 2012 12:03:44 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 55FB8D24C7; Wed, 27 Jun 2012 18:03:43 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v-tQ3wpSMJ9T; Wed, 27 Jun 2012 18:03:42 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 2C88DD24C2; Wed, 27 Jun 2012 18:03:42 +0200 (CEST) In-Reply-To: (Andreas Schwab's message of "Wed, 27 Jun 2012 17:01:18 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 141.26.64.15 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151222 Archived-At: Andreas Schwab writes: > I'm getting this: > > (let* ((#1=#:x (cl-function (lambda nil (cl-block foo 1)))) > (#3=#:x (cl--symbol-function #2='foo))) > (unwind-protect > (progn > (if (eq #1# . #4=('cl--unbound)) > (fmakunbound #2#) > (fset #2# #1#)) > (foo)) > (if (eq #3# . #4#) > (fmakunbound #2#) > (fset #2# #3#)))) > >> Two times `x', and those should probably gensyms, anyway... > > Which they are. Yes, now I've found `print-gensym' and `print-circle' myself. ;-) Bye, Tassilo