Re: [PATCH] Initial Guile REPL (guiler) debugger support for GUD.

2014-08-09 Thread Jan Nieuwenhuizen
Stefan Monnier writes: >> * progmodes/gud.el (guiler): New function. Starts the Guile REPL; >> add Guile debugger support for GUD. > > Looks OK, That's great, we're going to guile support in GUD! > tho please use the new `setq-local' when setting variables > buffer-locally. New patc

Re: [PATCH] Initial Guile REPL (guiler) debugger support for GUD.

2014-08-09 Thread Stefan Monnier
> * progmodes/gud.el (guiler): New function. Starts the Guile REPL; > add Guile debugger support for GUD. Looks OK, tho please use the new `setq-local' when setting variables buffer-locally. Stefan

A minor fix in nl-langinfo

2014-08-09 Thread Eli Zaretskii
This was in my sources for some time, but I somehow failed to send it. The problem is that nl_langinfo can return pointers to static buffers that are overwritten on subsequent calls. So we need to usher the value away before the next call. --- libguile/i18n.c~0 2014-08-08 17:05:57.262034100 +0

Make temp file in coding.test work on MS-Windows

2014-08-09 Thread Eli Zaretskii
I've built Guile 2.0.11 on another system, and found a problem in coding.test: it assumes that /tmp exists, and creates the temporary files there. Here's the patch to make that more portable: --- test-suite/tests/coding.test~0 2014-01-21 23:45:02.0 +0200 +++ test-suite/tests/coding.t

Re: open-process and related functions for MinGW Guile

2014-08-09 Thread Eli Zaretskii
> Date: Mon, 30 Jun 2014 05:49:52 +0300 > From: Eli Zaretskii > Cc: m...@netris.org, guile-devel@gnu.org Ping! I've been waiting for comments from Mark, but those never came. Meanwhile I implemented the changes requested by Ludo, see the updated patch below. I hope this will be finally admitte

Re: [PATCH] Support Guile backtraces in compilation mode.

2014-08-09 Thread Jan Nieuwenhuizen
Stefan Monnier writes: >> +* Guile backtraces > > Please add the Guile version here (ideally, the latest version known to > generate such backtraces). Done, latest is 2.0.11 >> +(guile-file "^In \\(.+\\):\n" 1) > > AFAICT this will mark those lines as errors (aka red) whereas I think > these