Re: [PATCH] Append effective version to GUILE_LOAD[_COMPILED]_PATH

2016-03-19 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: > in contrast, setting GUILE_LOAD_*PATH to the wrong place makes Guile > barf trying to load eval.* or boot-9.*. There’s also ‘GUILE_SYSTEM_COMPILED_PATH’ and ‘GUILE_SYSTEM_PATH’. > Also, guix by default sets GUILE_LOAD_PATH and > GUILE_LOAD_COMPILED_PATH, thus "ensu

Re: [FEATURE REQUEST] Add a hook to print warning message prefix string

2016-03-19 Thread Nala Ginrut
On Fri, 2016-03-18 at 13:10 +, Wette, Matthew R (3441) wrote: > What about a command line option to eliminate the message all together. > That means each time the users want to use REPL to test Lua code, they have to add an option to run Guile. IMO it's not the best solution. ;-) But many tha

Re: Guile & Emacs chat at emacs hackathon/bug-crush SF

2016-03-19 Thread Stefan Husmann
Mikael Djurfeldt writes: > This is wonderful news! :-) > > I've actually tried out guile-emacs recently. What would be wonderful to > have is some kind of simple "map" over what has been done so far (e.g. the > large-scale structure of the code and what the relationship between the > elisp and gu

Re: [FEATURE REQUEST] Add a hook to print warning message prefix string

2016-03-19 Thread Wette, Matthew R (3441)
> On Mar 18, 2016, at 12:38 AM, Nala Ginrut wrote: […] > So my suggestion is that we add a helper function to customize the > warning message prefix string to make sure it's compatible for the > specific language frontend. > > This feature is useful for our multi-lang plan in the future. > > Sa

One vm op more please

2016-03-19 Thread Stefan Israelsson Tampe
Hi. I'm working with a prolog-vm atm that I plan to hook inito guile. The idea is to have one extra vm operation in guile-2.0 that simply hooks in custom vm's. The compilation of prolog code is to a specific vm targetted for prolog and logic programs. The need stems from very slow compilation curr

Re: [PATCH] Append effective version to GUILE_LOAD[_COMPILED]_PATH

2016-03-19 Thread Jan Nieuwenhuizen
Mikael Djurfeldt writes: > In python, the version number is higher up in the directory hierarchy, > which, hypothetically, allows newer versions to have "inventions" in > the more detailed directory structure: > > /usr/lib/python2.6 > /usr/lib/python2.7 > etc > > Just a thought. Python's case is

Re: Guile & Emacs chat at emacs hackathon/bug-crush SF

2016-03-19 Thread Mikael Djurfeldt
This is wonderful news! :-) I've actually tried out guile-emacs recently. What would be wonderful to have is some kind of simple "map" over what has been done so far (e.g. the large-scale structure of the code and what the relationship between the elisp and guile interpreter currently is). Maybe t