From: Noel Welsh (noelwelsh at gmail.com) Date: Fri Jul 9 11:32:18 EDT 2010 |
|
On Fri, Jul 9, 2010 at 4:21 PM, Paulo J. Matos <pocmatos at gmail.com> wrote: > esmc-mode.scm has: > ,---- > | (require (planet "modes/esmc-mode/search-sig.scm" ("pjmatos" "eboc.plt" 1 0))) > `---- A module should refer to other modules in the same collection with an undecorated require: (require "search-sig.scm") That might be the problem. N.
Posted on the users mailing list. |
|