help-gnu-emacs
[Top][All Lists]
Advanced

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

what are some example case of files needing newline at end?


From: Xah Lee
Subject: what are some example case of files needing newline at end?
Date: Fri, 5 Dec 2008 23:17:17 -0800 (PST)
User-agent: G2/1.0

what are some examples of files that requires a newline by itself at
the end?

Detail:

recently i'm coding elisp to process a input file line by line. Each
line is expected to have text.
I ran into error at the last line because the file has a empty line,
and i noticed that it is automatically added, due to mode-require-
final-newline being true.

So, i'm wondering, what kinda files actually require newline at the
end? and if it is still so today?

  Xah
∑ http://xahlee.org/

reply via email to

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