>>>>> Regarding 'Re: X Timeouts (was: Richard's xpdf issue)'; Zajcev Evgeny
>>>>> adds:
> Here (in xlib-xr) still sitting one evil bug. [....]
Wow, thanks lg! I hope you will squash that soon! :-)
> By the way, anybody who ever gets X timeout error will provide very
> helpfull assistance by sending bug report. having non-nil
> xwem-debug is highly apreciated.
Oh, I modified the xwem-turn-o*-debug functions then:
,----
| (defun xwem-turn-on-debug ()
| (interactive)
| (setq xwem-debug t)
| (setf (X-Dpy-log-buffer (xwem-dpy)) "*xwem-debug*")
| (X-Dpy-set-log-routines (xwem-dpy) xwem-debug-routines))
|
| (defun xwem-turn-off-debug ()
| (interactive)
| (setq xwem-debug nil)
| (setf (X-Dpy-log-buffer (xwem-dpy)) nil))
`----
--
Richard Klinda \/
/\ Show me your init.el and I'll you tell who you are.
|