[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] Support Guile backtraces in compilation mode.
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH 1/3] Support Guile backtraces in compilation mode. |
Date: |
Fri, 08 Aug 2014 16:57:01 +0300 |
> From: Jan Nieuwenhuizen <address@hidden>
> Cc: address@hidden, address@hidden
> Date: Fri, 08 Aug 2014 15:53:11 +0200
>
> +(defcustom compilation-guile-get-load-path-command "guile -c '(write
> %load-path)'"
OK, but for portability to non-Posix platforms, please use only ".."
quotes, as '..' quoting is Posix-specific.
> Thanks for your comments! I'm working on a patch right now for Guile to
> use GNU standard error/info messages as per Stefan's suggestion.
Thank you for your work.