Re: enhancement requests ("load-ignoring-cached-go")

2011-06-30 Thread Andy Wingo
Hi! On Thu 21 Apr 2011 17:56, Wolfgang J Moeller writes: > btw., in R6RS and this latest "pre-R6RS" 'psyntax', the first argument > to datum->syntax must be an identifier, not an arbitrary syntax > form. Permitting the latter in the old 'psyntax' might have been a > mistake ... I've still got t

Re: enhancement requests ("load-ignoring-cached-go")

2011-04-23 Thread Mark Harig
On Thu 21 Apr 2011 12:21, Wolfgang J Moeller writes: > In my browser, searching the Guile Reference Manual > ( http://www.gnu.org/software/guile/manual) Indices > for GUILE_LOAD_COMPILED_PATH ... no hits ... An open bug, yes; hrm. Adding Mark Harig to the Cc, who had a plan for fixing this

Re: enhancement requests ("load-ignoring-cached-go")

2011-04-21 Thread Wolfgang J Moeller
On Thu, 21 Apr 2011, Andy Wingo wrote: >[...] > > In my browser, searching the Guile Reference Manual > > ( http://www.gnu.org/software/guile/manual) Indices > > for GUILE_LOAD_COMPILED_PATH ... no hits ... > > An open bug, yes; hrm. Adding Mark Harig to the Cc, who had a plan for > fixing this.

Re: enhancement requests ("load-ignoring-cached-go")

2011-04-21 Thread Andy Wingo
Hi Wolfgang :) On Thu 21 Apr 2011 12:21, Wolfgang J Moeller writes: > In my browser, searching the Guile Reference Manual > ( http://www.gnu.org/software/guile/manual) Indices > for GUILE_LOAD_COMPILED_PATH ... no hits ... An open bug, yes; hrm. Adding Mark Harig to the Cc, who had a plan for

Re: enhancement requests ("load-ignoring-cached-go")

2011-04-21 Thread Wolfgang J Moeller
Hi Andy, >[...] > >> > I'm mostly concerned with interactive use of (un-adorned) "guile" > >> > command. > >> > I have files that use macros defined elsewhere - once I have LOADed > >> > (and automatically compiled) such files, and change the macros, there's > >> > [apparently] no way to make gui

Re: enhancement requests

2011-04-21 Thread Andy Wingo
Hi Wolfgang, On Mon 18 Apr 2011 11:53, Wolfgang J Moeller writes: > On Fri, 15 Apr 2011, Andy Wingo wrote: > >> On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes: >> >> >> > (4) compiler: Now that compiling into hidden ~.cache/... directories >> >> > has been declared the default behaviou

Re: enhancement requests

2011-04-18 Thread Wolfgang J Moeller
On Fri, 15 Apr 2011, Andy Wingo wrote: > Hi Wolfgang, > > On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes: > > >> > (4) compiler: Now that compiling into hidden ~.cache/... directories > >> > has been declared the default behaviour, please cater to those > >> > (like me) who'd always

Re: enhancement requests

2011-04-15 Thread Andy Wingo
Hi Wolfgang, On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes: >> > (4) compiler: Now that compiling into hidden ~.cache/... directories >> > has been declared the default behaviour, please cater to those >> > (like me) who'd always look for their compiled files in the >> > source

Re: enhancement requests

2011-03-29 Thread Wolfgang J Moeller
On Tue, 29 Mar 2011, Andy Wingo wrote: >[...] > > (a) undo MACRO definitions - you can't re-DEFINE a name after > > DEFINE-SYNTAX; > > You can certainly re-define a name after define-syntax. This used to > not be the case, at least with psyntax, but this changed at some point > in upstream psyn

Re: enhancement requests

2011-03-29 Thread Andy Wingo
Hi Wolfgang, On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes: > (define (unintern sym) ; UNINTERN: delete (local) shadowing symbol > (module-remove! (current-module) sym) > (if #f #f)) > > (define (undefine sym) ; UNDEFINE: provide an # shadowing > symbol > (module

Re: enhancement requests

2011-03-29 Thread Andy Wingo
On Thu 17 Mar 2011 12:50, Andy Wingo writes: >> (3) documentation: Please do document that ~/.guile is (often) invoked >> automatically (old omission), and what options (including >> _undocumented_ "-q") inhibit this. > > Will do. Done. Andy -- http://wingolog.org/

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

Re: enhancement requests

2011-03-20 Thread Wolfgang J Moeller
Hi Andy, On Thu, 17 Mar 2011, Andy Wingo wrote: >[...] > > (1) Please provide a means by which the debugger prompt (recursive REPL) > > can be turned off/on. Both a 'hook' (like COMMON-LISP:DEBUGGER-HOOK > > plus COMMON-LISP:ABORT) or a REPL command would be OK with me. > > I mis-typ

enhancement requests

2011-03-17 Thread Andy Wingo
Hi Wolfgang, > (I have "my own" scheme to play with, written in LISP, recently enhanced > by adding "call-with-prompt". Still trying to figure out all of its > implications ...) Hey, me too... it's nice to have company in that regard :) You mentioned a number of wishlist items as well, that I