From: Ralf Hemmecke Date: Tue, 24 Sep 2013 16:05:15 +0000 (+0200) Subject: make C-up cycle through matching input X-Git-Url: http://git.risc.jku.at/gitweb/?a=commitdiff_plain;h=b68e9a9daa8618c123f1ca9af13648c8ae930a6a;p=hemmecke%2Fmathematica-el.git make C-up cycle through matching input --- diff --git a/mathematica.el b/mathematica.el index 02a9ca8..2fab18b 100644 --- a/mathematica.el +++ b/mathematica.el @@ -452,6 +452,7 @@ subjob if any. (define-key mathematica-comint-mode-map [pause] 'comint-interrupt-subjob) (define-key mathematica-comint-mode-map [C-pause] 'comint-quit-subjob) (define-key mathematica-comint-mode-map [tab] 'dabbrev-expand) + (define-key mathematica-comint-mode-map [C-up] 'comint-previous-matching-input-from-input) (use-local-map mathematica-comint-mode-map) ; don't split the frame unless it is already split.