GNU bug report logs -
#46710
27.1; `calc' sub-menu item invokes non-existent `calc-mult' function.
Previous Next
Reported by: Mark Harig <idirectscm <at> aim.com>
Date: Mon, 22 Feb 2021 19:55:02 UTC
Severity: normal
Tags: fixed
Found in version 27.1
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Mark Harig <idirectscm <at> aim.com> writes:
> Note that the menu item also documents the keystroke
> alternative, ‘*’. C-h k * reports that ‘*’ invokes the
> function ‘calc-times’. Likewise, the alternative menu
> item Calc -> Matrices/Vectors -> Matrices -> (2:) dot (:1)
> also invokes the function ‘calc-times’. This menu item
> and ‘*’ produce the same result.
>
> The Calc -> Matrices/Vectors -> Vectors sub-menu is
> defined in the file calc-menu.el (in the lisp/calc
> sub-directory): (defvar calc-vectors-menu ...).
>
> The entry that lists the non-existent ‘calc-mult’ function
> reads:
>
> ["(2:) dot (1:)"
> calc-mult
> :keys "*"
> :active (>= (calc-stack-size) 2)
> :help "The dot product"]
Thanks for the thorough analysis here. I've now changed this to use
calc-times in Emacs 28, and that does indeed seem to produce the correct
results here (i.e., the same as the `*' command).
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 4 years and 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.