Re: What's the alternative for SCM_STRING_CHARS ?

2011-02-23 Thread nalaginrut
> The move to Unicode makes things a lot more complicated, unfortunately. > Strings before 1.9.x were 8-bit, so the way they were stored had to > be changed. Since their storage is now different, it isn't a good idea > to directly access the storage with macros like SCM_STRING_CHARS. > > There a

Re: What's the alternative for SCM_STRING_CHARS ?

2011-02-23 Thread Mike Gran
From: nalaginrut nalagin...@gmail.com >>hi all! >I found SCM_STRING_CHARS is deprecated, but I didn't find it's >alternative from NEWS. Could anybody tell me where to find it? The move to Unicode makes things a lot more complicated, unfortunately. Strings before 1.9.x were 8-bit, so the way they

What's the alternative for SCM_STRING_CHARS ?

2011-02-23 Thread nalaginrut
hi all! I found SCM_STRING_CHARS is deprecated, but I didn't find it's alternative from NEWS. Could anybody tell me where to find it? -- GNU Powered it GPL Protected it GOD Blessed it HFG - NalaGinrut

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 is a good idea? >> >

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 sure about GTK3. > > Won't you think it is a good idea? > > I was doing

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 is a good idea? I was doing some reading and the Introsp

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: GNU AutoGen Version 5.11.6/AutoOpts Version 34.0

2011-02-23 Thread Ludovic Courtès
Hi, Bruce Korb writes: > There also seems to be a weird problem when providing my own "scm_listofnull". > By replacing "scm_listofnull" with "ag_scm_listofnull" and initializing it: >SCM ag_scm_listofnull = scm_list_1 (SCM_EOL); In Guile < 1.9.3, you have to scm_gc_protect_object this valu