(find-maximamsg ...): elisp hyperlinks to the Maxima mailing listMy file maxima.e is full of elisp hyperlinks like this one,
that point to messages in the mailing list. `find-maximamsg' is defined here,
and the sexp hyperlink with `find-maximamsg' above simply generates a temporary buffer containing this: `find-maximamsg-links' is a "5-minute hack" in the sense of my presentation at the EmacsConf2020, and from the point of view of Emacs `find-maximamsg' is just a convenience function that splits its first argument in a certain way and calls `find-maximamsg-links'... but `find-maximamsg' is htmlized in a nice way, and `find-maximamsg-links' is not. |