[Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread John Ciolfi
Hi I have the following updates, but can send zip files or the diff -r -u output (zip's aren't allowed and the diff -r -u is too long). Any thoughts on how I could get these into the source forge repo? 1. Fixed several problems with TAB completion, and added direct support for company (comp

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread Uwe Brauer
>>> "John" == John Ciolfi writes: > Hi > I have the following updates, but can send zip files or the diff -r > -u output (zip's aren't allowed and the diff -r -u is too long). > Any thoughts on how I could get these into the source forge repo? Thanks for your work. If you want to co

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread Uwe Brauer
>>> "John" == John Ciolfi writes: > I'm somewhat familiar with git/github, so if I could get a branch to > push to then you could pull that would be best. I sporadically work on > emacs and while not the best at elisp, I'm good enough to produce > decent quality changes and I can get

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread John Ciolfi
On github, my id is JohnC32 (I don't have one on source forge) and have only used the github id to comment a couple times, so I have a little learning to do. Thanks John From: Uwe Brauer Sent: Monday, October 10, 2016 4:36:56 PM To: John Ciolfi Cc: Uwe Brauer;

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread John Ciolfi
Also before I forget, I put a comments into the matlab.el near matlab-shell-tab on what to test for tab completion. If you try some of them, they won't work with the current matlab.el: ;; Test cases (using R2016b): ;; ;; >> h=figure; ;; >> h.Num Should show Number ;; >

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread Uwe Brauer
>>> "John" == John Ciolfi writes: > Also before I forget, I put a comments into the matlab.el near > matlab-shell-tab on what to test for tab completion. If you try some > of them, they won't work with the current matlab.el: Ok the problem is that I don't have access to Matlab 2016b, on

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread Uwe Brauer
>>> "John" == John Ciolfi writes: > JohnC32 I just send you an invitation it seems that you have write access. Please check and report back. Uwe -- Check out the vibrant tech community on one of the world's most e

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread Uwe Brauer
>>> "John" == John Ciolfi writes: > On github, my id is JohnC32 (I don't have one on source forge) and > have only used the github id to comment a couple times, so I have a > little learning to do. Ok I try github then, might take a day or two. Uwe ---

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread Dennis Ogbe
John Ciolfi writes: > 2. Enabled debugging of matlab code (dbstop, etc.) in R2015b MATLAB and >later. This requires using the MATLAB editor instead of emacs because > recent >MATLAB's are not giving enough info to debug within emacs. I'm confused: I thought this was fixed already? I am

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread Uwe Brauer
>>> "John" == John Ciolfi writes: > Got it. Thanks. I'll try pushing the changes tonight. Good! But on a separate branch for the moment, please not to master. -- Check out the vibrant tech community on one of the wo

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread John Ciolfi
Got it. Thanks. I'll try pushing the changes tonight. From: Uwe Brauer Sent: Monday, October 10, 2016 4:58:26 PM To: John Ciolfi Cc: Uwe Brauer; matlab-emacs-discuss@lists.sourceforge.net Subject: Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in w

Re: [Matlab-emacs-discuss] Fixes for tab completion, debugging in with R2015b and later

2016-10-10 Thread John Ciolfi
I'm somewhat familiar with git/github, so if I could get a branch to push to then you could pull that would be best. I sporadically work on emacs and while not the best at elisp, I'm good enough to produce decent quality changes and I can get Eric to look at them ahead of time. The tab comple