Using EMACS as the default MATLAB editor
There is now a built-in GUI Editor/Debugger set as the default editor;
the EDIT command will bring this up instead of Emacs. To disable this
feature, put the following lines in your ~/.Xresources file:
! MATLAB: disable built-in Editor/Debugger
*preloadIDE: Off
*builtInEditor: Off
*graphicalDebugger: Off
This feature is not available at the moment on Linux workstations; the
MathWorks has not released an editor for this platform.
last updated: 11/9/2000
|