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: emacs doesn't use the X clipboard Date: 13 Jan 2004 19:19:44 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20040111002614.GM6119@luna.mooo.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1074023475 11470 80.91.224.253 (13 Jan 2004 19:51:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2004 19:51:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 13 20:51:11 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 1AgUZC-0006zo-00 for ; Tue, 13 Jan 2004 20:51:11 +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 1AgSCE-0002a0-Rc for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2004 12:19:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AgSBX-0002Zb-1S for help-gnu-emacs@gnu.org; Tue, 13 Jan 2004 12:18:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AgSAz-0002O3-Rk for help-gnu-emacs@gnu.org; Tue, 13 Jan 2004 12:18:33 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AgSAy-0002Ma-LZ for help-gnu-emacs@gnu.org; Tue, 13 Jan 2004 12:18:00 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from LEE Sau Dan on 13 Jan 2004 13:28:32 +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:16000 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16000 > From: LEE Sau Dan > Newsgroups: gnu.emacs.help > Date: 13 Jan 2004 13:28:32 +0100 > > I'm not sure if this is platform or X-server dependent. How else can we explain the fact that I personally never saw this? It could be application-specific, though (I mean the other apps, those with which you are trying to exchange the text). > Eli> The only issue that comes to mind is that of non-ASCII > Eli> characters in the X selection: perhaps some of the other > Eli> applications encode selected text in a way that Emacs doesn't > Eli> understand/support, or use some X selection type that Emacs > Eli> didn't support (or still doesn't; you didn't say which > Eli> version you are using). > > Isn't the "ctext" sort of standard in X11R6? No. Newer versions of X and/or some applications use UTF-8 etc. In addition, the type of the selection is a parameter: some applications use UTF_STRING and other types, which Emacs didn't support until very recently.