[Python-mode] a simple question

Skip Montanaro skip at pobox.com
Wed Nov 17 17:08:08 CET 2004


    pipehappy> Hi!  I an new in python and emacs. It says control-c | can
    pipehappy> send the region to the interpreter. And the region is
    pipehappy> parametered by BEGIN and END.  But how to use these two, how
    pipehappy> to get a region?

Use set-mark-command (usually bound to C-SPC) to set the mark.  Move point
(the cursor) to the other end of the region.  Then hit C-c | to send the
defined region to the interpreter.

-- 
Skip Montanaro
skip at mojam.com
http://www.mojam.com/


More information about the Python-mode mailing list