exploring the code

2016-07-18 Thread Catonano
I opened the file guix/scripts/build.scm in Emacs For Geiser to be able to jump to the definition of a symbol at point or to open a documentation buffer, I need the Guile REPL to "load" the file C-x C-b does the trick, but I see this error in the REPL, then http://paste.lisp.org/display/320775

Re: Geiser documentation buffers

2016-07-18 Thread Catonano
2016-07-18 17:48 GMT+02:00 Ludovic Courtès : > > 'geiser-next' is already new enough to have this fix (myglc2 confirms: > > ) > > Perfect! > > Ludo’. > > I want to thank all the people who participated in this thread. I sincerely

Re: Geiser documentation buffers

2016-07-18 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-07-17 22:37 +0300) wrote: > >> myglc2 skribis: > [...] >>> geiser-next also has the problem. > > It doesn't :-) > >>> I also hit "when pressing q the buffer won't close". An install from >>> https://github.com/jaor/geiser.git to ~./emacs.d/lisp works fo

Re: gcc default args

2016-07-18 Thread Vincent Legoll
>> I searched for a way to set gcc's -march globally, for the whole distro, >> is this possible with guix ? > > It’s possible, but inconvenient: you’d have to modify (guix build > gnu-build-system), or to add a GCC wrapper that appends “-march=foo”. OK thanks, I'll try it > However, because you’d

Re: guix-edit shows "Autodoc not available..." w/ 2 REPLs

2016-07-18 Thread myglc2
myglc2 writes: > Alex Kost writes: [...] >> It's up to a user to decide how (s)he wants to edit his/her files (in >> this case: with or without a help of Geiser). > > Agreed. But I would prefer for Guix by default to start the REPL and > provide a way for me to disable this behavior if I like ;-

Re: hydra.gnu.org down

2016-07-18 Thread Ludovic Courtès
Hello, After more bug hunting, the web server at hydra.gnu.org is back up. You should now be able to get substitutes from there and, more importantly, mirror.hydra.gnu.org will be able to do that too. If you notice any issues related to substitutes, please report them here! (In the past 24 hour

Re: gcc default args

2016-07-18 Thread Ludovic Courtès
Hi, Vincent Legoll skribis: > I searched for a way to set gcc's -march globally, for the whole distro, > is this possible with guix ? It’s possible, but inconvenient: you’d have to modify (guix build gnu-build-system), or to add a GCC wrapper that appends “-march=foo”. However, because you’d b

Re: Geiser documentation buffers

2016-07-18 Thread Alex Kost
Ludovic Courtès (2016-07-17 22:37 +0300) wrote: > myglc2 skribis: [...] >> geiser-next also has the problem. It doesn't :-) >> I also hit "when pressing q the buffer won't close". An install from >> https://github.com/jaor/geiser.git to ~./emacs.d/lisp works for me ;-) > > On closer inspection,

gcc default args

2016-07-18 Thread Vincent Legoll
Hello, I searched for a way to set gcc's -march globally, for the whole distro, is this possible with guix ? -- Vincent Legoll