From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Roche Newsgroups: gmane.emacs.help Subject: Re: [22.2.1] problems with text copy/paste emacs <-> firefox Date: Fri, 17 Jul 2009 17:48:47 -0400 (EDT) Message-ID: <20090717214847.AC1B314084B3B@cedar.isis.unc.edu> Reply-To: Tom Roche , help-gnu-emacs@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1247867538 506 80.91.229.12 (17 Jul 2009 21:52:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2009 21:52:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 17 23:52:11 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MRvKV-0004g1-4W for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 23:50:59 +0200 Original-Received: from localhost ([127.0.0.1]:39488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRvKU-0002Qn-Uw for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 17:50:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRvKA-0002QX-Md for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 17:50:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRvK5-0002Pd-QJ for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 17:50:38 -0400 Original-Received: from [199.232.76.173] (port=46412 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRvK5-0002PV-Kz for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 17:50:33 -0400 Original-Received: from cedar.isis.unc.edu ([152.2.3.72]:24356) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRvK5-0008Ms-3P for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 17:50:33 -0400 Original-Received: by cedar.isis.unc.edu (Postfix, from userid 155088) id AC1B314084B3B; Fri, 17 Jul 2009 17:48:47 -0400 (EDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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: news.gmane.org gmane.emacs.help:66187 Archived-At: Tom Roche Fri, 17 Jul 2009 13:34:37 -0400 >> Emacs can't paste to firefox--much less often firefox can't paste >> to emacs--on fresh install of xubuntu 9.04, emacs 22.2.1, firefox >> 3.5. Thierry Volpiatto Fri, 17 Jul 2009 20:45:03 +0200 > ,----[ Add this to .emacs ] > | (setq x-select-enable-clipboard t) > | (setq interprogram-paste-function 'x-cut-buffer-or-selection-value) > `---- Thanks! that fixes.