current status with rxvt and cut&paste for me is:

        - rxvt 2.6.4-10 is: coredump on paste out of rxvt

        - rxvt-beta 2.7.10-1 is: does not accept paste into rxvt (see
          
http://sourceforge.net/tracker/index.php?func=detail&aid=805872&group_id=221&atid=100221)

i found the cause for the coredump: the error return of
XmbTextListToTextProperty in src/screen.c:3460 (error BadValue) is
ignored and the call to XChangeProperty coredumps in memcpy of libc.

because i'm not an X11 development expert i made a workaround
(inserted code from xvt) which works for me. it would be better to
figure out why the parameters to XmbTextListToTextProperty are wrong
(checked them and found not problem, even the manpage does not tell me
when BadValue is returned). can some X11 developer help out?

best regards,
        michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to