From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Double hyphens in variable names. Date: 07 Oct 2003 02:19:14 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87wubi3qfh.fsf@mail.jurta.org> References: <200310021318.h92DIWW05772@raven.dms.auburn.edu> <200310031833.h93IX0Z15576@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065483137 11317 80.91.224.253 (6 Oct 2003 23:32:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2003 23:32:17 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 07 01:32:15 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6epr-0008BX-00 for ; Tue, 07 Oct 2003 01:32:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6epr-0002tf-00 for ; Tue, 07 Oct 2003 01:32:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6ejz-0001y1-9H for emacs-devel@quimby.gnus.org; Mon, 06 Oct 2003 19:26:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A6ejj-0001wS-HE for emacs-devel@gnu.org; Mon, 06 Oct 2003 19:25:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A6ejC-0001Ng-Uj for emacs-devel@gnu.org; Mon, 06 Oct 2003 19:25:53 -0400 Original-Received: from [64.246.52.22] (helo=ns5.tangramltd.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1A6ejC-0001NA-11 for emacs-devel@gnu.org; Mon, 06 Oct 2003 19:25:22 -0400 Original-Received: from 80-235-35-68-dsl.mus.estpak.ee ([80.235.35.68] helo=mail.jurta.org) by ns5.tangramltd.com with esmtp (Exim 4.20) id 1A6ej1-00006q-NL; Tue, 07 Oct 2003 02:25:12 +0300 Original-To: Lute Kamstra In-Reply-To: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 23 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ns5.tangramltd.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jurta.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16967 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16967 Now Imenu is documented properly, but I want to suggest you to make small corrections: 1. Documentation mentions the default value of imenu-create-index-function and even describes this function, but it don't tell the name of default function. You could add the default function name, i.e.: - The default value of `imenu-create-index-function' is a function - that uses `imenu-prev-index-position-function' and + The default value of `imenu-create-index-function' is the function + `imenu-default-create-index-function' that uses + `imenu-prev-index-position-function' and 2. Index name in `(INDEX-NAME SUB-ALIST)' actually refers to MENU-TITLE described above in the same Info node. So you could change it to the same name, i.e.: - (INDEX-NAME SUB-ALIST) + (MENU-TITLE SUB-ALIST) -- http://www.jurta.org/emacs/