From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#9062: 24.0.50; Lispref Extent node mentions lack of closures Date: Tue, 12 Jul 2011 11:48:29 -0400 Message-ID: <87wrfnmrea.fsf@stupidchicken.com> References: <87ipr7hcn3.fsf@maru.md5i.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310485782 22816 80.91.229.12 (12 Jul 2011 15:49:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Jul 2011 15:49:42 +0000 (UTC) Cc: 9062@debbugs.gnu.org To: Michael Welsh Duggan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 12 17:49:38 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QgfDN-0000SG-Q6 for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Jul 2011 17:49:37 +0200 Original-Received: from localhost ([::1]:46290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgfDL-0007x9-UZ for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Jul 2011 11:49:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgfCu-0007vW-Tr for bug-gnu-emacs@gnu.org; Tue, 12 Jul 2011 11:49:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgfCp-0002PC-Dr for bug-gnu-emacs@gnu.org; Tue, 12 Jul 2011 11:49:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgfCp-0002P0-1U for bug-gnu-emacs@gnu.org; Tue, 12 Jul 2011 11:49:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QgfCn-0004HC-Ux; Tue, 12 Jul 2011 11:49:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Jul 2011 15:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9062 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9062-submit@debbugs.gnu.org id=B9062.131048571816399 (code B ref 9062); Tue, 12 Jul 2011 15:49:01 +0000 Original-Received: (at 9062) by debbugs.gnu.org; 12 Jul 2011 15:48:38 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QgfCP-0004GS-Rz for submit@debbugs.gnu.org; Tue, 12 Jul 2011 11:48:38 -0400 Original-Received: from vm-emlprdomr-06.its.yale.edu ([130.132.50.147]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QgfCO-0004GG-0m for 9062@debbugs.gnu.org; Tue, 12 Jul 2011 11:48:36 -0400 Original-Received: from furball (dhcp128036014025.central.yale.edu [128.36.14.25]) (authenticated bits=0) by vm-emlprdomr-06.its.yale.edu (8.14.4/8.14.4) with ESMTP id p6CFmTOn008273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 12 Jul 2011 11:48:30 -0400 In-Reply-To: <87ipr7hcn3.fsf@maru.md5i.com> (Michael Welsh Duggan's message of "Tue, 12 Jul 2011 09:06:08 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.147 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 12 Jul 2011 11:49:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:48738 Archived-At: Michael Welsh Duggan writes: > In the Extent section of variables.texi, you can find the following: > > @cindex closures not available > Some Lisp dialects have ``closures,'' objects that are like functions > but record additional variable bindings. Emacs Lisp does not have > closures. > > This is no longer correct. Also, it would be nice to add a > @cindex closures > to the Lexical Binding node. Thanks for the bug report, but please don't file manual bugs for Emacs 24 features yet. Those features are still in the process of being documented in the manuals. I'm closing this report.