Thursday, February 17, 2011

Emacs renumber tut tests

M-x replace-regexp
test<\([0-9]+\)>()
test<\,(1+ \#)>()

IronPython and ntemacs

  • Install python-mode.el
  • (setq py-jython-command "c:/Program Files/IronPython 2.6 for .NET 4.0/ipy.exe")
  • Open a .py file. C-c C-t will toggle "jython", C-c ! will start a shell... (thanks shapr!)