GNU bug report logs -
#30958
26.0.91; No documentation for key and value in the function passed to `map-keymap'
Previous Next
Reported by: Hong Xu <hong <at> topbug.net>
Date: Tue, 27 Mar 2018 01:32:02 UTC
Severity: minor
Tags: moreinfo
Found in version 26.0.91
Fixed in version 28.1
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 30958 <at> debbugs.gnu.org (full text, mbox):
> A callback function should be passed to `map-keymap'. However,
> the description of the callback function seems to be missing
> (undocumented). For example, the value does not seems to always be a
> function. It is sometimes an alist, sometimes a more complicated list.
>
> I think this might have never been documented. If it is documented, it
> would be greatly appreciated if a pointer to the actual documentation
> can be added to the document of `map-keymap'.
(If this report is clear to others then don't worry about it,
but it's not clear to me.)
I wouldn't call the FUNCTION arg a "callback" function, but
it's the only function that is passed, AFAIK, so I guess
that's the one you mean.
What makes you think it doesn't always need to be a function?
Grepping the Emacs Lisp files, I don't see any cases where it
is not a function (or where the KEYMAP arg is a function).
FUNCTION is described pretty well in the doc, I think - the
args it is passed are described.
If you instead meant the KEYMAP arg (whose value is not a
function, AFAIK), then there is a whole section of the Elisp
manual devoted do describing that, including the various
forms a keymap can take (e.g. particular kinds of alists).
See https://www.gnu.org/software/emacs/manual/html_node/elisp/Keymaps.html
and its child nodes.
(I'm probably missing something that you meant. If so,
please ignore.)
This bug report was last modified 3 years and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.