John Levon <[EMAIL PROTECTED]> writes:

| On Wed, Mar 12, 2003 at 10:31:29AM +0100, Lars Gullik Bj?nnes wrote:
| 
| > | Hmm. Yes I can see that being annoying. Bleh, I'm not sure what to do
| > | about this space thing at all now. Perhaps: limit to two spaces maximum,
| > | and strip the extra one on output ?
| > 
| > Or introduce a DESM, and ditch the DEPM.
| 
| Only a DESM is certainly a step forward but doesn't solve Alfredo's
| original complaint: non-const cursor movement. And he really is right.

I have already said that the const patch should go in.
 
| I'll work on a patch to remove just DEPM, leaving current DESM
| behaviour. Then we can look if a three-space DESM is reasonable, or not.
| 
| regards
| john
| 
| p.s. what's the opposite of an Empty Space anyhoo ?

// Fixes up a paragraph to follow the rules on amount of white space
// allowed. f.ex. Two consecutive spaces is not allowed, unless the
// cursor is in between.
// Returns true if anything was modified.
bool whitespaceCleanup(Par, row, buf, view etc and more);

-- 
        Lgb

Reply via email to