* `(language elisp spec)' broken in `master'
@ 2009-07-31 12:09 Ludovic Courtès
2009-07-31 13:58 ` Daniel Kraft
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2009-07-31 12:09 UTC (permalink / raw)
To: guile-devel
Hello!
`(language elisp spec)' is broken in `master', but I guess that's
because Daniel's elisp branch is where things happen. Anyway, just in
case, here are the issues:
--- a/module/language/elisp/spec.scm
+++ b/module/language/elisp/spec.scm
@@ -1,6 +1,6 @@
-;;; Guile Emac Lisp
+;;; Guile Emacs Lisp
-;; Copyright (C) 2001 Free Software Foundation, Inc.
+;; Copyright (C) 2009 Free Software Foundation, Inc.
;;;; This library is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Lesser General Public
@@ -19,7 +19,7 @@
;;; Code:
(define-module (lang elisp spec)
- #:use-module (system lang language)
+ #:use-module (system base language)
#:export (elisp))
In addition, variable `id' is unbound.
Thanks,
Ludo'.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: `(language elisp spec)' broken in `master'
2009-07-31 12:09 `(language elisp spec)' broken in `master' Ludovic Courtès
@ 2009-07-31 13:58 ` Daniel Kraft
2009-07-31 14:46 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Kraft @ 2009-07-31 13:58 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-devel
Hi Ludo,
Ludovic Courtès wrote:
> `(language elisp spec)' is broken in `master', but I guess that's
> because Daniel's elisp branch is where things happen. Anyway, just in
> case, here are the issues:
you're right, I think all I did ever do on elisp is on the branch --
module/language/elisp and spec.scm were there already, I don't know who
created them an when... So I think this is worth fixing in order to
allow building master, but otherwise it should hopefully be replaced by
the branch at some time ;)
Yours,
Daniel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: `(language elisp spec)' broken in `master'
2009-07-31 13:58 ` Daniel Kraft
@ 2009-07-31 14:46 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2009-07-31 14:46 UTC (permalink / raw)
To: guile-devel
Hi Daniel,
Daniel Kraft <d@domob.eu> writes:
> you're right, I think all I did ever do on elisp is on the branch --
> module/language/elisp and spec.scm were there already, I don't know
> who created them an when...
OK.
> So I think this is worth fixing in order to allow building master, but
> otherwise it should hopefully be replaced by the branch at some time
> ;)
It does not prevent `master' from building so it's not a serious issue.
It can probably wait until your branch is merged.
Thanks,
Ludo'.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-31 14:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-31 12:09 `(language elisp spec)' broken in `master' Ludovic Courtès
2009-07-31 13:58 ` Daniel Kraft
2009-07-31 14:46 ` Ludovic Courtès
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).