More robust 'exec' in style rewriting
[texmacs.git] / src / plugins / maxima / progs / maxima-kbd.scm
blob8f613d5b024e6e7430575d0910173e05b2412a2d
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3 ;;
4 ;; MODULE      : maxima-kbd.scm
5 ;; DESCRIPTION : Keyboard shortcuts for Maxima
6 ;; COPYRIGHT   : (C) 2005  Joris van der Hoeven
7 ;;
8 ;; This software falls under the GNU general public license version 3 or later.
9 ;; It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
10 ;; in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
12 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14 (texmacs-module (maxima-kbd))
16 (texmacs-modes
17   (maxima-scripts-math% #t maxima-scripts% in-math%))
19 (kbd-map
20   (:mode maxima-scripts-math?)
21   (": =" (insert '(script-assign))))