Skip to content

Commit 49d4ff7

Browse files
committed
trac 34935: fix sage-shell mode in emacs
1 parent 047281e commit 49d4ff7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sage/interfaces/all.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@
4343
lazy_import('sage.interfaces.read_data', 'read_data')
4444
lazy_import('sage.interfaces.scilab', 'scilab')
4545
lazy_import('sage.interfaces.tachyon', 'tachyon_rt')
46+
47+
# The following variable is used by sage-shell-mode in emacs:
48+
interfaces = ['gap', 'gap3', 'giac', 'gp', 'mathematica', 'gnuplot',
49+
'kash', 'magma', 'macaulay2', 'maple', 'maxima',
50+
'mathematica', 'mwrank', 'octave', 'r', 'singular',
51+
'sage0', 'sage']

0 commit comments

Comments
 (0)