Re: Bad Protocol request 77

2005-07-01 Thread jhd
As you had a recipe for reproducing this, it is probably the œ character that is either miscoded in the string argument (the penultimate argument, an XChar2b *) or it is missing in the font used for bold. If you can print the values in the XChar2b* (the last argument to XDrawImageString

Re: Bad Protocol request 77

2005-07-01 Thread Stefan Monnier
> As you had a recipe for reproducing this, it is probably the œ character > that is either miscoded in the string argument (the penultimate argument, > an XChar2b *) or it is missing in the font used for bold. If you can print > the values in the XChar2b* (the last argument to XDrawImageStrin

Re: Bad Protocol request 77

2005-07-01 Thread jhd
Can you print out the error string (error parameter to x_error_handler)? 77 is just XDrawImageString16 which is in the second backtrace as expected. But it can generate different errors. I think it is a BadMatch, which usually indicates bad input to XDrawImageString16. You should be

Re: Bad Protocol request 77

2005-06-29 Thread Stefan Monnier
>> My Emacs is crashing in Gnus when displaying some articles. >> I haven't been able to get a reliable recipe yet, but basically I get >> a backtrace as shown in the appended session. >> The first backtrace is with x-synchronize turned off, the second is with >> x-synchronize turned on. >> >> Co

Re: Bad Protocol request 77

2005-06-29 Thread jhd
My Emacs is crashing in Gnus when displaying some articles. I haven't been able to get a reliable recipe yet, but basically I get a backtrace as shown in the appended session. The first backtrace is with x-synchronize turned off, the second is with x-synchronize turned on. Could give me some

Re: Bad Protocol request 77

2005-06-28 Thread Stefan Monnier
> In the mean time, I'll try to get a reliably reproducible recipe. OK, got it: LANG=fr_CH.UTF-8 emacs -q M-x font-lock-mode RET M-x customize-face RET font-lock-function-name-face RET ... make it bold ... C-x b *scratch* RET ( d e f u n SPC f o o Multi_key o e it may depend on

Bad Protocol request 77

2005-06-28 Thread Stefan Monnier
My Emacs is crashing in Gnus when displaying some articles. I haven't been able to get a reliable recipe yet, but basically I get a backtrace as shown in the appended session. The first backtrace is with x-synchronize turned off, the second is with x-synchronize turned on. Could give me some hint