[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: enhanced select-safe-coding-system
From: |
Stefan Monnier |
Subject: |
Re: enhanced select-safe-coding-system |
Date: |
Tue, 14 May 2002 15:52:08 -0400 |
> Would you please install your patch? I'm surprised it isn't installed yet.
It turns out it's not correct and I haven't found the time to fix it yet.
The problem is that find-coding-systems-region-internal handles
"generic" coding-systems specially, which my patch does not
take into account.
By "generic" I mean those who `safe-chars' property is t.
Maybe we should go ahead and install Dave's code instead. It's
O(n log n) rather than O(n), but it has the advantage of being
"obviously correct".
Stefan
- Re: enhanced select-safe-coding-system, (continued)
Re: enhanced select-safe-coding-system, Dave Love, 2002/05/02
- Re: enhanced select-safe-coding-system, Stefan Monnier, 2002/05/03
- Re: enhanced select-safe-coding-system, Dave Love, 2002/05/04
- Re: enhanced select-safe-coding-system, Stefan Monnier, 2002/05/05
- Re: enhanced select-safe-coding-system, Dave Love, 2002/05/08
- Re: enhanced select-safe-coding-system, Richard Stallman, 2002/05/14
- Re: enhanced select-safe-coding-system,
Stefan Monnier <=
- Re: enhanced select-safe-coding-system, Richard Stallman, 2002/05/16
Re: enhanced select-safe-coding-system, Richard Stallman, 2002/05/03