From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-1?q?R=F6hler?= Newsgroups: gmane.emacs.bugs Subject: Re: Char 2208 mixed with char 32 Date: Fri, 21 Dec 2007 22:21:44 +0100 Message-ID: <200712212221.45075.andreas.roehler@online.de> References: <200712192127.35501.andreas.roehler@online.de> <200712211332.30906.andreas.roehler@online.de> <476BD7B5.7080404@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1198272045 30617 80.91.229.12 (21 Dec 2007 21:20:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 21:20:45 +0000 (UTC) Cc: Peter Dyballa To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 21 22:20:58 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J5pId-0004qj-Kx for geb-bug-gnu-emacs@m.gmane.org; Fri, 21 Dec 2007 22:20:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5pIJ-0001Dd-Jd for geb-bug-gnu-emacs@m.gmane.org; Fri, 21 Dec 2007 16:20:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5pIE-0001Bh-FU for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 16:20:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5pIC-00018f-Br for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 16:20:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5pIC-00018O-2b for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 16:20:28 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5pI7-0005kn-0f; Fri, 21 Dec 2007 16:20:23 -0500 Original-Received: from noname (p54BE8E21.dip0.t-ipconnect.de [84.190.142.33]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1J5pI52NLP-0006t4; Fri, 21 Dec 2007 22:20:21 +0100 User-Agent: KMail/1.9.5 In-Reply-To: <476BD7B5.7080404@gnu.org> Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX1/hQ92vhCkEb9cAFxnI4xxAzpuTA+scDmjafbI I+lNCMSGOCscjRwR6RRlPI6UW17ckTxHNEpblUdazkiwEiWIHd 5MScUGkz4NaiwanpBlSGg== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17217 Archived-At: Am Freitag, 21. Dezember 2007 16:11 schrieb Jason Rumney: > Andreas R=F6hler wrote: > > Thanks all. > > > > AFAIS error occurs if > > > > '(x-select-enable-clipboard t) > > > > in custom-file is evaluated. > > What appears to be happening is that KMail is using KHTML to render > message content (regardless of content-type). To get indenting to work > within KHTML, plain text needs to have some spaces translated to > non-break spaces. A web search shows bug reports for KHTML in 2003 about > this problem - specifically that non-breaking space is translated to > space for the primary selection but not the clipboard, but it was > apparently fixed back then. What version of KMail and KHTML/KDE > (whichever you can get version numbers for) are you using? =A0 =A0=A0 =A0 It's gone after I deleted entry of=20 `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. =46rom this I wouldn't conclude KDE the reason... Andreas R=F6hler