From: Uwe B. <ou...@ma...> - 2016-04-01 08:21:10
|
>>> "Torben" == Torben Knudsen <tk...@es...> writes: > If I try to use completion I get the error matlab-shell-tab: Args > out of range: "Undefined function 'emacsdocomplete' for input > arguments of type 'char'. > ", 158367, 75 Very odd, for me it worked. I also don't have emacsdocomplete in my GNU emacs. My TAB binding is as follows: ,---- | TAB (translated from <tab>) runs the command matlab-shell-tab (found | in matlab-shell-mode-map), which is an interactive compiled Lisp | function in | ‘~/ALLES/.emacs.d/elpa/matlab-mode-20160317.116/matlab.el’. | | It is bound to TAB. | | (matlab-shell-tab) | | Send [TAB] to the currently running matlab process and retrieve completion. `---- What does C-h k TAB say? Uwe |