From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "plaut" Newsgroups: gmane.emacs.help Subject: clipboard cut/paste problem Date: 1 May 2005 17:59:43 -0700 Organization: http://groups.google.com Message-ID: <1114995583.410098.124540@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1115045666 22937 80.91.229.2 (2 May 2005 14:54:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 May 2005 14:54:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 02 16:54:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DScIP-00012B-DH for geh-help-gnu-emacs@m.gmane.org; Mon, 02 May 2005 16:53:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DScPK-000744-Hg for geh-help-gnu-emacs@m.gmane.org; Mon, 02 May 2005 11:00:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 141.151.169.210 Original-X-Trace: posting.google.com 1114995587 16175 127.0.0.1 (2 May 2005 00:59:47 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 2 May 2005 00:59:47 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=141.151.169.210; posting-account=e-KAFgsAAADmdB13U7b7g4YT-OhuyDDP Original-Xref: shelby.stanford.edu gnu.emacs.help:130593 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 Xref: news.gmane.org gmane.emacs.help:26165 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26165 I'm having a problem getting emacs (21.4.1 under Linux) to import text from other applications via cut/paste. I have the following in my .emacs: (setq-default x-select-enable-clipboard t) (setq interprogram-paste-function 'x-cut-buffer-or-selection-value) Pasting (e.g., with yank) from other programs via the clipboard works fine *until* I cut something to the clipboard from within emacs (e.g., with kill-line). From then on, emacs only pastes from its own cut buffer, not from the clipboard. Any suggestions?