Re: status of guile-gnome and replacements?

2023-11-10 Thread Greg Troxel
Thank you all for the comments. I will go ahead and delete the guile-gtk package, and have queued myself a TODO to package g-golf. I'll hold off on guile-gi for now, pending Mike's resurrection/redesign, or if I start actually trying to write guile/gui code.

Re: status of guile-gnome and replacements?

2023-11-07 Thread David Pirotte
> What do other packaging systems do? I forgot to mention that g-golf is being packaged for debian [1] - and already is in freebsd, homebrew and guix. David [1] https://ftp-master.debian.org/new/g-golf_0.8.0~rc1-1.html pgpXbYU9bWn2w.pgp Description: OpenPGP digital signature

Re: status of guile-gnome and replacements?

2023-11-07 Thread David Pirotte
> ... > So: what is the current best way to do gtk3 (4?) from guile? You should (highly) consider using Adwaita instead (libadwaita), and gtk-4 for what ever isn't customized (yet) in libadwaita. But to address your question (disclaimer, I am its maintainer), as Mike already did suggest, you sho

Re: status of guile-gnome and replacements?

2023-11-07 Thread Mike Gran
>> What do other packaging systems do?  Debian 12 doesn't have guile-gnome >> but it does have guile-cairo. >> >> Greg >As far as i know the most maintained and best way to use gtk/gnome >things from guile is guile-gi https://github.com/spk121/guile-gi I

Re: status of guile-gnome and replacements?

2023-11-07 Thread MSavoritias
On 11/7/23 16:37, Greg Troxel wrote: In pkgsrc we are pruning gnome2 (but have mate). That's not about guile, but it is causing a hard look at things that depend on gnome2. We have guile-gnome 2.16.5, the most recent release, released in June of 2017. I remember using something in 20

status of guile-gnome and replacements?

2023-11-07 Thread Greg Troxel
In pkgsrc we are pruning gnome2 (but have mate). That's not about guile, but it is causing a hard look at things that depend on gnome2. We have guile-gnome 2.16.5, the most recent release, released in June of 2017. I remember using something in 2004ish, but more for gtk than gnome. Our pa

Re: What is the status of guile-gnome, or gtk\guile?

2020-06-07 Thread Zelphir Kaltstahl
remember some e-mails here on the Guile user list definitely later >> than 2017. However, they also did not turn up on my search engine search >> yesterday. >> >> I also wonder, if there is a tutorial somewhere, which shows the basics >> of using guile-gnome for making a G

Re: What is the status of guile-gnome, or gtk\guile?

2020-06-07 Thread Dale Mellor
ay. > > I also wonder, if there is a tutorial somewhere, which shows the basics > of using guile-gnome for making a GUI application. I'd love to use Guile > + GTK3 for an application I want to write for a long time. I have since found out about two successor projects, unfortunat

Re: What is the status of guile-gnome, or gtk\guile?

2020-06-07 Thread Zelphir Kaltstahl
guile-gnome for making a GUI application. I'd love to use Guile + GTK3 for an application I want to write for a long time. Regards, Zelphir On 07.06.20 03:03, Dale Mellor wrote: > As far as I can tell nothing has happened since 2017. Has the project > died? > >

What is the status of guile-gnome, or gtk\guile?

2020-06-06 Thread Dale Mellor
As far as I can tell nothing has happened since 2017. Has the project died?

Re: gw:wcp types in Guile-Gnome

2017-09-06 Thread David Pirotte
Hello, > IMHO it would not violate opaqueness if you could find out (runtime) > which wct class a wcp value belongs to. 'opaque' is just a name, there is no 'properties' such that one could 'violate' (or not) an opaque type: these are just 'opaque' pointers, g-wrap pointers to a C values, and t

Re: gw:wcp types in Guile-Gnome

2017-09-06 Thread Tommi Höynälänmaa
Hi IMHO it would not violate opaqueness if you could find out (runtime) which wct class a wcp value belongs to. - Tommi Höynälänmaa

Re: gw:wcp types in Guile-Gnome

