xwem-devel
[Top] [All Lists]

Re: X Timeouts (was: Richard's xpdf issue)

From: Richard Klinda <ignotus@xxxxxxxxxxx>
Subject: Re: X Timeouts (was: Richard's xpdf issue)
Date: Thu, 10 Feb 2005 10:33:47 +0100
Organization: I'm not available for comment..
Sender: ignotus@xxxxxxxxxxx
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)
>>>>> 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.

<Prev in Thread] Current Thread [Next in Thread>