From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.help Subject: Re: UTF-8 Copy/Paste Date: Wed, 05 Jan 2005 20:01:33 +0100 Organization: Le Petomane Appreciation Society Message-ID: <878y77wvhu.fsf@telia.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1104954292 18082 80.91.229.6 (5 Jan 2005 19:44:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2005 19:44:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 05 20:44:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CmGlG-0001mr-00 for ; Wed, 05 Jan 2005 20:24:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmGwW-0000qn-Qf for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2005 14:35:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!skynet.be!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-X-Trace: individual.net S3c5SO3mfdkvW23ehzKdIQwJ2M0xLDdroW64jr3tgEKzz/5Psl X-Now-Playing: The Clash - If Music Could Talk User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:2QGzzDmIvPcY2JrRfnZjvDnOGlo= Original-Xref: shelby.stanford.edu gnu.emacs.help:127694 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23164 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23164 Robert Uhl writes: > I've got display of UTF-8 encoded files _within_ emacs working just > fine, but when I try to copy/paste between emacs and gnome-terminal, > gedit, gaim &c. I get gobbledygook. Any ideas? Right now I set up > Unicode with this: [...] I have the following in my .emacs. You may wish to experiment with the values. (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))