Emacs: Form Feed ^L (Page Break)
What is Form Feed
By convention, Emacs Lisp community uses the invisible Form Feed character (codepoint 12) as source code section marker. 〔see ASCII Characters〕
It is displayed as ^L
.
Insert Form Feed Character
To insert form feed character, press Ctrl+q Ctrl+l.
Move Cursor to Prev/Next Formfeed
Move cursor to the prev/next page break:
forward-page
【Ctrl+x ]】backward-page
【Ctrl+x [】