From: Eric L. <Eri...@ma...> - 2009-07-07 12:53:35
|
Hi, I think I accidentally used an older version of Emacs to make the load defs file. When I rebuilt, making sure I specified Emacs 23, then the provide statement was added. I've checked in that change. Thanks for pointing this out. The loadpath you specify in your command line should be the default in the Makefile. So that others know, a replacement load-path would have a version number in it such as cedet-1.0pre6 if distribution was used. Eric -----Original Message----- From: David Engster [mailto:de...@ra...] Sent: Tuesday, July 07, 2009 5:12 AM To: Eric Ludlam Cc: mat...@li... Subject: Re: [Matlab-emacs-discuss] News: Updates to matlab.el and support files in CVS Eric Ludlam <Eri...@ma...> writes: > The latest changes now in CVS has had minimal testing by me. I would > encourage folks to try it out. Bug reports and patches welcome. Hi Eric, The matlab-load.el which is in CVS lacks the necessary "(provide 'matlab-load)". I gets inserted after a full build, though. However, to get a full build, I had to use make "LOADPATH=../cedet/common ../cedet/eieio ../cedet/semantic ../cedet/semantic/bovine" -David |