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: Autoloading Date: Tue, 23 Mar 2010 23:41:14 -0400 Message-ID: References: <20100322113620.2500673506.qww314159@motoko.argon.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269402093 22153 80.91.229.12 (24 Mar 2010 03:41:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2010 03:41:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 24 04:41:28 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NuHTB-00089l-0K for ged-emacs-devel@m.gmane.org; Wed, 24 Mar 2010 04:41:25 +0100 Original-Received: from localhost ([127.0.0.1]:46839 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuHTA-0006AV-Il for ged-emacs-devel@m.gmane.org; Tue, 23 Mar 2010 23:41:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuHT5-0006AH-TA for emacs-devel@gnu.org; Tue, 23 Mar 2010 23:41:19 -0400 Original-Received: from [140.186.70.92] (port=33184 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuHT3-0006A0-Nb for emacs-devel@gnu.org; Tue, 23 Mar 2010 23:41:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuHT2-0005hU-DI for emacs-devel@gnu.org; Tue, 23 Mar 2010 23:41:17 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:35843 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuHT2-0005hO-AI; Tue, 23 Mar 2010 23:41:16 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAG4mqUvO+IPa/2dsb2JhbACbJnS+RoR+BIsc X-IronPort-AV: E=Sophos;i="4.51,299,1267419600"; d="scan'208";a="58937208" Original-Received: from 206-248-131-218.dsl.teksavvy.com (HELO ceviche.home) ([206.248.131.218]) by ironport2-out.pppoe.ca with ESMTP; 23 Mar 2010 23:41:15 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id CD52C660BF; Tue, 23 Mar 2010 23:41:14 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Tue, 23 Mar 2010 23:38:09 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122591 Archived-At: >> BTW, such manual autoloads are slightly problematic since they fail to >> provide docstrings (and arglists). >> >> I'm not sure how best to resolve such issues > I suggest compilation warnings. What kinds of wanrings? You mean the byte-compiler should compare the docstring and arglist from the (manual) autoload statement to the docstring and arglist from the package? Stefan