Ken Raeburn writes:
> On Oct 9, 2011, at 15:22, Noah Lavine wrote:
>>
>> One question I have is, how much of Emacs' C code can Guile use right
>> now? I guess Ken Raeburn's patches are the ones that address that, but
>> I don't know what is left to do.
>
> With the stuff I've done, not much exec
Hi,
Nala Ginrut skribis:
> + setlocale (LC_ALL, "");
Currently, like in C, it’s the programmer’s responsibility to install
the locale with such a call, and none of Guile’s business.
Thanks,
Ludo’.
Hi,
Mark H Weaver skribis:
> Andy Wingo writes:
>> On Thu 10 Nov 2011 05:36, Mark H Weaver writes:
>>> What method do you use to uniquify a macro-introduced top-level name,
>>> such that a recompile yields the same name? I have doubts that this is
>>> possible without breaking hygiene in some
Hi Andy,
Andy Wingo skribis:
> While doing the recent retagging work I realized that I really wanted to
> kill weak pairs. They look like pairs but you can't actually access
> their fields using car and cdr -- terrible things.
Agreed. The reason was to keep the weak hash table API unchanged.
l...@gnu.org (Ludovic Courtès) writes:
> Nala Ginrut skribis:
>> + setlocale (LC_ALL, "");
>
> Currently, like in C, it’s the programmer’s responsibility to install
> the locale with such a call, and none of Guile’s business.
Unfortunately, I don't see a way for the user to call setlocale before
On Nov 11, 2011, at 04:46, joa...@verona.se wrote:
> Where is your public repository? I would be interested to have a look.
Try git://raeburn.scripts.mit.edu/guile-emacs.git. But it's about two years
old. :-(
One of these days
> As a concrete example, one could use guiles libffi integration