> On Mon, 25 Oct 2010 20:07:06 +0200, Christopher Roy Bratusek wrote: > > ;; define/defun most be done *before* require of hot-spots! > > ( define (top-left-corner-program) > > ( jump-or-exec "Iceweasel" "iceweasel" t ) ) > > (defvar-setq top-left-corner-program > (lambda () ...)) > > Then the require order doesn't matter. (The origital may be ok too if > librep is bug free. I'm not sure; I'm not lisp headed.) >
Nope. Both defvar-setq and define must be done before require. (tested with EA, not the original HS) Chris
