emacs-devel
[Top][All Lists]
Advanced

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

Re: Longlines and insert


From: Richard M. Stallman
Subject: Re: Longlines and insert
Date: Wed, 16 Nov 2005 05:48:18 -0500

    We could put a generic definition into subr.el
    which could then be used by any code needing a hard newline.

    (defconst hard-newline
              (propertize "\n"
              'hard t 'rear-nonsticky '(hard)))

I like that approach since it is painless and
certainly won't break anything.




reply via email to

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