[pyar] ipython dentro de EMACS
Fabian Ezequiel Gallina
galli.87 en gmail.com
Lun Mar 12 14:43:02 ART 2012
El 12 de marzo de 2012 12:18, Milton Labanda <1000ton.lab en gmail.com>escribió:
> Agluien lo tiene configurado?, pongo el ipython.el en el dir ~/.emas.d
> pero no funciona
>
Si usas el python.el[0] que armé yo, podés configurar ipython con sólo un
par de seteos de variables y sin necesidad de instalar ipython.el:
;; Ejemplo de setup para ipython 0.11
(setq
python-shell-interpreter "ipython"
python-shell-interpreter-args ""
python-shell-prompt-regexp "In \\[[0-9]+\\]: "
python-shell-prompt-output-regexp "Out\\[[0-9]+\\]: "
python-shell-completion-setup-code "from IPython.core.completerlib import
module_completion"
python-shell-completion-module-string-code
"';'.join(module_completion('''%s'''))\n"
python-shell-completion-string-code
"';'.join(get_ipython().Completer.all_completions('''%s'''))\n")
[0] https://github.com/fgallina/python.el
Saludos,
Fabián E. Gallina
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20120312/09e831e8/attachment.html>
More information about the pyar
mailing list