No description
Find a file
zappo b7c4c9de4d (matlab-mode): Move line that moves point to end of buffer to just
in front of where it is used, and inside a save-excursion.
2010-12-08 16:18:56 +00:00
templates Regenerated from Project files. 2009-07-06 20:31:15 +00:00
toolbox Support calling Emacs from MATLAB via edit commands. 2009-08-13 15:26:31 +00:00
cedet-matlab.el Initialization support for CEDET tools with MATLAB. 2009-07-06 19:48:15 +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 Patch from: Joe Vornehm 2010-10-14 14:17:52 +00:00
INSTALL Fix path to not say "matlab.el" 2010-01-21 19:08:00 +00:00
Makefile Regenerated from Project files. 2009-07-06 20:31:15 +00:00
matlab-load.el Regenerated. 2009-08-21 18:29:47 +00:00
matlab-publish.el Utilities for editing MATLAB files for publishing 2009-07-06 19:59:10 +00:00
matlab.el (matlab-mode): Move line that moves point to end of buffer to just 2010-12-08 16:18:56 +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 Change version number. 2009-07-06 20:29:34 +00:00
README Change load-path setup line. 2009-09-15 20:42:25 +00:00
semantic-matlab.el Remove automatic init hook. See cedet-matlab.el 2009-07-06 19:49:09 +00:00
semanticdb-matlab.el (semanticdb-matlab-include-paths): Only set default to ~/matlab if it exists. 2009-11-16 13:32:41 +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.

   The last stabilized version of matlab.el can be found on MATLAB Central:

   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 now 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

   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"