Christopher Roy Bratusek <[email protected]> writes:
> Ah and Matthew, could you look at this: > > warning: get-x-text-property unbound > warning: uniquify-list unbound > > you'll get it while compile. I guess it's caused by your cleanup in > sawfish.wm.misc or sawfish.wm.user. > > Chris Yes, appears to be sawfish.wm.misc. Doesn't need to open sawfish.wm.ext.error-handler after all :) taking that out gets rid of those errors! Cheers
diff --git a/lisp/sawfish/wm/misc.jl b/lisp/sawfish/wm/misc.jl index 52c7bde..a6718db 100644 --- a/lisp/sawfish/wm/misc.jl +++ b/lisp/sawfish/wm/misc.jl @@ -28,8 +28,7 @@ rep.module-system rep.io.files sawfish.wm.windows.subrs - sawfish.wm.events - sawfish.wm.ext.error-handler)) + sawfish.wm.events)) (defvar *user-module* nil)
-- Matthew Love
