Re: [Guile-commits] GNU Guile branch, master, updated. release_1-9-1-18-g904a78f

2009-08-01 Thread Mike Gran
On Fri, 2009-07-31 at 01:21 +0200, Ludovic Courtès wrote: > "Michael Gran" writes: > My remark about user-visibility was actually regarding this commit, not > the previous one. > > > +#ifndef SCM_WCHAR_DEFINED > > +typedef scm_t_int32 scm_t_wchar; > > +#define SCM_WCHAR_DEFINED > > +#endif > > W

Some more elisp aspects: Reader and documentation

2009-08-01 Thread Daniel Kraft
Hi Andy and all, as the main elisp compiler gets more and more complete (well, still a lot details missing as well as probably even most built-ins, but anyways), I think I'll also work on a real elisp reader (currently, Guile's Scheme reader is used) as well as some (internals) documentation