[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch: Syntax and Hard Newlines
From: |
Richard Stallman |
Subject: |
Re: Patch: Syntax and Hard Newlines |
Date: |
Fri, 08 Dec 2006 20:25:53 -0500 |
> But longlines-mode uses an after-change-function to reformat inserted
> text, so that should take care of all possible situations.
> Yes, but would this change be active only in Longlines mode?
Well, that was one of the motivation for my suggestion: make sure that it
can be implemented all in longlines-mode without impacting anything else.
I'm talking about the proposal to change the subroutine fill-newline.
That is not in longlines.el, so unless we do something special to make
it work only when Longlines mode is enabled, it will apply all the
time. That's what I thought the idea was.