Re: ELisp?

2011-11-11 Thread joakim
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

Re: [PATCH] fix locale string reading

2011-11-11 Thread Ludovic Courtès
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’.

Re: GNU Guile branch, master, updated. v2.1.0-102-g0f9f51a

2011-11-11 Thread Ludovic Courtès
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

Re: weak hash tables

2011-11-11 Thread Ludovic Courtès
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.

Re: [PATCH] fix locale string reading

2011-11-11 Thread Mark H Weaver
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

Re: ELisp?

2011-11-11 Thread Ken Raeburn
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