Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Mathematica

2 réponses
Avatar
maxime chupin
Bonsoir,

J'essaie d'utiliser ceci :
http://library.wolfram.com/infocenter/MathSource/4567/
pour avoir un mode mathematica dans emacs, mais je ne sais pas comment
on =C2=AB l'installe =C2=BB, je l'ai mis dans mon repertoire o=C3=B9 je sto=
ck mes .el
(setq load-path (cons "~/emacsel/" load-path))
mais je n'y ai pas acc=C3=A8s avec M-x math...
Savez-vous pourquoi ?

Merci.

--=20
Maxime CHUPIN=20
http://mc.notezik.com=20

2 réponses

Avatar
Lucas Levrel
Le 27 avril 2010, maxime chupin and MISSINGmcTERMINATOR a écrit :

je l'ai mis dans mon repertoire où je stock mes .el
(setq load-path (cons "~/emacsel/" load-path))
mais je n'y ai pas accès avec M-x math...
Savez-vous pourquoi ?



(load math) ?


--
LL
Avatar
Vincent Belaïche
Lucas Levrel a écrit :
Le 27 avril 2010, maxime chupin and MISSINGmcTERMINATOR a écrit :

je l'ai mis dans mon repertoire où je stock mes .el
(setq load-path (cons "~/emacsel/" load-path))
mais je n'y ai pas accès avec M-x math...
Savez-vous pourquoi ?



(load math) ?





j'aurais plutôt mis

(require 'math)


(qui correspond au (provide 'math) qu'on trouve dans math.el dans mon
fichier d'init...

Vincent.