Raymond Toy <[EMAIL PROTECTED]> writes:

> 
> Thanks for this update, but what is supposed to happen here?  On my
> Sparc system, when running cmulisp inside XEmacs, I don't get a
> sigsegv anymore.  That's good.  But now it returns #<XLIB:WINDOW
> unix:0 213910036>.  In fact
> 
> (let ((dpy (ext:open-clx-display)))
>   (xlib:input-focus dpy))
> 
> returns
> 
> #<XLIB:WINDOW unix:0 213910036>
> :PARENT
> 
> Is this right?
> 

Compare the string returned by:

  (let ((dpy (ext:open-clx-display)))
    (format nil "0x~X" (xlib:drawable-id (xlib:input-focus dpy))))

and the one after "Window id:" when doing:

  shell$ xwininfo

and clicking on the same xemacs window. If it match it should be ok.

-- 
"Thanks God, French exists!"
-From "Hollywood ending." 

_Manuel Giraud_


Reply via email to