|
From: Uwe B. <ou...@ma...> - 2016-04-01 08:53:42
|
>>> "Torben" == Torben Knudsen <tk...@es...> writes:
> It says
> TAB (translated from <tab>) runs the command matlab-shell-tab, which
> is an interactive compiled Lisp function in `matlab.el'.
> It is bound to TAB.
> (matlab-shell-tab)
> Send [TAB] to the currently running matlab process and retrieve completion.
> [back]
> Similar to yours. It seems to point to the right matlab.el where
> the function emacsdocomplete also is found.
Emacsdoccomplete can be found in the toolbox directory.
When I start a matlab-shell the first line looks like
addpath('/home/oub/.emacs.d/elpa/matlab-mode-20160317.116/toolbox','-begin');
rehash; emacsinit('emacsclient -n');
Do you have something similar?
|