From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bcjrstan@gmail.com Newsgroups: gmane.emacs.help Subject: copy-paste problem Date: Tue, 26 Jun 2007 06:14:34 -0000 Organization: http://groups.google.com Message-ID: <1182838474.287350.189820@m37g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1182876134 22364 80.91.229.12 (26 Jun 2007 16:42:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Jun 2007 16:42:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 26 18:42:12 2007 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 1I3E7H-0003y0-2o for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jun 2007 18:42:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3E7G-0008VN-Fy for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jun 2007 12:42:10 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m37g2000prh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 58.213.148.162 Original-X-Trace: posting.google.com 1182838474 9541 127.0.0.1 (26 Jun 2007 06:14:34 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 26 Jun 2007 06:14:34 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m37g2000prh.googlegroups.com; posting-host=58.213.148.162; posting-account=5FyxnA0AAADYJgE7sSC6svdn-UKS0YiH Original-Xref: shelby.stanford.edu gnu.emacs.help:149700 X-Mailman-Approved-At: Tue, 26 Jun 2007 12:41:57 -0400 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:45294 Archived-At: hi, I use Emacs 22.0.99 ,have problem in copy-paste from/to emacs. my .emacs part concerning x11-copy-paste part (setq x-select-enable-clipboard t) (setq interprogram-paste-function 'x-cut-buffer-or-selection-value) Select a text in X11 application whatever and copy it to the clipboard, then copy it in Emacs window, using the middle mouse button or Ctrl-y, it's ok. *but* I can do it *only* untill I cut a text in Emacs window (mouse or keyboard), after that, in *no* way I can copy and paste a text from another window: it is always the last selected text in Emacs which can copied.... That's very strange, it is as if there were two clipboards, one I can use *out* of Emacs, and one in Emacs, but I cannot go from an application to Emacs.... and how to solve this ? Thank you!!