From: Drew Adams <drew.adams@oracle.com>
To: 31962@debbugs.gnu.org
Subject: bug#31962: 27.0; imenu.el constructs - names and doc
Date: Sun, 24 Jun 2018 18:51:23 -0700 (PDT) [thread overview]
Message-ID: <21dc18b7-5951-431b-940b-ab7e56bf8226@default> (raw)
1. `imenu--generic-function' should not have a double-hyphen in its
name. It is the main function in the library, and it is explicitly
referenced by multiple doc strings in the file, including that of a user
option (`imenu-generic-skip-comments-and-strings') and that of the
principal configuration variable (`imenu-generic-expression'), which is
defined per mode. The function should be renamed to
`imenu-generic-function', and the old name should be deprecated.
2. The doc string of `imenu--generic-function' says this, with zero
description of INDEX-NAME INDEX-POSITION FUNCTION and ARGUMENTS:
The return value is an alist of the form
(INDEX-NAME . INDEX-POSITION)
or
(INDEX-NAME INDEX-POSITION FUNCTION ARGUMENTS...)
The return value may also consist of nested index alists like:
(INDEX-NAME . INDEX-ALIST)
depending on PATTERNS.
Each of those pieces of the return value should be specified, not just
named.
3. Similarly, other functions and variables should be renamed to use a
single, not a double, hyphen, starting with `imenu--sort-by-name' and
`imenu--index-alist'. I don't argue now that NO functions wnd variables
in the library should have names declaring that they are internal, but a
better judgment call is in order.
They too are referenced from other doc strings. For example, the doc
string of `imenu-sort-function' says to look at `imenu--sort-by-name'
for an example of a sort function. And the doc string of autoloaded
variable `imenu-create-index-function' refers to `imenu--index-alist'
for the format of the buffer index alist.
We are documenting the structure and behavior of Imenu by referring to
"internal" variables and functions. That makes no sense - or rather, it
points out how silly was declaring these to be "internal".
In GNU Emacs 27.0.50 (build 3, x86_64-w64-mingw32)
of 2018-03-21
Repository revision: e70d0c9e66d7a8609450b2889869d16aeb0363b5
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --without-dbus --host=x86_64-w64-mingw32
--without-compress-install -C 'CFLAGS=-O2 -static -g3''
next reply other threads:[~2018-06-25 1:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-25 1:51 Drew Adams [this message]
2018-06-30 9:28 ` bug#31962: 27.0; imenu.el constructs - names and doc Eli Zaretskii
2019-10-19 1:09 ` Stefan Kangas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=21dc18b7-5951-431b-940b-ab7e56bf8226@default \
--to=drew.adams@oracle.com \
--cc=31962@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).