python.el por muito tempo python-mode.el usuário?

1

Existem equivalentes do modo python-el do loveshack (python.el)

  • py-shell
  • py-execute-region
  • py-execute-class-or-def

que estão disponíveis em python-mode.el?

    
por hatmatrix 12.10.2011 / 07:51

1 resposta

0

Eu não estou familiarizado com isso, mas talvez sejam equivalentes:

python-send-region

Send the region to the inferior Python process.
May print a message, so only suitable for interactive use.

python-send-region-and-go

Send the region to the inferior Python process.
Then switch to the process buffer.

python-send-defun

Send the current defun (class or method) to the inferior Python process.

python-python-command

Shell command to run Python interpreter.
Any arguments can't contain whitespace.
Note that IPython may not work properly;
it must at least be used with the '-cl' flag,
i.e. use 'ipython -cl'.
Doesn't take full effect unless set through Custom.

Verifique também o 'gallina' python.el como mencionado aqui .

    
por 01.05.2012 / 23:51

Tags