[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Coding system conversion error
From: |
Stefan Monnier |
Subject: |
Re: Coding system conversion error |
Date: |
Sun, 13 Feb 2005 11:10:11 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
> I agree that signaling an error is better than xassert.
> But, it seems that a function in selection-converter-alist
> can return a multibyte string as long as we have a fixed
> rule about how to handle it. And "converting to a unibyte
> string by string-make-unibyte" seems to be a good rule.
String-make-unibyte might not do the right thing. It's just a guess when we
don't have any alternative. In this case we have an alternative which is to
signal an error.
After all, this did catch an error in the handling of encode-coding-string
with compound-text, so I think it's better to signal the error than to
silently try to correct it.
Stefan
- Re: Coding system conversion error (was Re: abort in x_handle_selection_event when copying text), Jan D., 2005/02/08
- Re: Coding system conversion error, Stefan Monnier, 2005/02/08
- Re: Coding system conversion error, Jan D., 2005/02/10
- Re: Coding system conversion error, Stefan Monnier, 2005/02/10
- Re: Coding system conversion error, Jan D., 2005/02/10
- Re: Coding system conversion error, Kenichi Handa, 2005/02/11
- Re: Coding system conversion error, Jan D., 2005/02/12
- Re: Coding system conversion error, Kim F. Storm, 2005/02/12
- Re: Coding system conversion error, Kenichi Handa, 2005/02/12
- Re: Coding system conversion error, Kim F. Storm, 2005/02/13
- Re: Coding system conversion error,
Stefan Monnier <=
- Re: Coding system conversion error, Kenichi Handa, 2005/02/13
- Re: Coding system conversion error, Jan D., 2005/02/14
- Re: Coding system conversion error, Kenichi Handa, 2005/02/14
- Re: Coding system conversion error, Richard Stallman, 2005/02/12
Re: Coding system conversion error, Kenichi Handa, 2005/02/11
Re: Coding system conversion error (was Re: abort in x_handle_selection_event when copying text), Richard Stallman, 2005/02/10