Riko Wichmann <[EMAIL PROTECTED]> writes:

> I'm using emacs (with python-mode) to do most of my editing.
[...]
> Maybe I just don't know to comment out whole blocks using editor
> commands.

comment-dwim (usually bound to M-; ) comments out the region if it's
active, or, if the region is already commented, uncomments it.

   Bernhard

-- 
Intevation GmbH                                 http://intevation.de/
Skencil                                           http://skencil.org/
Thuban                                  http://thuban.intevation.org/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to