From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deokhwan Kim Newsgroups: gmane.emacs.help Subject: Re: Surrounding Lexical Variable Reference in the Body of defun Date: Thu, 23 Aug 2012 05:52:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: <980a4157-dd9f-46c7-8564-3eeb8b8fbc3c@googlegroups.com> References: <8b43586d-2ad4-4cf6-ae15-446e909bf496@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1345726517 6797 80.91.229.3 (23 Aug 2012 12:55:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2012 12:55:17 +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 Aug 23 14:55:18 2012 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 1T4WwM-0008Px-NC for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Aug 2012 14:55:14 +0200 Original-Received: from localhost ([::1]:46318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4WwK-00058T-PB for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Aug 2012 08:55:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 18.95.6.1 Original-X-Trace: posting.google.com 1345726326 10394 127.0.0.1 (23 Aug 2012 12:52:06 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 23 Aug 2012 12:52:06 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=18.95.6.1; posting-account=FaNF-woAAABS3ImH9CZqJhP92J5_94lR User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:194122 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:86487 Archived-At: For reference, Revision 108427 (especially, lisp/emacs-lisp/byte-run.el) looks like bringing that change: http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/108427 - Deokhwan Kim On Wednesday, August 22, 2012 11:11:06 AM UTC-4, Stefan Monnier wrote: > I believe this is fixed in the Emacs trunk (where defun is just a macro > > that expands to a defalias+lambda and where the docstrings handling was > > improved accordingly).