[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `decode-coding-string' question
From: |
Richard Stallman |
Subject: |
Re: `decode-coding-string' question |
Date: |
Tue, 04 Jul 2006 13:29:51 -0400 |
Seconded. Undecoded string is not text, strictly speaking, it's a
stream of bytes with no clear notion of a character.
Since text properties apply to portions of a string or buffer,
they can make sense on encoded text. So the idea is not nonsense.
There might be uses for it.
However, I am not sure it would be worth the work to implement
this, even if someone competent wants to do it.
- `decode-coding-string' question, Paul Pogonyshev, 2006/07/03
- Re: `decode-coding-string' question, Kenichi Handa, 2006/07/03
- Re: `decode-coding-string' question, Eli Zaretskii, 2006/07/03
- Re: `decode-coding-string' question,
Richard Stallman <=
- Re: `decode-coding-string' question, Paul Pogonyshev, 2006/07/04
- Re: `decode-coding-string' question, Kenichi Handa, 2006/07/05
- Re: `decode-coding-string' question, Paul Pogonyshev, 2006/07/06
- Re: `decode-coding-string' question, Eli Zaretskii, 2006/07/06
- Re: `decode-coding-string' question, Paul Pogonyshev, 2006/07/06
- Re: `decode-coding-string' question, Eli Zaretskii, 2006/07/07