Next: , Previous: , Up: Elemental Movement   [Index]


6.5.7 Moving by Pages

CommandKey BindingPurpose
forward-pageC-x ]Move forward to page boundary
backward-pageC-x [Move backward to page boundary
mark-pageC-x C-pPut mark at end of page, point at beginning
narrow-to-pageC-x n pMark text outside page invisible.

A ‘page’ is anything delimited by the character defined in the variable ‘page-delimiter’, which defaults to the control code ‘^L’, also known as the ASCII control code ‘form feed’.

In some LISP circles, it is common to group things by pages and as Emacs has close ties to the LISP community it comes with a battery of commands to interact with pages.