From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kifer@cs.sunysb.edu (Michael Kifer) Newsgroups: gmane.emacs.devel Subject: PRIMARY selection doesn't work Date: Thu, 11 Apr 2002 23:17:53 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200204120317.XAA22465@sbcs.cs.sunysb.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018581853 12310 127.0.0.1 (12 Apr 2002 03:24:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 12 Apr 2002 03:24:13 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16vrfY-0003CR-00 for ; Fri, 12 Apr 2002 05:24:12 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16vrvd-00035O-00 for ; Fri, 12 Apr 2002 05:40:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16vrfR-0001cw-00; Thu, 11 Apr 2002 23:24:05 -0400 Original-Received: from sbcs.cs.sunysb.edu ([130.245.1.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16vrdE-0001Y7-00 for ; Thu, 11 Apr 2002 23:21:48 -0400 Original-Received: from sbkifer (sbkifer [130.245.1.35]) by sbcs.cs.sunysb.edu (8.9.3/8.9.3) with SMTP id XAA22465 for ; Thu, 11 Apr 2002 23:17:51 -0400 (EDT) Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2564 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2564 As of about 2 weeks ago when I updated emacs from CVS, (x-get-selection-internal 'PRIMARY 'STRING) stopped working. To reproduce, just start emacs -q and select something. Then try to paste in an xterm window. This is all happening under Gnome 1.0 in Redhat 6.1. putting stuff on the CLIPBOARD does work: (x-get-selection-internal 'CLIPBOARD 'STRING) mk