syscons on U10 /w Creator

Takashi Kobayashi kobayasi at res.kutc.kansai-u.ac.jp
Wed Jan 14 23:08:52 PST 2004


I'm sorry I talk off topic reply,

On 2004/01/15, at 13:46, Ken Smith wrote:

> On Wed, Jan 14, 2004 at 09:37:48PM -0700, Rich Hampton wrote:
>
>> Nope, I used vim.
>
> Ok, I don't think vim can do what I had in mind but I've seen the
> symptoms you described.  Emacs is capable of leaving a file that
> doesn't have a newline character at the end of the last line of
> the file.  config(8) *really* loses it if either the kernel config
> file itself or any of the support files config(8) uses doesn't have
> the newline character at the end of the last line.
>
> The students here tend to use emacs,

To add newline character automatically at the end of the last line,
I use next elisp command,

;;; default: nil
(setq require-final-newline t)

It is very useful for beginners of administrator and
default value of student accounts.




More information about the freebsd-sparc64 mailing list