に再マップforward-sexp
したい。matlab-forward-sexp
matlab-mode
現在私はこれを行います:
(define-key matlab-mode-map [remap forward-sexp] 'matlab-forward-sexp-safe)
しかしM-x forward-sexp
、matlabモードで入力すると、まだ古い動作が得られます。なんで?forward-sexp
キーボードショートカットを使用して呼び出す場合にのみ機能しますか?
私がタイプするとき、C-h f forward-sexp
すべてが大丈夫のようです:
forward-sexp is an interactive compiled Lisp function in `lisp.el'.
It is remapped to `matlab-forward-sexp-safe', which is bound to C-M-f,
<C-M-right>, ESC <C-right>.
(forward-sexp &optional ARG)
For more information check the manuals.
Move forward across one balanced expression (sexp).
With ARG, do it that many times. Negative arg -N means
move backward across N balanced expressions.
This command assumes point is not in a string or comment.
This function is advised.
After-advice `ctx-flash'.
[back]