Emacs


Comment Region :
In xemacs, both of these are available when you highlight a region and right click.

Tip: 'C-u' is like "un-next-thing"

Rectangle Ops: (all begin with 'C-x r')
Keyboard Macros:
Example : incremental searching (plain or regexp) within a macro to find the next place you need to munge and then use a combination of cursor positioning, killing, yanking, copying to registers and whatnot to munge the text however necessary.  Then you just 'C-x e' to your heart's content.
Fill Mode:
Example: In the c(++) modes when editing multi-line comments started with /* (i.e. just type the comment as all one paragraph, then ESC-q will re-format, leading each line with the right number of tabs and a '*' ).
All above courtesy of Bill Baxter and Scott Larsen

XEmacs Toolbar/MenuBar Toggle (Scott Larsen, Max Smolens)