#!/bin/env python
from Pymacs import lisp
def test():
start, end = lisp.point(), lisp.mark(lisp.t)
lisp.insert( "Pies" )
Closely followed by:
M-x pymacs-load RET test RET RET M-: (test-test) RET
A highly useful command.
Update: Added a “RET” to the end. It’s much better when that’s there.
Posted at 5:27 pm on Thursday 3rd May 2007
Site by Robert Spanton. ©2008