|
After unrolling Sepia 0.95_02 into my src directory, I added the following to my ~/.xemacs/init.el file, as specified in the Sepia.html file:
(add-to-list 'load-path "/home/nromer/src/Sepia-0.95_02")
(setq sepia-perl5lib (list (expand-file-name "/home/nromer/src/Sepia-0.95_02/lib")))
(defalias 'perl-mode 'sepia-mode)
(require 'sepia)
When I start up XEmacs, I get the following error:
(1) (initialization/error) An error has occurred while loading /home/nromer/.xemacs/init.el:
Wrong number of arguments: require, 3
Ideas?
|