bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Char 2208 mixed with char 32


From: Jason Rumney
Subject: Re: Char 2208 mixed with char 32
Date: Fri, 21 Dec 2007 22:08:32 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Andreas Röhler wrote:      
> It's gone after I deleted entry of 
>
> `x-select-enable-clipboard' from custom-file.
>
> Without that: if it was enabled, inserting from X was
> wrong, if disabled, copied string didn't go to
> clipboard any more.
>
> From this I wouldn't conclude KDE the reason...
>   

The only thing that changes when you unset x-select-enable-clipboard, is
that copy and yank between Emacs and other applications use the primary
selection mechanism of X rather than the clipboard. So if the results of
yanking differ, then the other application must be putting different
text on the clipboard than what it has in its primary selection. If you
search for [KHTML clipboard 0xA0], you'll find reports to that effect.

Looking at the code for 3.5.5
(http://websvn.kde.org/tags/KDE/3.5.5/kdelibs/khtml/khtml_ext.cpp), the
bug has been fixed in KHTML, but there is an "extensionProxy" mechanism
that allows applications to override KHTML's behaviour, so I wonder if
KMail uses that and therefore does not get the benefit of the bug fix.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]