> 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
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
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
>> >> 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?
>>
>
> >> 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
>> 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
> 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
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
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