2014-08-08 15:53 GMT+02:00 Jan Nieuwenhuizen <[email protected]>: > +(defcustom compilation-guile-get-load-path-command "guile -c '(write > %load-path)'"
In such cases it's good practice to have a variable called `compilation-guile-program' (set to "guile" by default), so that the user can change it in case his "guile" is not in path or is called something else. Emilio
