From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r110286: Sync Org 7.9.2 from the commit tagged "release_7.9.2" in Org's Git repo. Date: Wed, 03 Oct 2012 13:35:46 -0400 Message-ID: References: <87pq5267ew.fsf@bzg.ath.cx> <87626uuol5.fsf@Rainer.invalid> <5fobkm9jnu.fsf@fencepost.gnu.org> <87wqzat6n7.fsf@Rainer.invalid> <87wqz9vxmm.fsf@bzg.ath.cx> <87a9w4by89.fsf@Rainer.invalid> <87zk447pz9.fsf@bzg.ath.cx> <871uhgbwvz.fsf@Rainer.invalid> <87pq50ahk6.fsf@Rainer.invalid> <26txuchi1p.fsf@fencepost.gnu.org> <87ehlgagem.fsf@Rainer.invalid> <874nmbimni.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349285778 4417 80.91.229.3 (3 Oct 2012 17:36:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2012 17:36:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 19:36:22 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 1TJSrd-0000H5-1O for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 19:36:05 +0200 Original-Received: from localhost ([::1]:35564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJSrX-0001zb-Ar for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 13:35:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJSrR-0001y5-BU for emacs-devel@gnu.org; Wed, 03 Oct 2012 13:35:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJSrL-00029W-T9 for emacs-devel@gnu.org; Wed, 03 Oct 2012 13:35:53 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:39489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJSrL-00029C-CE for emacs-devel@gnu.org; Wed, 03 Oct 2012 13:35:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09FxLQG/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLDiYHCxQYDSSIHAW6CZBEA545hHqBWIMF X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="200574321" Original-Received: from 69-196-180-6.dsl.teksavvy.com (HELO pastel.home) ([69.196.180.6]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 03 Oct 2012 13:35:46 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1ED3D594E8; Wed, 3 Oct 2012 13:35:46 -0400 (EDT) In-Reply-To: <874nmbimni.fsf@Rainer.invalid> (Achim Gratz's message of "Wed, 03 Oct 2012 17:46:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:154017 Archived-At: > The let-binding that triggers the message is actually established in > autoloads.el in generate-file-autoloads, which then goes on to call > autoload-generate-file-autoloads, which actually expects a buffer local > variable. Actually, there are several functions that do the let-binding, and generate-file-autoloads is the least problematic because it's almost never used. But, yes, we have a problem in that area in autoload.el. It would be good for someone to sit down and try and figure out how to clean it up. Stefan