2017-08-26 Thread David Pirotte
Hello, Sorry for the late response, I was hoping someone else would answer before I could, we are not that many but there are still a few very good guile-gnome users out there ... :) > Pango attributes are instances of class in Guile-Gnome but they > are not

gw:wcp types in Guile-Gnome

2017-08-17 Thread Tommi Höynälänmaa
Pango attributes are instances of class in Guile-Gnome but they are not GOOPS instances (i.e. (instance? x) returns false). Class name is not defined at all. How can I test if an arbitrary object belongs to some specific class, e.g. if an object is a Pango attribute? - Tommi

Guile-Gnome 2.16.5 released

2017-06-04 Thread David Pirotte
Hello, We are pleased to announce Guile-Gnome 2.16.5, the next maintenance release for the 2.16 series. * Guile-Gnome Homepage http://www.gnu.org/software/guile-gnome * Guile-Gnome 2.16.5 release tarball GPG signature [*] http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome

Guile-Gnome 2.16.4 released

2015-12-07 Thread David Pirotte
Hello, We are pleased to announce Guile-Gnome 2.16.4, the next maintenance release for the 2.16 series. * Guile-Gnome Homepage: http://www.gnu.org/software/guile-gnome * Guile-Gnome 2.16.4 release tarball GPG signature [*]: http://download.savannah.gnu.org/releases/grip

Guile-Gnome 2.16.3 released

2015-08-03 Thread David Pirotte
Hello, We are pleased to announce Guile-Gnome 2.16.3, the next maintenance release for the 2.16 series. * Guile-Gnome Homepage: http://www.gnu.org/software/guile-gnome * Guile-Gnome 2.16.3 release tarball GPG signature [*]: http://ftp.gnu.org/pub/gnu/guile-gnome/guile

Re: guile-gnome and guile 2

