Re: GNU Guile 1.9.15 released — last call before 2.0!

2011-02-03 Thread Mark Harig
The date listed on the primary web page for the GNU Guile 1.9.15 release is 2011-01-02 (2011 January 02), instead of the correct date 2011-02-02 (2011 February 02). http://www.gnu.org/software/guile/ -Original Message- From: Neil Jerram To: Ludovic Courtès Cc: guile-u...@gnu.org; gu

Re: Welcome new contributor Mark Harig!

2011-03-05 Thread Mark Harig
On Fri, Mar 04, 2011 at 09:44:40PM -0500, Noah Lavine wrote: Yes, welcome! It's great to have you! On Fri, Mar 4, 2011 at 4:28 PM, Neil Jerram wrote: > Andy Wingo writes: > >> Hey all, >> >> Let's welcome new contributor Mark Harig!  Mark is interested in

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 fo

Re: Patch: New section "Invoking Guile" for chapter "Programming in Scheme"

2011-04-24 Thread Mark Harig
On Sun, Apr 24, 2011 at 11:00:16PM +0200, Andy Wingo wrote: > Hi Mark, > > Thanks for the revisions. > > On Sun 24 Apr 2011 22:36, Mark Harig writes: > > > On Sun, Apr 24, 2011 at 04:33:44PM +0200, Andy Wingo wrote: > >> your patches should be "ato

Re: Indexing Scheme and C identifiers separately

2011-04-24 Thread Mark Harig
On Sun, Apr 24, 2011 at 07:09:07PM -0300, David Pirotte wrote: > While you are at the manual, may I point to some > suggestion I made about the structure and contents of the > indexes which still is, IMHO, valid today. [wanted to > actually really point the email in guile-devel archive but > but

Re: Patch: New section "Invoking Guile" for chapter "Programming in Scheme"

2011-04-25 Thread Mark Harig
t; +@vindex GUILE_AUTO_COMPILE > > Need to note GUILE_AUTO_COMPILE=fresh, and @ref to Compilation > OK. Added an entry to the command-line options section and updated the description in GUILE_AUTO_COMPILE. In order to expedite this change, I am attaching the three updated patches.

Re: Patch: New section "Invoking Guile" for chapter "Programming in Scheme"

2011-04-27 Thread Mark Harig
> > > From 80c6fd67b228ea8685def8ca4305bec9cdd98cd9 Mon Sep 17 00:00:00 2001 > [...] > > +@item -e @var{function} > > +Make @var{function} the @dfn{entry point} of the script. After loading > > +the script file (with @option{-s}) or evaluating the expression (with > > +@option{-c}), apply @var{