Re: [Matlab-emacs-discuss] Removing extra lines from collect-command-output

2017-11-03 Thread Eric Ludlam
Hi Nate, Could your provide a diff that provides context (a context diff) ? It isn’t clear how to merge the patch into code where the line numbers may have changed. Ideally, the diff could be intput into the ‘patch’ command. Thanks Eric From: nchodosh [mailto:nchod...@andrew.cmu.edu] Sent: T

Re: [Matlab-emacs-discuss] executing matlab in org mode files (using the matlab-shell)

2017-11-03 Thread Eric Ludlam
Ah, sorry I can't be more help. It has been many years since I worked on that code, and I don't use Emacs much anymore. There are accommodations in the function's I referenced for the ML command line to make sure it doesn't interrupting anything a user might be typing in that would be importa

Re: [Matlab-emacs-discuss] executing matlab in org mode files (using the matlab-shell)

2017-11-03 Thread Eric Ludlam
Sorry for not being more precise. Inside 'matlab-shell-save-and-go' is infrastructure for building something custom for org-mode. For example, how it looks for a shell buffer and creates on only if needed, and how it updates the history (which you could remove) and how it executes the string.

Re: [Matlab-emacs-discuss] executing matlab in org mode files (using the matlab-shell)

2017-11-03 Thread Uwe Brauer
>>> "Eric" == Eric Ludlam writes: > Sorry for not being more precise. > Inside 'matlab-shell-save-and-go' is infrastructure for building > something custom for org-mode. For example, how it looks for a shell > buffer and creates on only if needed, and how it updates the history > (