guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Invalid compiler option #:warnings for elisp


From: Julien Danjou
Subject: Invalid compiler option #:warnings for elisp
Date: Wed, 11 Aug 2010 17:19:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi all,

I've tried to use guile with elisp language. However, I've the following
warning:

GNU Guile 1.9.11.255-802b
scheme@(guile-user)> ,L elisp
Happy hacking with Emacs Lisp!  To switch back, type `,L scheme'.
elisp@(guile-user)> 1
While compiling expression:
ERROR: Invalid compiler option #:warnings

The following change fix the problem:

--- a/module/system/repl/common.scm
+++ b/module/system/repl/common.scm
@@ -106,7 +106,7 @@ See <http://www.gnu.org/licenses/lgpl.html>, for more 
details.")
 
 (define repl-default-options
   (copy-tree
-   `((compile-options (#:warnings (unbound-variable arity-mismatch)) #f)
+   `((compile-options () #f)
      (trace #f #f)
      (interp #f #f)
      (prompt #f ,(lambda (prompt)

But I'm pretty sure that's not the good fix. :-)

Cheers,
-- 
Julien Danjou
// ᐰ <address@hidden>   http://julien.danjou.info

Attachment: pgpMaArUlvnZH.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]