Re: guile user base

2011-11-28 Thread Peter Brett
with Guile 2.x. Also, this page seems to be written in HTML 2!?!? Peter -- Peter Brett Remote Sensing Research Group Surrey Space Centre

Re: "unbound variable"

2011-06-27 Thread Peter Brett
s_module, NULL); } Then in your pure Scheme module, you can add: (use-modules (myapp builtins)) I hope that helps. Regards, Peter -- Peter Brett Remote Sensing Research Group Surrey Space Centre

Re: Help needed debugging segfault with Guile 1.8.7

2010-11-11 Thread Peter Brett
Thien-Thi Nguyen writes: > () Peter Brett > () Thu, 11 Nov 2010 10:52:41 + > >>stupid logic error in some weak ref management code > > Could you please describe this error? > Sure. libgeda uses direct management of memory, and the structures used in its docum

Re: Help needed debugging segfault with Guile 1.8.7

2010-11-11 Thread Peter Brett
#x27;d written. Although in the process of finding it I've learnt a lot about Guile internals, so it wasn't a complete write-off of my time. Note to self: bugs can lie in wait for you for a long time... Thanks to all who provided debugging tips -- I'll keep them in mind for the

Re: Checking for guile from configure -- forward compat.

2009-08-14 Thread Peter Brett
pc - if that fails, checks for guile-2.0.pc - if that fails, checks for guile-config http://git.gpleda.org/?p=gaf.git;a=blob;f=m4/geda-guile.m4;hb=HEAD Ewww. Peter -- Peter Brett Remote Sensing Research Group Surrey Space Centre

Re: Multiple parallel environments

2009-07-30 Thread Peter Brett
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > Peter Brett writes: > >> l...@gnu.org (Ludovic Courtès) writes: > > [...] > >>> What do you mean by "environment"? All the global variables associated >>> with a given file in the editor?

Re: Multiple parallel environments

2009-07-30 Thread Peter Brett
l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Peter Brett writes: > >> What I'd like to do is something like the following: >> >> * Load system config >> * Load user config >> * Save environment ==> [0] >> >> *

Multiple parallel environments

2009-07-29 Thread Peter Brett
Is such a thing possible with Guile? Thanks in advance, Peter -- Peter Brett Remote Sensing Research Group Surrey Space Centre

Re: Guile regular expressions are too greedy

2009-07-22 Thread Peter Brett
h "( +(bold|semi-bold|regular|light))?( +(italic|oblique))?( +(condensed))? +([0-9]+)" str))) (cons (match:prefix match) (map (lambda (n) (match:substring match n)) '(2 4 6 7) (parsefont "nimbus sans l bold italic condensed 11") ==> ("nimbus sans l&qu