Emacs column editing CUA mode - is it possible to select rectangular region with mouse?
- by MountainX
Rectangular or column editing is possible in emacs. And it is very easy with cua-mode enabled.
Here are my references for this:
Here's a video that shows how to do it:
http://vimeo.com/1168225
And see section "CUA rectangle support" here:
http://www.cua.dk/cua.html
But I also wonder if I can do it with the mouse. I want to select the rectangular region entirely with the mouse (like Scite or Geany can do). Is that possible in emacs?