From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Paste from klipper to emacs, problems with coding Date: 14 Jan 2004 15:29:42 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <4005243E.1050501@pik-potsdam.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 X-Trace: sea.gmane.org 1074095525 21283 80.91.224.253 (14 Jan 2004 15:52:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2004 15:52:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 14 16:51:59 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AgnJG-0006LM-00 for ; Wed, 14 Jan 2004 16:51:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AgnBO-0006L6-Ny for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jan 2004 10:43:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AglLL-00046l-Bf for help-gnu-emacs@gnu.org; Wed, 14 Jan 2004 08:45:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Agl3x-0001GU-5L for help-gnu-emacs@gnu.org; Wed, 14 Jan 2004 08:28:32 -0500 Original-Received: from [207.232.27.5] (helo=WST0035) by monty-python.gnu.org with asmtp (Exim 4.24) id 1Agl3w-0001FL-3g for help-gnu-emacs@gnu.org; Wed, 14 Jan 2004 08:28:00 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: <4005243E.1050501@pik-potsdam.de> (message from Henning Rust on Wed, 14 Jan 2004 12:13:02 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16033 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16033 > Date: Wed, 14 Jan 2004 12:13:02 +0100 > From: Henning Rust > > Trying to paste text with spacial characters like > > "ÄÖÜ" > > from Klipper into Emacs results in: > > "^[%/1\200\216iso8859-15^BÄÖÜ" > > I set the mule language environment to "german". > Interestingly enough, it works the other way round, pasting text copied > from emacs to other applicatios. > Does anyone know how to handle this? This encoding is called ``extended segments''. Upgrade to Emacs 21.3, which has an optional support for it (etc/NEWS explains how to set that up). Btw, Klipper is generally bad: there are entries about that in etc/PROBLEMS. So perhaps you shouldn't use it at all...