From: Eric L. <Eri...@ma...> - 2009-05-14 12:49:56
|
Hi, The matlab-load.el file is a generated file without a 'provide' statement. You need to use: (load-file "/path/to/matlab-load")) instead. Looking at the INSTALL file, it does seem to be advising the wrong thing. I'll fix that. Thanks Eric -----Original Message----- From: Leo Alekseyev [mailto:dn...@gm...] Sent: Thursday, May 14, 2009 1:26 AM To: mat...@li... Subject: [Matlab-emacs-discuss] (require 'matlab-load) fails Hi all, after I upgraded Matlab to 2008b it wiped out the matlab.el elisp files, so I here I am trying to set it all up again. I grabbed the source from CVS and I have the following lines in my .emacs: (load-file (expand-file-name "~/.emacs.d/elisp/cedet-1.0pre4/common/cedet.el")) (setq load-path (cons "~/.emacs.d/elisp/matlab-emacs/" load-path)) (require 'matlab-load) However, Emacs throws an error: error: Required feature `matlab-load' was not provided I'd appreciate any help getting this to work... ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Matlab-emacs-discuss mailing list Mat...@li... https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss |