From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.w3m Subject: Re: labels usage Date: Tue, 12 Jun 2012 16:48:22 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1339487328 18559 80.91.229.3 (12 Jun 2012 07:48:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2012 07:48:48 +0000 (UTC) Cc: emacs-w3m@namazu.org, emacs-devel@gnu.org To: schwab@linux-m68k.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 12 09:48:47 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 1SeLqG-0004Vm-Gn for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2012 09:48:44 +0200 Original-Received: from localhost ([::1]:50076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLqG-0006NY-6v for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2012 03:48:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLq8-0006N2-Qp for emacs-devel@gnu.org; Tue, 12 Jun 2012 03:48:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeLq2-00081W-Pk for emacs-devel@gnu.org; Tue, 12 Jun 2012 03:48:36 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:47711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLq2-00080E-LW for emacs-devel@gnu.org; Tue, 12 Jun 2012 03:48:30 -0400 Original-Received: from localhost ([127.0.0.1]:46635) by orlando.hostforweb.net with smtp (Exim 4.77) (envelope-from ) id 1SeLpz-0006Gk-3B; Tue, 12 Jun 2012 02:48:27 -0500 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130006 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.6) Emacs/24.1.50 (i686-pc-cygwin) Cancel-Lock: sha1:30/hVQTaaNHRi10r3MIKnCtYWYU= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: Linux 2.6? (barebone, rare!) X-Received-From: 216.246.45.90 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:150900 gmane.emacs.w3m:8842 Archived-At: In [emacs-w3m : No.11847] Andreas Schwab wrote: > Katsumi Yamaoka writes: >> Is this a wrong usage? >> >> (let (fn) >> (labels ((fx (arg) arg)) >> (setq fn 'fx)) >> (funcall fn 99)) > You should use #'fx instead. Ok, we *should* use #' from now on. This was what Michael Heerdegen wrote in the emacs-w3m list a while ago. Maybe it didn't go well when I tried it was I forgot to build emacs-w3m from scratch. I'll try it again. Thanks.