2013-08-11 Thread David Pirotte
> This is due to recent Glib only allowing glib.h to be included directly. > Any old program which does this will get this compilation error. So, the > solution for you would be to find all occurences in guile-gnome where > another Glib header is included and remove it (or replace it

Re: guile-gnome and guile 2

2013-08-10 Thread Aljosha Papsch
Am Freitag, den 09.08.2013, 15:51 -0300 schrieb Diogo F. S. Ramos: > >> Second, with the guile-gnome tarball you referenced, it errors > >> complaining that only `glib.h' can be included directly, so the > >> compilation stops. > > > > That probably

Re: guile-gnome and guile 2

2013-08-09 Thread David Pirotte
n of your config.log and an extract of the latest lines of the make... Did g-wrap and guile-cairo configure/make/install ok? I personally install[ed] the all suite from git [guile, g-wrap, guile-cairo and guile-gnome] because even just for guile, debian is too outdated for my needs [and guile-

Re: guile-gnome and guile 2

2013-08-09 Thread Diogo F. S. Ramos
>> Second, with the guile-gnome tarball you referenced, it errors >> complaining that only `glib.h' can be included directly, so the >> compilation stops. > > That probably is because the '-dev' files/packages are not installed on your > machine. I am

Re: guile-gnome and guile 2

2013-08-09 Thread David Pirotte
rror > Second, with the guile-gnome tarball you referenced, it errors > complaining that only `glib.h' can be included directly, so the > compilation stops. That probably is because the '-dev' files/packages are not installed on your machine. I am on debian it is the libglib2.0-dev package. Cheers, David

Re: guile-gnome and guile 2

2013-08-09 Thread Diogo F. S. Ramos
>> Is there a release of guile-gnome which works with guile 2? > > Yes, here a the link to the latest tarball: > > > http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.2.tar.gz > > Obviously, there a re dependencies > >

Re: guile-gnome and guile 2

2013-08-09 Thread David Pirotte
Hello Diogo, > Is there a release of guile-gnome which works with guile 2? Yes, here a the link to the latest tarball: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.2.tar.gz Obviously, there a re dependencies http://www.gnu.

guile-gnome and guile 2

2013-08-09 Thread Diogo F. S. Ramos
Is there a release of guile-gnome which works with guile 2?

guile-gnome-platform 2.16.2 released

2012-05-09 Thread Andy Wingo
Hello all, I am pleased and embarrassed to announce the release of guile-gnome-platform version 2.16.2. Get it here: http://ftp.gnu.org/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.2.tar.gz About guile-gnome-platform == guile-gnome is a Guile

Re: guile-gnome-platform 2.16.2 released

2012-05-09 Thread Nala Ginrut
Ah~that's great news~ And I tested, it works for me. Now I could start some project with GUI. Thanks! On Thu, May 10, 2012 at 5:01 AM, Andy Wingo wrote: > Hello all, > > I am pleased and embarrassed to announce the release of > guile-gnome-platform version 2.16.2. > >

RE: guile-gnome-platform 2.16.2 released

2012-05-09 Thread Sunjoong Lee
Hello, I'm glad to hear guile-gnome-platform works with Guile 2.0. To celebrate it, I've attatched my ebuild files for Gentoo Linux users. You know, Gentoo's last stable guile ebuild file is guile-1.8.8-r1.ebuild for Guile 1.8.8 but the last stable version of Guile itself is 2

guile-gnome-platform 2.16.2 released

2012-05-09 Thread Andy Wingo
Hello all, I am pleased and embarrassed to announce the release of guile-gnome-platform version 2.16.2. Get it here: http://ftp.gnu.org/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.2.tar.gz About guile-gnome-platform == guile-gnome is a Guile

Re: Guile-gnome

2011-11-22 Thread Ariel Rios
(I needed a macro in gettext) I >> have bee able to install guile-gnome but I am getting: >> >> [ariel@~/src/guile-gnome-platform/gtk/examples/tutorial]$ >> guile-gnome-2 -l hello.scm >> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 >> ;;;      

Re: Guile-gnome

2011-11-22 Thread rixed
-[ Tue, Nov 22, 2011 at 05:34:00PM -0600, Ariel Rios ] > Hello, > > So after battling to compile g-wrap (I needed a macro in gettext) I > have bee able to install guile-gnome but I am getting: > > [ariel@~/src/guile-gnome-platform/gtk/examples/tutorial]$ > guile

Re: Guile-gnome

2011-11-22 Thread Ariel Rios
Hello, So after battling to compile g-wrap (I needed a macro in gettext) I have bee able to install guile-gnome but I am getting: [ariel@~/src/guile-gnome-platform/gtk/examples/tutorial]$ guile-gnome-2 -l hello.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass

Re: Guile-gnome

2011-11-22 Thread Andy Wingo
Hello old friend! On Tue 22 Nov 2011 20:37, Ariel Rios writes: > Where is guile-gnome located hosted these days? http://gnu.org/s/guile-gnome/ You'll need to use g-wrap and guile-gnome from git, but it does work with Guile 2.0. Peace, Andy -- http://wingolog.org/

Guile-gnome

2011-11-22 Thread Ariel Rios
Hello, Where is guile-gnome located hosted these days? Is there one for current guile? thanks, ariel

Re: Guile 2.0 + guile-gnome + GTK 3

2011-02-24 Thread Andy Wingo
On Thu 24 Feb 2011 01:06, Diogo F. S. Ramos writes: > Are there any plans to port guile-gnome to GTK 3? There are plans to use the gobject part of guile-gnome together with gobject introspection stuff; but it needs to be done carefully, and no one is working on it right now, that I know

Re: Guile 2.0 + guile-gnome + GTK 3

2011-02-23 Thread Diogo F . S . Ramos
>> >> Is it possible to use guile-gnome with Guile 2.0? >> >> >> >> Are there any plans to port guile-gnome to GTK 3? >> >> >> > >> > Yes, I'm working with that. You may try it. >> >> Nice. Where can I get

Re: Guile 2.0 + guile-gnome + GTK 3

2011-02-23 Thread nalaginrut
> >> Is it possible to use guile-gnome with Guile 2.0? > >> > >> Are there any plans to port guile-gnome to GTK 3? > >> > > > > Yes, I'm working with that. You may try it. > > Nice. Where can I get it? > > > But I'm not

Re: Guile 2.0 + guile-gnome + GTK 3

2011-02-23 Thread Diogo F . S . Ramos
>> Is it possible to use guile-gnome with Guile 2.0? >> >> Are there any plans to port guile-gnome to GTK 3? >> > > Yes, I'm working with that. You may try it. Nice. Where can I get it? > But I'm not sure about GTK3. Won't you think it i

Re: Guile 2.0 + guile-gnome + GTK 3

2011-02-23 Thread nalaginrut
> Is it possible to use guile-gnome with Guile 2.0? > > Are there any plans to port guile-gnome to GTK 3? > Yes, I'm working with that. You may try it. But I'm not sure about GTK3. -- GNU Powered it GPL Protected it GOD Blessed it HFG - NalaGinrut

Guile 2.0 + guile-gnome + GTK 3

2011-02-23 Thread Diogo F . S . Ramos
Is it possible to use guile-gnome with Guile 2.0? Are there any plans to port guile-gnome to GTK 3? -- Diogo F. S. Ramos

Re: guile-gnome - git clone + 3 debian patches - compilation error

2010-07-06 Thread David Pirotte
Hello Patrick, Thanks a lot, it compiled with no problem. Cheers, David ;; -- Le Tue, 6 Jul 2010 11:50:31 +0200, Patrick Bernaud a écrit : > Hello David, > > David Pirotte writes: > > [...] > > cc1: warnings being treated as errors > > guile-

guile-gnome - git clone + 3 debian patches - compilation error

2010-07-06 Thread Patrick Bernaud
Hello David, David Pirotte writes: > [...] > cc1: warnings being treated as errors > guile-gnome-gw-gtk.c: In function > 'gw__tmp6246_gtk_recent_info_get_application_info_wrapper': > guile-gnome-gw-gtk.c:27337: error: passing argument 3 of > 'gtk_recen

guile-gnome - git clone + 3 debian patches - compilation error

2010-07-05 Thread David Pirotte
/package/guile-gnome-platform/2.16.1-4 ;; -- few installed lib info: ii libgtk2.0-0 2.20.1-1 ii libglib2.0-02.24.1-1 ii libgnome2-0 2.30.0-1 ii libgnomeui-0

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-09 Thread Andy Wingo
On Fri 09 Apr 2010 09:08, Thien-Thi Nguyen writes: > () Andy Wingo > () Fri, 09 Apr 2010 00:13:10 +0200 > >> () Andy Wingo >> () Thu, 08 Apr 2010 20:53:17 +0200 >> >>what is the right thing to do here? Get it into a >>project on savannah in git hosting, no? >> >

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-09 Thread Thien-Thi Nguyen
() Andy Wingo () Fri, 09 Apr 2010 00:13:10 +0200 > () Andy Wingo > () Thu, 08 Apr 2010 20:53:17 +0200 > >what is the right thing to do here? Get it into a >project on savannah in git hosting, no? > > Sorry, i don't understand. What does "it" refer to? Referring

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread Andy Wingo
Hi! On Thu 08 Apr 2010 22:06, Thien-Thi Nguyen writes: > () Andy Wingo > () Thu, 08 Apr 2010 20:53:17 +0200 > >No such luck with guile-pg, it will need patches. I even tried >applying debian's patches to see if that would help, but >guile-pg uses gh.h. Copying Thien-Thi, who appea

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread Linas Vepstas
On 8 April 2010 13:06, David Pirotte wrote: > > But I have had another type of bug, which I beleive is not related to the > one > you looked at, which rarely appears and occurred today, so here it is: > >*** glibc detected *** guile: corrupted double-linked list: > 0x08a1ca60 *** >

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread Thien-Thi Nguyen
() Andy Wingo () Thu, 08 Apr 2010 20:53:17 +0200 No such luck with guile-pg, it will need patches. I even tried applying debian's patches to see if that would help, but guile-pg uses gh.h. Copying Thien-Thi, who appears to be the upstream: what is the right thing to do here? Get it

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread Andy Wingo
Hi David, I'm happy to help, and glad to hear things are going OK. You probably have the largest guile-gnome-using apps out there... Also, one of these three lists is probably enough ;) On Thu 08 Apr 2010 20:06, David Pirotte writes: > But I have had another type of bug, which I beleiv

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread David Pirotte
nd test my code with guile-vm! Cheers, David ;; -- Le Mon, 22 Mar 2010 21:33:50 +0100, Andy Wingo a écrit : > On Wed 17 Mar 2010 21:09, David Pirotte writes: > > > I know, guile-gnome-0 is obsolate ... But I have no choice right know and > > really > > really hope tha

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-03-22 Thread Andy Wingo
On Wed 17 Mar 2010 21:09, David Pirotte writes: > I know, guile-gnome-0 is obsolate ... But I have no choice right know and > really really hope that > I can help developers to find out what the problem is and debug it ... As long as you know this :) This was released *five years ago

guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-03-17 Thread David Pirotte
Hello, debian 2.6.22-2-686 ii libc6 2.9-12 GNU C Library: Shared libraries ii libc6-dev 2.9-12 GNU C Library: Development Libraries and Header Files I know, guile-gnome-0 is obsolate ... But I

Re: Thoughts on g-wrap, guile FFI and guile-gnome

2009-03-03 Thread Neil Jerram
Andreas Rottmann writes: > * Its code uses syntax-case (as specified in R6RS) in quite a few > places. I hope that Guile's macro problems (which currently interact > horribly with modules) will be resolved at some point, and that it > will gain full syntax-case support. Can anybody hint at

Re: Thoughts on g-wrap, guile FFI and guile-gnome

2009-02-23 Thread Andreas Rottmann
should be relatively straightforward, and I'm willing to help with it. >> I wonder how the advent of gobject-introspection will influence the >> future of guile-gnome. > > I want to switch to it. But this is like a 200 hour project, and with > less deployment than ou

Re: Thoughts on g-wrap, guile FFI and guile-gnome

2009-02-23 Thread Andy Wingo
need for any > "binding generation" step, hence doing away (in principle) the need > for G-Wrap altogether. I completely agree, this makes sense, and we should do this at some point this year. > I wonder how the advent of gobject-introspection will influence the > future of gu

Thoughts on g-wrap, guile FFI and guile-gnome [was: 1.9.11 ffi reference bug]

2009-02-20 Thread Andreas Rottmann
kind of feature-complete as far as guile-gnome is concerned -- an that's its only client ATM AFAIK, as gnucash has transitioned to SWIG. For a different, but related topic: I wonder how the advent of gobject-introspection will influence the future of guile-gnome. With the VM branch land

Re: [ANN] Stable Guile-Gnome-Platform 2.16.1 released

2008-07-04 Thread David Séverin
Le Thu, 03 Jul 2008 18:49:46 +0200, Andy Wingo <[EMAIL PROTECTED]> a écrit : > Greetings to hackers of the good hack, > > After seven years of development by a varied and motley crew, we are > pleased and relieved to finally announce the first^Wsecond API- and > ABI-stable r

[ANN] Stable Guile-Gnome-Platform 2.16.1 released

2008-07-03 Thread Andy Wingo
Greetings to hackers of the good hack, After seven years of development by a varied and motley crew, we are pleased and relieved to finally announce the first^Wsecond API- and ABI-stable release of guile-gnome-platform, version 2.16.0^W2.16.1. Guile-gnome-platform 2.16.1 may be downloaded from

[ann] guile-gnome-platform 2.15.98 released

2008-04-25 Thread Andy Wingo
Greetings, disciples of Lambda: The Ultimate Cult, I am pleased to announce the release of guile-gnome-platform version 2.15.98. guile-gnome-platform 2.15.98 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.98.tar.gz About guile

[ann] guile-gnome-platform 2.15.97 released

2008-04-10 Thread Andy Wingo
(copying guile-user) Greetings lambda wranglers, I am pleased to announce the release of guile-gnome-platform version 2.15.97. guile-gnome-platform 2.15.97 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.97.tar.gz About guile-gnome

Re: [ann] guile-gnome-platform 2.15.96 released

2007-12-17 Thread Jan Nieuwenhuizen
Andy Wingo writes: > guile-gnome-platform 2.15.96 may be downloaded from: > http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.96.tar.gz With latest from bzr, I get Making all in doc make[3]: Entering directory `/home/janneke/vc/guile-gnome/pango/doc&#

[ann] guile-gnome-platform 2.15.96 released

2007-12-10 Thread Andy Wingo
Hello wielders of the parenthesis, I am pleased to announce the release of guile-gnome-platform version 2.15.96. guile-gnome-platform 2.15.96 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.96.tar.gz About guile-gnome-platform

[ann] guile-gnome-platform 2.15.95 released

2007-11-10 Thread Andy Wingo
Brisk November greetings! I am pleased to announce the release of guile-gnome-platform version 2.15.95. guile-gnome-platform 2.15.95 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.95.tar.gz About guile-gnome-platform

ANN: guile-gnome-platform 2.15.93 released

2007-06-15 Thread Andy Wingo
I am pleased to announce the release of guile-gnome-platform version 2.15.93. guile-gnome-platform 2.15.93 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.93.tar.gz About guile-gnome-platform == guile-gnome

guile-gnome-platform 2.15.92 released

2007-05-24 Thread Andy Wingo
I am pleased to announce the release of guile-gnome-platform version 2.15.92. guile-gnome-platform 2.15.92 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.92.tar.gz About guile-gnome-platform == guile-gnome

Re: guile-gnome-platform 2.15.91 released

2007-05-11 Thread Greg Troxel
guile-gnome-platform 2.15.91 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.91.tar.gz I'm really glad to see this. Note that this release requires the yet-unreleased G-Wrap 1.9.8. Until it is available, you may follo

guile-gnome-platform 2.15.91 released

2007-05-10 Thread Andy Wingo
Hi all, I am pleased to announce the release of guile-gnome-platform version 2.15.91. guile-gnome-platform 2.15.91 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.91.tar.gz Note that this release requires the yet-unreleased G-Wrap

Re: guile gnome gdk bindings question...no threads_init, threads_enter and threads_exit definitions

2006-12-18 Thread Kevin Ryde
Stan Pinte <[EMAIL PROTECTED]> writes: > > http://aruiz.typepad.com/siliconisland/2006/04/threads_on_pygt.html I suppose a dynamic-wind for the enter/leave would ensure a "leave" if there was an error in the protected section. > My problem is that I cannot find anywhere a guile module containing

guile gnome gdk bindings question...no threads_init, threads_enter and threads_exit definitions

2006-12-18 Thread Stan Pinte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am using guile-gnome bindings on debian (config below). I recently discovered, thanks to this excellent article (http://aruiz.typepad.com/siliconisland/2006/04/threads_on_pygt.html) that I should use the functions gdk_threads_(init|enter

guile-gnome-gtksourceview 1.8.0 released

2006-12-17 Thread Andy Wingo
Hi, I am pleased to announce the release of guile-gnome-gtksourceview version 1.8.0. The tarball may be downloaded at: http://ftp.gnu.org/gnu/guile-gnome/guile-gnome-gtksourceview/guile-gnome-gtksourceview-1.8.0.tar.gz About guile-gnome-gtksourceview === guile

guile-gnome-gstreamer 0.9.90 released

2006-12-17 Thread Andy Wingo
Hi, I am pleased to announce the release of guile-gnome-gstreamer version 0.9.90. The tarball will be downloadable at: http://ftp.gnu.org/gnu/guile-gnome/guile-gnome-gstreamer/guile-gnome-gstreamer-0.9.90.tar.gz However I am currently wrestling with the ftp.gnu.org upload system. In the

Re: guile-gnome-platform 2.15.90 released

2006-12-15 Thread Andy Wingo
Hi! On Fri, 2006-12-15 at 16:29 +0100, Andy Wingo wrote: > This release may be downloaded at: So I linked to the old tarball. My bad! Here's the correct link: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.90.tar.gz Happy hacking, Andy.

guile-gnome-platform 2.15.90 released

2006-12-15 Thread Andy Wingo
Hi, I am pleased to announce the release of guile-gnome-platform version 2.15.90. About guile-gnome-platform == guile-gnome-platform is a binding between the GNOME platform libraries and the Guile Scheme language. This release brings guile-gnome out of bitrot. It is

Re: guile-gnome and guile-gtk

2006-03-10 Thread Andy Wingo
Hi Aaron, On Mon, 2006-02-20 at 12:20 -0600, Aaron VanDevender wrote: > Is guile-gnome a dead project? It has been almost a year since the last > release, and there hasn't been much traffic on the guile-gnome list. Is > anyone planning a gtk2 based version of gulie-gtk and guile-gno

Re: guile-gnome and guile-gtk

2006-02-21 Thread Greg Troxel
guile-gtk is pretty much inactive. guile-gnome seems to work, but I haven't seen much development on g-wrap or guile-gnome. -- Greg Troxel <[EMAIL PROTECTED]> ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.

Re: guile-gnome and guile-gtk

2006-02-21 Thread David Pirotte
On Mon, 20 Feb 2006 12:20:57 -0600 Aaron VanDevender <[EMAIL PROTECTED]> wrote: > Is guile-gnome a dead project? It has been almost a year since the > last release, and there hasn't been much traffic on the guile-gnome > list. Hope not! I am using it 'extensively&

Re: guile-gnome and guile-gtk

2006-02-21 Thread Bill Schottstaedt
> Or have people lost interest? There's libxm -- xg.c has all the gtk bindings up to the current gtk version, as well as a bunch from pango, and a few from glib. ftp://ccrma-ftp.stanford.edu/pub/Lisp/libxm.tar.gz Lots of examples in the Snd tarball (at the same site). If I remember right, it

Re: guile-gnome and guile-gtk

2006-02-21 Thread Aaron VanDevender
I should have qualified that to say that guile-gtk doesn't build due to the autoconf thing. guile-gnome is based on pkg-config (and gtk2) But my question stands? Is anyone working on them? Are we waiting for g-wrap 2.0? Or have people lost interest? -Aaron On Mon, 2006-02-20 at 12:20

guile-gnome and guile-gtk

2006-02-20 Thread Aaron VanDevender
Is guile-gnome a dead project? It has been almost a year since the last release, and there hasn't been much traffic on the guile-gnome list. Is anyone planning a gtk2 based version of gulie-gtk and guile-gnome? The last version doesn't even build on my system because it uses autoc

Re: ISO Latin 1 characters - unicode - UTF-8 - guile - gnome-guile - lost in translations ...

2005-05-24 Thread Marius Vollmer
David Pirotte <[EMAIL PROTECTED]> writes: > But passing a guile string containing glyphs symbols for non ascii > characters does not work for all of them, What happens? > ps: is there any hope that guile handles internationalisation > in its core modules some time soon? Yes, but probabl

Re: ISO Latin 1 characters - unicode - UTF-8 - guile - gnome-guile - lost in translations ...

2005-04-12 Thread Kevin Ryde
David Pirotte <[EMAIL PROTECTED]> writes: > > ps: is there any hope that guile handles internationalisation > in its core modules some time soon? The cvs has gettext now. I've been spawning the "locale" program (which is posix standard) to get at decimal point and date/time formats. It m

ISO Latin 1 characters - unicode - UTF-8 - guile - gnome-guile - lost in translations ...

2005-04-12 Thread David Pirotte
Hi all, pango_layout_set_text() expects valid UTF-8 strings so I manually write strings such as: "référence" english: reference [référence] which in unicode representation is r\u00E9f\u00E9rence and it's ok. But passing a guile string containi