[PATCH 5/5] Remove statements about scripts/* that are no longer true

2011-03-21 Thread Neil Jerram
* doc/ref/tools.texi (Executable Modules): Say "guile-tools modules" instead of "executable modules". Remove obsolete statements about not ending in .scm, being executable, and beginning with shell script invocation sequence. * module/scripts/README: Ditto. --- doc/ref/tools.texi| 33

[PATCH 4/5] Inline the effect of am/pre-inst-guile

2011-03-21 Thread Neil Jerram
It's just one variable definition, and in my opinion it confuses, rather than helps, the overall build picture to have two names (preinstguile and meta/guile) for the same thing. * am/Makefile.am (am_frags): Remove pre-inst-guile. * am/pre-inst-guile: Deleted. * doc/ref/Makefile.am: Don't includ

[PATCH 1/5] Remove unused definition of preinstguiletool

2011-03-21 Thread Neil Jerram
* am/pre-inst-guile (preinstguiletool): Removed. --- am/pre-inst-guile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/am/pre-inst-guile b/am/pre-inst-guile index 7993d15..b7b0d34 100644 --- a/am/pre-inst-guile +++ b/am/pre-inst-guile @@ -1,6 +1,6 @@ -## am/pre-inst-

[PATCH 3/5] Make explicit that GUILE_FOR_BUILD is only used when cross-compiling

2011-03-21 Thread Neil Jerram
* configure.ac (GUILE_FOR_BUILD): Change normal build value to 'this-value-will-never-be-used'. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index d033420..616bdda 100644 --- a/configure.ac +++ b/configure.ac @@ -1487,7 +1

Some simple build simplification patches

2011-03-21 Thread Neil Jerram
Hi all, Following are 4 simple (I believe) patches that simplify the build. Plus the one at the end (#5) that is only very loosely related to this, because of its mentioning of the $GUILE variable, but I think is a useful cleanup anyway. For me, these are part of working towards understanding an

[PATCH 2/5] GUILE_FOR_BUILD is only needed by meta/guile.in, not by Makefiles

2011-03-21 Thread Neil Jerram
* configure.ac: Use AM_SUBST_NOTMAKE for GUILE_FOR_BUILD instead of AC_SUBST. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 423ae99..d033420 100644 --- a/configure.ac +++ b/configure.ac @@ -1496,7 +1496,7 @@ if test "

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread Neil Jerram
Andy Wingo writes: > This is fun :) > > Here are a few threads the PLT folk had: > >http://thread.gmane.org/gmane.lisp.scheme.plt.devel/2540 >http://thread.gmane.org/gmane.lisp.scheme.plt.devel/2693/focus=2715 >http://thread.gmane.org/gmane.lisp.scheme.plt.devel/2775 Well indeed, tha

Re: Cross-compiling Guile 2.0

2011-03-21 Thread Andy Wingo
On Mon 21 Mar 2011 20:58, l...@gnu.org (Ludovic Courtès) writes: > At some point there will have to be a triplet → arch → endianness > conversion. Indeed. > I’d rather have that conversion occur as close to the UI as > possible—i.e., close to ‘scripts/compile.scm’—rather than deep down in > (sy

Re: Cross-compiling Guile 2.0

2011-03-21 Thread Ludovic Courtès
Hello! Andy Wingo writes: > On Sun 20 Mar 2011 22:31, l...@gnu.org (Ludovic Courtès) writes: [...] >> Thus ‘%target-type’ would be inappropriate IMO because the target could >> be chosen at run-time and it could be anything. >> >> ‘guile-tools compile --target=TRIPLET’ would be fine with me. >

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread Andy Wingo
On Mon 21 Mar 2011 15:10, Neil Jerram writes: > On 21 March 2011 12:16, Barry Fishman wrote: >> Andy Wingo writes: >> >>> On Mon 21 Mar 2011 00:16, l...@gnu.org (Ludovic Courtès) writes: FWIW I’m happy with the verbose name and I fear the joke wouldn’t be to everyone’s taste.  I’d als

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread Neil Jerram
On 21 March 2011 12:16, Barry Fishman wrote: > Andy Wingo writes: > >> On Mon 21 Mar 2011 00:16, l...@gnu.org (Ludovic Courtès) writes: >>> FWIW I’m happy with the verbose name and I fear the joke wouldn’t be to >>> everyone’s taste.  I’d also be happy with a shorter name, though. >> >> OK.  Anyo

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread dsmich
Barry Fishman wrote: > Andy Wingo writes: > > > On Mon 21 Mar 2011 00:16, l...@gnu.org (Ludovic Courtès) writes: > >> FWIW I’m happy with the verbose name and I fear the joke wouldn’t be to > >> everyone’s taste. I’d also be happy with a shorter name, though. > > > > OK. Anyone have any

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread David Pirotte
Le Mon, 21 Mar 2011 09:27:13 +0100, Andy Wingo a écrit : > On Mon 21 Mar 2011 00:16, l...@gnu.org (Ludovic Courtès) writes: > > > Andy Wingo writes: > > > >> it has a pleasant subject-verb-object when you say it: "Guido, compile > >> my-file.scm." > > > > Is the pun[*] intended? :-) > > Not r

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread Jose A. Ortega Ruiz
On Mon, Mar 21 2011, Ludovic Courtès wrote: > Hey! > > Andy Wingo writes: > >> it has a pleasant subject-verb-object when you say it: "Guido, compile >> my-file.scm." > > Is the pun[*] intended? :-) A more or less obvious pun (but not as smooth grammatically) would be beguile(d)... "beguiled in

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread Barry Fishman
Andy Wingo writes: > On Mon 21 Mar 2011 00:16, l...@gnu.org (Ludovic Courtès) writes: >> FWIW I’m happy with the verbose name and I fear the joke wouldn’t be to >> everyone’s taste. I’d also be happy with a shorter name, though. > > OK. Anyone have any other good short names? If you like short

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread nalaginrut
> > On Mon 21 Mar 2011 00:16, l...@gnu.org (Ludovic Courtès) writes: > > > > > Andy Wingo writes: > > > > > >> it has a pleasant subject-verb-object when you say it: "Guido, compile > > >> my-file.scm." > > > > > > Is the pun[*] intended? :-) > > > > Not really, no :) > > > > > FWIW I’m happy

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread nalaginrut
> On Mon 21 Mar 2011 00:16, l...@gnu.org (Ludovic Courtès) writes: > > > Andy Wingo writes: > > > >> it has a pleasant subject-verb-object when you say it: "Guido, compile > >> my-file.scm." > > > > Is the pun[*] intended? :-) > > Not really, no :) > > > FWIW I’m happy with the verbose name an

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread Andy Wingo
On Mon 21 Mar 2011 00:16, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo writes: > >> it has a pleasant subject-verb-object when you say it: "Guido, compile >> my-file.scm." > > Is the pun[*] intended? :-) Not really, no :) > FWIW I’m happy with the verbose name and I fear the joke wouldn

Re: enhancement requests

2011-03-21 Thread Andy Wingo
Hi, On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes: >> scheme@(guile-user)> ,option on-error backtrace >>[...] > > Now if I could set that without typing ... didn't realize before > that there's no obvious way to include REPL commands from a file. In your .guile: (use-modules (sys