Sepia - Re: Initialization error with XEmacs

Posted on Sat Dec 8 01:36:34 2007 by seano in response to 6641 (See the whole thread of 3)
Re: Initialization error with XEmacs
Please try the following patch, and tell me what breaks next (this would be easier by email, btw).
--- sepia.el 29 Nov 2007 20:04:25 -0000 1.28 +++ sepia.el 7 Dec 2007 23:57:01 -0000 @@ -21,9 +21,9 @@ (require 'gud) (require 'cl) ;; try optional modules, but don't bitch if we fail: -(require 'sepia-w3m nil t) -(require 'sepia-tree nil t) -(require 'sepia-ido nil t) +(ignore-errors (require 'sepia-w3m)) +(ignore-errors (require 'sepia-tree)) +(ignore-errors (require 'sepia-ido)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Comint communication
Write a response