From b68e9a9daa8618c123f1ca9af13648c8ae930a6a Mon Sep 17 00:00:00 2001 From: Ralf Hemmecke Date: Tue, 24 Sep 2013 18:05:15 +0200 Subject: [PATCH] make C-up cycle through matching input --- mathematica.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.1.4