Several times I see ^L in (mostly Emacs Lisp) source codes that looks like are separators of larger logical groups. Is it their real purpose? And if so, how can I use them? Is there a built-in Emacs functionality that utilize it?
|
1
|
|
||
|
|
|
|
This is a page break. |
||
|
|
That is indeed a page break character, which on older line printers skipped to the next page or paper. Code-wise, it does nothing; it is only there to split the code into larger sections. There are convenient Emacs commands to jump to the next and previous "page", and inserting these characters takes advantage of that. |
||
|
|
|
|
The Emacs commands The habit did not propagate much to languages other than Emacs-lisp, but most languages treat |
|||
|
|
|
|
A page break to split code into sections. See the following for more details. |
||
|
|
