emacs-devel
[Top][All Lists]
Advanced

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

Re: Is (provide 'foo) at the start good or bad?


From: Thien-Thi Nguyen
Subject: Re: Is (provide 'foo) at the start good or bad?
Date: Fri, 12 Jun 2009 12:02:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

() William Xu <address@hidden>
() Fri, 12 Jun 2009 08:01:32 +0300

     (b-hi)

     (a-hi)

   Put them under load-path, now if I try (require 'a), i got: 

   ,----
   | Debugger entered--Lisp error: (void-function a-hi) [...]
   `----

   So this doesn't really resolve the recursive requires? 

Does it help if you comment out the load-time calls to `b-hi' and `a-hi'?

thi




reply via email to

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