Re: Rename GNU fdisk to GUILE diskutils

2017-12-13 Thread Jay Sulzberger
On Sat, 9 Dec 2017, Christian Brunello Christian Brunello wrote: Hello everyone, I write because I would like to rename the GNU fdisk package. In the version I am preparing, the program is written in Scheme, using Guile. In this release there will be only the fdisk program, but in the fut

Re: Rename GNU fdisk to GUILE diskutils

2017-12-15 Thread Jay Sulzberger
On Thu, 14 Dec 2017, Richard Stallman Richard Stallman wrote: [[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] The program's name

Re: `include' relative to current file

2013-01-20 Thread Jay Sulzberger
On Sun, 20 Jan 2013, Andy Wingo wrote: Thoughts on this patch? It fixes SLIB in CVS, which now does an (include "guile-2.init") in the Guile 2.x case. To test, check out Slib from CVS, then (load "/path/to/slib/guile.init"). Andy Thank you for getting SLIB to work with Guile 2.x! oo--JS

Re: `include' relative to current file

2013-01-20 Thread Jay Sulzberger
On Sun, 20 Jan 2013, Jay Sulzberger wrote: On Sun, 20 Jan 2013, Andy Wingo wrote: Thoughts on this patch? It fixes SLIB in CVS, which now does an (include "guile-2.init") in the Guile 2.x case. To test, check out Slib from CVS, then (load "/path/to/slib/guile.init"

Re: `include' relative to current file

2013-01-21 Thread Jay Sulzberger
On Mon, 21 Jan 2013, Andy Wingo wrote: Hi Jay, Hi, Andy! On Mon 21 Jan 2013 07:08, Jay Sulzberger writes: /usr/share/slib/guile-2.init and made a symlink from /usr/share/slib/guile.init pointing to above file. FWIW if you use slib from CVS, the included "guile.init" wi