bug#10488: guile-config deprecation?

2012-02-02 Thread Andy Wingo
On Thu 12 Jan 2012 19:42, Mike Gran writes: > There's a bit of confusion on the guile-config deprecation. Indeed. > NEWS says that guile-config "will be deprecated" This reflects what I would like to happen, but I share your concern that we not create a situation in which "guile-config will ju

bug#10485: Patches to improve variable name usage in docstrings

2012-02-02 Thread Andy Wingo
On Thu 12 Jan 2012 06:07, Bake Timmons writes: > Attached are patches to improve variable name usage in docstrings. > These patches cover simple, blatant inconsistencies. Applied; thanks! Note that I applied them to stable-2.0. One of your patches applied to weak-vector.c and weak-table.c, whi

bug#10486: Patch: Fix case in identifiers starting sentences in doc/r5rs/r5rs.texi

2012-02-02 Thread Andy Wingo
On Thu 12 Jan 2012 17:11, Bake Timmons writes: > The GNU coding standards advise sticking with proper case for > identifiers, even if the identifier starts with a lowercase letter and > appears at the beginning of a sentence. > > The Guile manual seems to follow this convention, with the exceptio

bug#10481: Simple patches to Texinfo docs

2012-02-02 Thread Andy Wingo
On Wed 11 Jan 2012 19:08, Bake Timmons writes: > Months ago I proposed some improvements to the manual. With a gentle > reminder from Andy Wingo, I have finally started breaking up my original > giant patch into some manageable patches. Thank you! I applied both of these patches. Sorry we did

bug#10486: Patch: Fix case in identifiers starting sentences in doc/r5rs/r5rs.texi

2012-02-02 Thread Mark H Weaver
Andy Wingo writes: > On Thu 12 Jan 2012 17:11, Bake Timmons writes: > >> The GNU coding standards advise sticking with proper case for >> identifiers, even if the identifier starts with a lowercase letter and >> appears at the beginning of a sentence. >> >> The Guile manual seems to follow this

bug#10481: Simple patches to Texinfo docs

2012-02-02 Thread Mark H Weaver
Andy Wingo writes: > On Wed 11 Jan 2012 19:08, Bake Timmons writes: > >> Months ago I proposed some improvements to the manual. With a gentle >> reminder from Andy Wingo, I have finally started breaking up my original >> giant patch into some manageable patches. > > Thank you! I applied both o

bug#10474: Building guile 2.x under mingw + msys

2012-02-02 Thread Ludovic Courtès
Hi! Andy Wingo skribis: > I would like to take this task off his back, assuming he's OK with it: > the release process was terribly long, and Ludo deserves a rest ;) Thank you. :-) > One thing: Ludo mentions that he had success with a cross-compiled MinGW > 3.18 (IIRC?). That’s on Hydra, and

bug#10474: Building guile 2.x under mingw + msys

2012-02-02 Thread Eli Zaretskii
> From: l...@gnu.org (Ludovic Courtès) > Cc: Eli Zaretskii , 10...@debbugs.gnu.org, > commander.si...@googlemail.com > Date: Thu, 02 Feb 2012 17:39:44 +0100 > > Note that it’s a ‘--disable-networking’ build too, which is easier. That might just explain at least some of the problems that I hit,

bug#10474: Building guile 2.x under mingw + msys

2012-02-02 Thread Eli Zaretskii
> From: Andy Wingo > Cc: l...@gnu.org (Ludovic Courtès), 10...@debbugs.gnu.org, > commander.si...@googlemail.com > Date: Thu, 02 Feb 2012 01:59:21 +0100 > > I will assume that the canonicalize_file_name issues will get resolved > eventually in gnulib, once your assignment completes. I will go

bug#10488: guile-config deprecation?

2012-02-02 Thread dsmich
Andy Wingo wrote: > On Thu 12 Jan 2012 19:42, Mike Gran writes: > > > There's a bit of confusion on the guile-config deprecation. > > Indeed. > > > NEWS says that guile-config "will be deprecated" > > This reflects what I would like to happen, but I share your concern that > we not cre

bug#10488: guile-config deprecation?

2012-02-02 Thread Andy Wingo
On Thu 02 Feb 2012 19:49, writes: > How about adding something for extensiondir ? That's a good idea. The dir for the .go files, too. Andy -- http://wingolog.org/

bug#10693: guild compile --load-path value is not processed with scm_parse_path, GUILE_LOAD_PATH env variable value is parsed.

2012-02-02 Thread Ian Hulin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (Copy of reply sent to Mark alone by mistake) Hi Mark On 02/02/12 05:05, Mark H Weaver wrote: > Hi Ian, > > Ian Hulin writes: >> ian@nanny-ogg ~/src/lilypond (T2026-1)>> guild compile >> --load-path="/home/ian/src/lilypond:/home/ian/src/lilypond/scm

bug#10684: guile-2.0.5 test failures on powerpc-darwin8

2012-02-02 Thread Ludovic Courtès
Hi David, David Fang skribis: >> Can you try this (in a UTF-8 terminal): >> >> (use-modules (ice-9 i18n)) >> (setlocale LC_ALL "tr_TR.UTF-8") >> (char-locale-upcase #\i) [...] > scheme@(guile-user)> (use-modules (ice-9 i18n)) > scheme@(guile-user)> (setlocale LC_ALL "tr_TR.UTF-8") > $1 = "t

bug#9776: case-lambda should accept zero clauses

2012-02-02 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > Thanks for tackling this. Of course this is Andy's area, but psyntax is > still fresh in my mind, so I'll attempt a review as well as my own > tentative approach. Psyntax is not yet a place where I feel comfortable, so I appreciate. :-) > l...@gnu.org (Ludov

bug#10693: guild compile --load-path value is not processed with scm_parse_path, GUILE_LOAD_PATH env variable value is parsed.

2012-02-02 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > Ian Hulin writes: >> ian@nanny-ogg ~/src/lilypond (T2026-1)>> guild compile >> --load-path="/home/ian/src/lilypond:/home/ian/src/lilypond/scm" > > According to both the Guile manual and the output of "guile compile -h": > > -L, --load-path=DIR add DIR to the fro

bug#10481: Simple patches to Texinfo docs

2012-02-02 Thread Andy Wingo
On Thu 02 Feb 2012 15:37, Mark H Weaver writes: > I would advocate reverting the R5RS portion of this patch. Reverted. Thanks for the feedback :) Andy -- http://wingolog.org/

bug#10486: Patch: Fix case in identifiers starting sentences in doc/r5rs/r5rs.texi

2012-02-02 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > Andy Wingo writes: > >> On Thu 12 Jan 2012 17:11, Bake Timmons writes: >> >>> The GNU coding standards advise sticking with proper case for >>> identifiers, even if the identifier starts with a lowercase letter and >>> appears at the beginning of a sentence. >>> >>

bug#10684: guile-2.0.5 test failures on powerpc-darwin8

2012-02-02 Thread David Fang
Hi, Answers below. David Fang skribis: Can you try this (in a UTF-8 terminal): (use-modules (ice-9 i18n)) (setlocale LC_ALL "tr_TR.UTF-8") (char-locale-upcase #\i) [...] scheme@(guile-user)> (use-modules (ice-9 i18n)) scheme@(guile-user)> (setlocale LC_ALL "tr_TR.UTF-8") $1 =