From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: Char 2208 mixed with char 32 Date: Fri, 21 Dec 2007 15:11:49 +0000 Message-ID: <476BD7B5.7080404@gnu.org> References: <200712192127.35501.andreas.roehler@online.de> <364594D7-0DBA-43E3-B888-FAB62D8FCA54@web.de> <476AE032.6020801@gnu.org> <200712211332.30906.andreas.roehler@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1198250491 21251 80.91.229.12 (21 Dec 2007 15:21:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 15:21:31 +0000 (UTC) Cc: Peter Dyballa , bug-gnu-emacs@gnu.org To: =?ISO-8859-1?Q?Andreas_R=F6hler?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 21 16:21:42 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 1J5jgi-0002Y0-EF for geb-bug-gnu-emacs@m.gmane.org; Fri, 21 Dec 2007 16:21:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5jgO-00063X-F3 for geb-bug-gnu-emacs@m.gmane.org; Fri, 21 Dec 2007 10:21:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5jXg-0003zd-5S for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 10:12:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5jXe-0003xR-PH for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 10:12:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5jXe-0003xC-De for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 10:12:02 -0500 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5jXe-0001EV-Bb for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 10:12:02 -0500 Original-X-Trace: 2761050/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$MX-ACCEPTED/freedom2surf-infrastructure/194.106.33.237 X-SBRS: None X-RemoteIP: 194.106.33.237 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAGFma0fCaiHt/2dsb2JhbACpTQ Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by smtp.f2s.tiscali.co.uk with ESMTP; 21 Dec 2007 15:12:01 +0000 Original-Received: from [192.168.249.28] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 8868B5000F; Fri, 21 Dec 2007 15:12:00 +0000 (GMT) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <200712211332.30906.andreas.roehler@online.de> X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:17211 Archived-At: Andreas Röhler 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?