projects
/
hemmecke
/
mathematica-el.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9ebbe
)
make C-up cycle through matching input
author
Ralf Hemmecke
<ralf@hemmecke.org>
Tue, 24 Sep 2013 16:05:15 +0000
(18:05 +0200)
committer
Ralf Hemmecke
<ralf@hemmecke.org>
Tue, 24 Sep 2013 16:05:15 +0000
(18:05 +0200)
mathematica.el
patch
|
blob
|
history
diff --git
a/mathematica.el
b/mathematica.el
index
02a9ca8
..
2fab18b
100644
(file)
--- 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.