bug#57377: [PATCH] api-coverage.texi: fix example, remove mentions of unimplemented features

2022-08-24 Thread Antoine Kalmbach
* doc/ref/api-coverage.texi (Code Coverage): #:modules is not supported... never seems to have been supported? (example): close port, not file. --- doc/ref/api-coverage.texi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ref/api-coverage.texi b/doc/ref/api-co

bug#57379: GUI toolkit for Guile 3.0?

2022-08-24 Thread Lee Thomas
Hi. I hope I'm submitting this correctly; please tell me if I'm wrong. I'm trying to at least prototype a GUI in the same way that in Python I can write "import gi" and proceed to create a GTK window, add buttons and menubars and toolbars, etc. I've tried the various online sites, but none of them

bug#57379: GUI toolkit for Guile 3.0?

2022-08-24 Thread Jessica Tallon
Lee Thomas writes: > Hi. I hope I'm submitting this correctly; please tell me if I'm wrong. I'm > trying to at least prototype a GUI in the same way that in Python I can > write "import gi" and proceed to create a GTK window, add buttons and > menubars and toolbars, etc. I've tried the various

bug#57379: GUI toolkit for Guile 3.0?

2022-08-24 Thread Lee Thomas
Thank you, Jessica! That assurance is all I really needed, but FYI: When I type "(use-modules (gi))" into an interactive guile, trying to follow https://github.com/spk121/guile-gi/blob/master/examples/cairo.scm , guile responds with: While compiling expression: no code for module (gi) If you happe

bug#57379: GUI toolkit for Guile 3.0?

2022-08-24 Thread Jessica Tallon
Lee Thomas writes: > Thank you, Jessica! That assurance is all I really needed, but FYI: When I > type "(use-modules (gi))" into an interactive guile, trying to follow > https://github.com/spk121/guile-gi/blob/master/examples/cairo.scm , guile > responds with: > While compiling expression: > no

bug#57379: GUI toolkit for Guile 3.0?

2022-08-24 Thread David Pirotte
Hello, > > ... I'm trying to at least prototype a GUI in the same way that > > in Python I can write "import gi" and proceed to create a GTK > > window, add buttons and menubars and toolbars, etc. You might also try G-Golf - disclaimer, I am the G-Golf maintainer, I was hoping/waiting that some a

bug#57379: GUI toolkit for Guile 3.0?

2022-08-24 Thread Lee Thomas
Thank you both!! Jessica, when I invoked the guix shell as you showed, it worked in that "(use-modules (gi))" succeeded. I need to learn more about including packages with the guix shell command. It's odd that I can get the latest guile to run without specifying it for guix, but I must have the ot

bug#57393: The Guile manuall has no entry for use-typelibs in the Procedures Index

2022-08-24 Thread Lee Thomas
Hi. I am trying to run some examples for guile GUI toolkits, and they have use-typelibs in their code. It is failing for me, so I wanted to learn more about the procedure - but the Procedures Index has no entry for it. I would expect there would be an entry even if the procedure itself is deprecate

bug#57393: The Guile manuall has no entry for use-typelibs in the Procedures Index

2022-08-24 Thread Jean Abou Samra
Le 25/08/2022 à 00:10, Lee Thomas a écrit : Hi. I am trying to run some examples for guile GUI toolkits, and they have use-typelibs in their code. It is failing for me, so I wanted to learn more about the procedure - but the Procedures Index has no entry for it. I would expect there would be an

bug#57393: The Guile manuall has no entry for use-typelibs in the Procedures Index

2022-08-24 Thread Lee Thomas
Thank you! I will learn more about where to locate procedure definitions. On Wed, Aug 24, 2022, 15:14 Jean Abou Samra wrote: > Le 25/08/2022 à 00:10, Lee Thomas a écrit : > > Hi. I am trying to run some examples for guile GUI toolkits, and they > > have use-typelibs in their code. It is failing