Alfredo Braunstein <[EMAIL PROTECTED]> writes:

| John Levon wrote:
| 
| > Like this :
| > 
| > blah |a blah
| > 
| > after a "delete" key :
| > 
| > blah |blah
| 
| This sounds sensible, but it's not the real problem.

2000-01-13  Lars Gullik Bjønnes  <[EMAIL PROTECTED]>

        * src/text2.C (CutSelection): don't delete double spaces.
        (PasteSelection): ditto
        (CopySelection): ditto

        * src/text.C (Backspace): don't delete double spaces.

        * src/lyxlex.C (next): fix a bug that were only present with
        conformant std::istream::get to read comment lines, use
        std::istream::getline instead. This seems to fix the problem.

2000-01-12  Lars Gullik Bjønnes  <[EMAIL PROTECTED]>

        * src/text2.C (DeleteEmptyParagraphMechanism): fix for the
          "not
        allowed to insert space before space" editing problem. Please
          read
        commends at the beginning of the function. Comments about
          usage
        are very welcome.

        * src/text.C (InsertChar): fix for the "not allowed to insert
        space before space" editing problem.

        * src/text2.C (DeleteEmptyParagraphMechanism): when
        IsEmptyTableRow can only return false this last "else if" will
        always be a no-op. Commented out.


All this "not beeing able to have two spaces in a row" was deemed a
problem with how the DEPM worked earlier. That got fixed, not it seems
that you want to introduce the problem again to get rid of DEPM.

-- 
        Lgb

Reply via email to