Re: Libgettextpo wrapper for Guile

2019-05-08 Thread Miguel
amirouche : > Hello all! Hello, amirouche! > Miguel you decide to host, I can create a repository at source hut > so that you don't have to pay (the less evil, most free except you > must to host project yourself). After looking other options I decided that Savannah was the best option availabl

Re: Libgettextpo wrapper for Guile

2019-05-08 Thread Miguel
(Links at the end for readability.) Bruno Haible : > Hi Miguel, Hi Bruno, After some suggestions made by private email and being suggested in the savannah admission process to integrate it in gettext[1], I gave a second look into the topic, and check the pros and cons more thoroughly. > > an e

Re: Libgettextpo wrapper for Guile

2019-05-05 Thread amirouche
Hello all! On 2019-05-05 20:45, Bruno Haible wrote: Hi Miguel, an external project would be useful anyway as does not require a version update of neither Gettext nor Guile to start using it A separate project also means an independent release cycle. How are other Guile bindings organized?

Re: Libgettextpo wrapper for Guile

2019-05-05 Thread Bruno Haible
Hi Miguel, > an external project would be useful anyway as > does not require a version update of neither Gettext nor Guile to start > using it A separate project also means an independent release cycle. How are other Guile bindings organized? - guile-cairo separate project https://www

Re: Libgettextpo wrapper for Guile

2019-05-05 Thread Miguel
Hi Bruno, > Hi Miguel, > > > I implemented a wrapper library > > for Guile and a couple of higher level functions, tests and I'm > > documenting everything. > > This is great. Many thanks for this contribution!! You're welcome! I hope it will be useful. And it would not be possible without

Re: [bug-gettext] Libgettextpo wrapper for Guile

2019-05-05 Thread Bruno Haible
Hi Miguel, > I implemented a wrapper library > for Guile and a couple of higher level functions, tests and I'm > documenting everything. This is great. Many thanks for this contribution!! > I'd like to contribute it to GNU---a wrapper of a GNU library in the > official GNU extension language, I

Libgettextpo wrapper for Guile

2019-05-04 Thread Miguel
Hi to all! I'm crossposting to these lists because I wasn't unable to find a library to work with PO files in Guile after a script written in Python (using polib) was posted in another mailing list. It was really useful, and I cannot thank enough its author. However, I felt what people from Gali