Normally blocks are thought of sequentially from their first to last characters. It is also possible to mark rectangular blocks, the block marks being thought of as the opposite corners of the rectangle.
The commands which operate on blocks automatically check whether the
current block is a rectangle; if so they change their function accordingly.
For example, the Ctrl-i command (insert-block) understands
that rectangular blocks have to be inserted in a different manner to
normal, sequential, blocks.
insert-rect.
At present there is a problem with changing the case of a rectangular block with Ctrl-x Ctrl-l or Ctrl-x Ctrl-u, they treat it as a sequential block. This will be fixed soon.
Go to the first, previous, next, last section, table of contents.