From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Olive Newsgroups: gmane.emacs.help Subject: Re: cut/paste support in X Windows (running Gnome) Date: Tue, 22 Mar 2005 13:26:49 +0100 Organization: X-Privat NNTP Server - http://www.x-privat.org Message-ID: <42400e90_4@x-privat.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111494828 25119 80.91.229.2 (22 Mar 2005 12:33:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2005 12:33:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 22 13:33:48 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDiZi-0003I9-1z for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Mar 2005 13:33:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDir0-0002Vp-0e for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Mar 2005 07:51:26 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-NNTP-Posting-Host: $$5ionjeimjc7n8.x-privat.org Original-Lines: 16 X-Authenticated-User: $$s059zlu66nq1tvzvcvj6lkm_d Original-X-Complaints-To: abuse@x-privat.org Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.moat.net!x-privat.org!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:129538 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:25087 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25087 Sergei Gnezdov wrote: > It is ironic, but cut/paste on X Windows does not work. It works on > Windows XP Emacs GUI out of the box. In fact, the only way I can copy > in X Windows is with mouse copy/paste functionality. > > I am running: > > FreeBSD 5.3 > GNU Emacs 21.3.1 (X toolkit, Xaw3d scrollbars) > > > I had problem due to th efact that emacs didn't use the proper encoding for the keyboard. I have solved this problem by putting this in my .emacs (set-selection-coding-system (quote latin-1))