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

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

Feature suggestion: split-line


From: Andrew Arensburger
Subject: Feature suggestion: split-line
Date: Tue, 31 Dec 2002 14:22:20 -0500
User-agent: Mutt/1.2.5.1i

        Hi! I'd like to suggest a change to the split-line function,
defined in "simple.el" (I'm attaching a patch).
        Currently (as of Emacs 21.1), split-line simply inserts
whitespace when splitting a line. The change I'm proposing inserts the
value of fill-prefix, if it is non-nil, and then inserts whitespace.
That is, it gives you

        > The quick 
        >           brown fox
instead of
        > The quick 
                    brown fox

-- 
Andrew Arensburger                      This message *does* represent the
arensb@ooblick.com                      views of ooblick.com
              Quidquid latine dictum sit, altum viditur.


Attachment: simple.el.patch
Description: Text document


reply via email to

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