emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Coding system conversion error


From: Kenichi Handa
Subject: Re: Coding system conversion error
Date: Mon, 14 Feb 2005 15:15:24 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3.50 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, "Jan D." <address@hidden> writes:
>>      * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
>>      multibyte string, signal an error instead of aborting.

> The error message can be improved if you put it in 
> x_handle_selection_request instead (lisp_data_to_selection_data is only 
> called from there).  Then you can get the target_symbol in to the error 
> text, which otherwise can be hard to know.

That's true.  But I think the error should be signaled just
before we use the data.  Otherwise, the other code will slip
into between the call of Fsignal and the place where the
data is used.

---
Ken'ichi HANDA
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]