bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Extraneous form feeds


From: Bruno Haible
Subject: Re: Extraneous form feeds
Date: Sat, 01 Apr 2017 02:40:08 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-70-generic; KDE/5.18.0; x86_64; ; )

Hi,

J William Piggott wrote:
> This project is loaded with extraneous form feeds (FF, 0x0C, ^L).

Quoting Wikipedia [1]:
  "The form feed character is sometimes used in plain text files of source code
   as a delimiter for a page break, or as marker for sections of code. Some
   editors, in particular emacs and vi, have built-in commands to page up/down
   on the form feed character."

> Many, if not all, of them were in the initial commit:

In the ancient times, most editors enabled you to edit one file at a time.
That's the reason why people put a lot of code in a single file - you
cited regcomp.c and regexec.c in particular - and therefore needed a way
to dissect the file into sections or pages. Nowadays it is more common
to distribute the code over several files.

Bruno

[1] https://en.wikipedia.org/wiki/Page_break




reply via email to

[Prev in Thread] Current Thread [Next in Thread]