Hi Andrey,

Andrey G. Grozin wrote:
Another regression (or, maybe, this is an incompatible change): help menu in reduce no longer works. It worked in 1.0.7.15. The menu entry Contents calls

(load-in-new-window reduce-help)
As you say it's an incompatible change: (load-in-new-window reduce-help) simply calls (load-buffer reduce-help 1), the second parameter implying that the buffer is opened as "generic" which it isn't because your file is html. If it were a TeXmacs file, the command would work, though.

What you need is either to call (load-buffer reduce-help) directly or use (load-browse-buffer reduce-help) which is just an alias.

You can check the details in progs/texmacs/texmacs/tm-files.scm

Best,
--
______________
Miguel de Benito.


_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to