Re: SRFI-14 and locale settings

2006-09-04 Thread Kevin Ryde
[EMAIL PROTECTED] (Ludovic Courtès) writes: > > But for this, we'd need a way for the user to tell which 8-bit charset > they are interested in. The easiest way would be through a startup-time > locale setting, but there might be other options too. The setlocale call would be a good way. Maybe t

Re: Inlining calls to primitives

2006-09-04 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Hi, > > I conducted an experiment with the evaluator consisting in implementing > "inlining" of calls to a few primitive procedures and I'd like to get > feedback about it. Interesting piece of work. It seems to me, though, that there are 3 things go

Re: SRFI-14 and locale settings

2006-09-04 Thread Ludovic Courtès
Hi Neil, Neil Jerram <[EMAIL PROTECTED]> writes: > My reading of this is that it is trying to be locale-independent, > based on Unicode category definitions. Isn't that correct? Indeed. It also reads: This library is designed to be portable across implementations that use different charac

Re: `guile-debugging' feature requests

2006-09-04 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > I'm not an Emacs expert, so I'm afraid I won't be able to provide you > with the exact patch needed to make it work. ;-) > > `hippie-expand' works by calling the functions listed in > `hippie-expand-try-functions-list' which is documented as follows: