From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#6151: mystery arguments of define-minor-mode + describe-function Date: Mon, 10 May 2010 11:33:04 -0400 Message-ID: References: <871vdkgjlu.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273507067 26820 80.91.229.12 (10 May 2010 15:57:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 May 2010 15:57:47 +0000 (UTC) Cc: Juanma Barranquero , 6151@debbugs.gnu.org, jidanni@jidanni.org To: Lennart Borgman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon May 10 17:57:45 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@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 1OBVMI-0001b9-Lz for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 May 2010 17:57:41 +0200 Original-Received: from localhost ([127.0.0.1]:56433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBVMF-0003AL-Ii for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 May 2010 11:57:27 -0400 Original-Received: from [140.186.70.92] (port=45732 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBVLz-0002f1-6e for bug-gnu-emacs@gnu.org; Mon, 10 May 2010 11:57:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBVLE-0007NI-Ga for bug-gnu-emacs@gnu.org; Mon, 10 May 2010 11:56:35 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54059) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBVLE-0007N6-DU for bug-gnu-emacs@gnu.org; Mon, 10 May 2010 11:56:24 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OBUza-0006EQ-0g; Mon, 10 May 2010 11:34:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 May 2010 15:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6151 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6151-submit@debbugs.gnu.org id=B6151.127350559123934 (code B ref 6151); Mon, 10 May 2010 15:34:01 +0000 Original-Received: (at 6151) by debbugs.gnu.org; 10 May 2010 15:33:11 +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 1OBUyl-0006Dw-EY for submit@debbugs.gnu.org; Mon, 10 May 2010 11:33:11 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBUyj-0006Dk-Ed for 6151@debbugs.gnu.org; Mon, 10 May 2010 11:33:10 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAEbE50tLd+Zs/2dsb2JhbACeH3K9OYUUBIwy X-IronPort-AV: E=Sophos;i="4.52,362,1270440000"; d="scan'208";a="63824356" Original-Received: from 75-119-230-108.dsl.teksavvy.com (HELO pastel.home) ([75.119.230.108]) by ironport2-out.pppoe.ca with ESMTP; 10 May 2010 11:33:04 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 237B48205; Mon, 10 May 2010 11:33:04 -0400 (EDT) In-Reply-To: (Lennart Borgman's message of "Mon, 10 May 2010 13:39:06 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 10 May 2010 11:34:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:36836 Archived-At: > Maybe the define-minor-mode should always add to the docstring that it > is a minor mode and provide links between the minor mod variable and > the minor mode function? Yes, it could check the presence of "ARG" in the provided docstring or something like that and add a standard blurb if the docstring doesn't already have it. Stefan