From: Jan Nieuwenhuizen <janneke@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: guile-user@gnu.org, emacs-devel@gnu.org
Subject: Re: [PATCH 1/3] Support Guile backtraces in compilation mode.
Date: Fri, 08 Aug 2014 15:53:11 +0200 [thread overview]
Message-ID: <87mwbf3x6g.fsf@drakenvlieg.flower> (raw)
In-Reply-To: <838umzm6t9.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 08 Aug 2014 16:47:46 +0300")
Eli Zaretskii writes:
>> +(defcustom compilation-guile-load-path '("/usr/share/guile/2.0"
>> "/usr/share/guile/site")
>
> Not a good idea, IMO. This is inherently system-dependent, and
> doesn't support Guile installations with non-default $(prefix). IOW,
> it's unreliable.
>
> How about invoking the Guile executable and asking it to emit the
> path? That would be reliable and portable.
Yes, I am doing that here
+(defcustom compilation-guile-get-load-path-command "guile -c '(write %load-path)'"
+ "Guile command to print %load-path to stdout."
+ :type 'string
+ :group 'compilation
+ :version "24.3.2")
but have turned it off by default... Possibly just always do this?
> Please break the doc string into lines that are shorter than 75
> columns, that's our coding practice.
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.
Greetings, Jan
--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl
next prev parent reply other threads:[~2014-08-08 13:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 11:05 compilation-mode support for Guile backtrace Jan Nieuwenhuizen
2014-08-08 11:05 ` [PATCH 1/3] Support Guile backtraces in compilation mode Jan Nieuwenhuizen
2014-08-08 13:29 ` Stefan Monnier
2014-08-08 17:43 ` Jan Nieuwenhuizen
2014-08-08 13:47 ` Eli Zaretskii
2014-08-08 13:53 ` Jan Nieuwenhuizen [this message]
2014-08-08 13:57 ` Eli Zaretskii
2014-08-08 14:34 ` Emilio Lopes
2014-08-08 11:05 ` [PATCH 2/3] Add Guile backtrace example Jan Nieuwenhuizen
2014-08-08 11:05 ` [PATCH 3/3] Add tests for Guile compile regexps Jan Nieuwenhuizen
2014-08-08 13:33 ` compilation-mode support for Guile backtrace Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mwbf3x6g.fsf@drakenvlieg.flower \
--to=janneke@gnu.org \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=guile-user@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.