Re: New testing versions of TeXmacs based on the current SVN version

Grégoire Lecerf <[email protected]> Thu, 6 Nov 2025 10:14:00 +0100
Newsgroups gmane.editors.texmacs.user
Organization Laboratoire d'informatique de l'École polyt echnique
Message-ID <[email protected]>
I thank you very much for your feedback.

Note that the icon resolution is not optimal: a qt plugin has been 
forgotten in this package.

> Ticking Use native menubar in User Preferences shows no effect whatsoever.

Did you restart TeXmacs to get the changes?

What are the values of the preferences "use native menubar" and "new 
toolbar" in your ~/.TeXmacs/system/preferences.scm file?

> (Redifined) shortcuts are not displayed in the menu entries for Insert->Enunciation, Insert->Prominent, and Insert->Notes, etc.

It seems to work for me. Could you please check if your shortcuts 
exactly match the scheme commands of the menus?

For instance, if your shortcut for "Small figure" is (make 
'small-figure), then it won't appear since the menu command is

(wrap-selection-small
    (make 'small-figure))

> Also, the Mathematics tab in User Preferences is still missing. ../..

The code was disabled because no icon was provided, and it made the tab 
widget quite large. I've tried to remedy these issues.

> Besides, updating a master document (shift+command+R) while having changed
> sub-documents open often freezes the updating process.

I think I've fixed this issue in svn version #15104.

Best regards,

Grégoire