Re: Compilation and load-extension

2009-12-28 Thread Andy Wingo
Hi Tristan, >> Tristan Colgate writes: >> >>> Ah, sorry >>> >>> ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0 >>> ;;;       or pass the --no-autocompile argument to disable. >>> ;;; compiling /usr/local/share/guile/site/snmp/net-snmp.scm >>> ;;; WARNING: compilation of >>> /u

Re: [PATCH] Unicode general categories

2009-12-28 Thread Andy Wingo
On Thu 24 Dec 2009 18:10, Julian Graham writes: > Did we turn off warnings being errors in master? I'm used to having my > builds fail when I'm sloppy. Yes, because we want releases to not have -Werror. But we should (IMO) re-enable -Werror for non-release builds, by default. Andy -- http://wi

Re: defmacro* and defmacro*-public in master

2009-12-28 Thread Andy Wingo
Hi Tristan, On Tue 15 Dec 2009 18:15, Tristan Colgate writes: > Are defmacro* and friends supposed to work in current master? Yes, they are. But indeed, they weren't working. Thanks for the report, I have pushed a fix to current master. > Also, out of interest, is there such a thing as def

Re: More explicit support for Unicode title case

2009-12-28 Thread Ludovic Courtès
Hello, Mike Gran writes: >> >> +SCM_API scm_t_wchar scm_c_titlecase (scm_t_wchar c); > >> > >> > I think it should be documented in the manual. >> >> Actually, I'm going to hold off on this, since documenting this would >> require at least some explanation of scm_t_wchar, which seems to me to >

Re: r6rs libraries, round three

2009-12-28 Thread Ludovic Courtès
Hello, Neil Jerram writes: > Julian Graham writes: > >> On a related note, I assume Emacs' `scheme-mode' has been adding >> unwanted tabs? What should I do to correct this in my local >> environment? > > (setq indent-tabs-mode nil) We should put that in ‘.dir-locals.el’, once for all. Thanks