Hello everybody

* New Branch: modernize 

Currently Eric is submitting a lot of changes to the emacs matlab
packages. Thanks a lot Eric!

Some of the changes/feature which are currently under work have been
announced by Eric in a mail to the list, sent at 11 of October.

His contributions are committed not to master but to a new branch,
called called modernize, so it is not merged into master, yet.

I am trying to test his commits, but I would prefer if more users would
join me to get a better feedback.

Here is what you have to do.

* Git users

git clone https://git.code.sf.net/p/matlab-emacs/src matlab-emacs-src

 git checkout modernize

* Mercurial users

 install and activate the hg-git plugin

 hg clone https://bitbucket.org/durin42/hg-git/
 
 then in your .hgrc file something like this

 hggit = /home/user/src/hg-git/hggit

[git]
export-additional-refs.named-branch-heads:revset   = head() and not closed()
export-additional-refs.named-branch-heads:template = 
refs/heads/hg_named_branch/{branch}

 hg clone https://git.code.sf.net/p/matlab-emacs/src emacs-hg


 hg up modernize


* Compilation 
Run 

 make

* Set the path

Now set the path in your init file, for example 

(setq load-path (cons (expand-file-name 
"~/emacs/site-lisp/packages/src/Matlab/matlab-emacs-src")  load-path))

Add 

(load-library "matlab-load")
(matlab-cedet-setup)

Optionality 
(semantic-mode 1)
(global-semantic-stickyfunc-mode 1)
(global-semantic-decoration-mode 1) 


* News

    1. The debugger works better now, at least this is my impression.

    2. matlab-shell-run-cell has been completely rewritten. Now it
       possible to have a cell which execute a function, which is
       defined at the end of this very same file.

    3. Faster load time by moving rarely used content into other files.

    4. Support for some older Emacs' has been deleted.

    5. Clicking on errors or using next-error in matlab-shell should work 
better.

    6. tab completion in the shell was revamped (but should act mostly
       the same)

    7. Other bug fixes to editing ML code.


Regards

Uwe 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Matlab-emacs-discuss mailing list
Matlab-emacs-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss

Reply via email to