Dear Zoltán,

I cannot talk for the developers, but to me this mailing list seems a good channel to submit ideas and questions for development, together with the forum.

While the lack of immediate answers may seem like a sign that there is no support for outside developers, there may be a random component (i.e. all of the people that might want to answer are not available in a way or another). I would answer you if I were able, but I am not ;-)

This said, whenever you have a ready plugin, you might consider submitting it to https://github.com/texmacs/tm-forge

Giovanni

On 3/9/26 12:11, Zoltán Kovács wrote:
Dear Colleagues,
I am unsure if this is the correct channel to submit ideas and questions.
Meanwhile I worked a *lot* to have a working plugin for GeoGebra, and this is what my current status is:
https://matek.hu/zoltan/blog-20260309.php?t=d
I'd be happy to learn more about how I can improve all of this. ;-)
Best, Zoltan

Zoltán Kovács <[email protected]> ezt írta (időpont: 2026. febr. 11., Sze, 0:08):


        there are so many items, I cannot figure it out where I should
        start my contributing work. Thanks in advance for giving some
        hints on this.


    Meanwhile I found that the dummy mycas plugin is the way to go.
    The file mycas.cpp is not anymore C++ compliant, so this change
    seems important (at least for gcc 13.3):

    .../TeXmacs/src/plugins/mycas/src$ *svn diff *
    Index: mycas.cpp
    ===================================================================
    --- mycas.cpp   (revision 15286)
    +++ mycas.cpp   (working copy)
    @@ -17,12 +17,14 @@
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    -#include <iostream.h>
    +#include <iostream>

    #define DATA_BEGIN   ((char) 2)
    #define DATA_END     ((char) 5)
    #define DATA_ESCAPE  ((char) 27)

    +using namespace std;
    +
    static int counter= 0;

    void

    Best, Zoltan



--

*Dr. Zoltán** Kovács, MSc*

/Private Pädagogische Hochschule der Diözese Linz
https://matek.hu/zoltan/


_______________________________________________
Texmacs-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/texmacs-dev
_______________________________________________
Texmacs-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to