No description
Find a file
2013-04-02 01:01:33 +00:00
templates (VERSION): Updated. 2013-04-02 00:44:20 +00:00
toolbox Support calling Emacs from MATLAB via edit commands. 2009-08-13 15:26:31 +00:00
cedet-matlab.el (matlab-cedet-setup): Update srecode require to work w/ CEDET 2013-04-02 00:47:42 +00:00
ChangeLog (semanticdb-matlab-scan-directories): Local bind for working-spinner-display. 2009-07-07 11:44:25 +00:00
ChangeLog.old1 *** empty log message *** 2005-12-01 18:37:46 +00:00
ChangeLog.old2 *** empty log message *** 2005-12-01 18:37:46 +00:00
company-matlab-shell.el (company): Allow build when this require doesn't exist. 2009-07-06 20:36:56 +00:00
dl_emacs_support.m (coreFiles): Add linemark.el to download list. 2013-04-02 00:51:20 +00:00
INSTALL Update to note latest build notes. 2013-04-02 01:01:18 +00:00
linemark.el Add linemark to matlab-emacs dist so that mlint will work 2013-04-02 00:50:16 +00:00
Makefile Regenerated 2013-04-02 00:52:56 +00:00
matlab-load.el Regenerated. 2013-04-02 00:51:54 +00:00
matlab-publish.el Utilities for editing MATLAB files for publishing 2009-07-06 19:59:10 +00:00
matlab.el (matlab-mode): Change page-delimeter to allow any whitespace or \n after a %%. 2012-02-23 13:39:48 +00:00
mlint.el (mlint-platform): Get smarter about returning the kind of MAC and WIN supported. 2010-10-20 20:29:37 +00:00
Project.ede (:version): Updated 2013-04-02 00:52:26 +00:00
README Update to discuss CEDET that comes with Emacs. 2013-04-02 01:01:33 +00:00
semantic-matlab.el (misc require statements): Updated to work w/ CEDET integrated w/ Emacs. 2013-04-02 00:47:02 +00:00
semanticdb-matlab.el (misc require statements): Updated to work w/ CEDET integrated w/ Emacs. 2013-04-02 00:46:03 +00:00
tlc.el *** empty log message *** 2005-12-01 19:08:16 +00:00

matlab-emacs Project:

MATLAB and Emacs integration

* INSTALL

  Add the following to your .emacs file:

  ;; Replace path below to be where your matlab.el file is.
  (add-to-list 'load-path "~/path/to/matlab-emacs")
  (load-library "matlab-load")

  ;; Enable CEDET feature support for MATLAB code. (Optional)
  ;; (matlab-cedet-setup)


* Finding Updates

** Releases

   The most recent version of matlab.el is always in CVS.

   Category:
   http://www.mathworks.com/matlabcentral/fileexchange/loadCategory.do?objectId=19&objectType=Category
   This File
   http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=104&objectType=file

   Older versions of matlab.el can be found as matlab.el.1.10.1
   for emacsen that do not have the latest additional utilities such
   as tempo and derived.

   matlab.el and mlint.el has shipped on MATLAB CDs starting with 6.5
   (R13).  Updates after a release of MATLAB will be made to MATLAB
   Central and announced on the mailing list.

   matlab.el and mlint.el will no longer ship on MATLAB CDs starting
   with MATLAB release R2008b.  If you are using a version of MATLAB
   from before R2008a, you will want to use the version of mlint from
   that CD.

** CVS

   matlab-emacs is available via CVS from SourceForge.

   Homepage:
   http://matlab-emacs.sf.net

   Project Page:
   http://sourceforge.net/projects/matlab-emacs

   CVS Repository:
   http://sourceforge.net/cvs/?group_id=154105

   If you do not have a CVS client on your machine, you can use the
   MATLAB script dl_emacs_support.m to download a fresh copy of the
   matlab.el sources.

** Dependancies

   MATLAB-Emacs can use the CEDET suite for the following items:
	- Modifying the build system (Makefiles, etc)
	- mlint (uses EIEIO object system)
	- parsing/completion (uses semantic parsing system)
        - some template insertion features

   As of Emacs 23.2, CEDET is included in Emacs, and nothing extra
   is needed to satisfy that dependency.

   For older versions of Emacs:

   See http://cedet.sf.net for downloading CEDET.

   If you only want to use matlab.el for editing code or running the
   MATLAB shell, you DO NOT need to install CEDET.

   If you do want to use CEDET, add the following to your .emacs file:

   (matlab-cedet-setup)

* Mailing List:

** New Mailing List

   A new matlab-emacs-discuss mailing lisit has been created at
   SourceForge.  Use this list to get updates on new releases and
   discuss topics relivant to the matlab-emacs project.

   http://lists.sourceforge.net/mailman/listinfo/matlab-emacs-discuss

** Old Mailing List

   The original mailing list where beta versions of matlab.el were
   posted, and where comments, questions, bug reports, and answers to
   questions could be sent.  If you were subscribed to this list,
   please unsubscribe, and subscribe to the new list above.

   to unsubscribe, send email with the body of: "unsubscribe matlab-emacs"