From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#9563: dired-copy-filename-as-kill doesn't copy file names to PRIMARY selection Date: Sun, 15 Jul 2012 11:37:06 +0300 Organization: JURTA Message-ID: <878vel1l4k.fsf@mail.jurta.org> References: <87y5xj89kv.fsf@mail.jurta.org> <87liin2jsl.fsf@gnu.org> <87a9z28zas.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342341681 17036 80.91.229.3 (15 Jul 2012 08:41:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 15 Jul 2012 08:41:21 +0000 (UTC) Cc: 9563@debbugs.gnu.org To: Chong Yidong Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 15 10:41:20 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SqKOF-0003FS-VZ for geb-bug-gnu-emacs@m.gmane.org; Sun, 15 Jul 2012 10:41:20 +0200 Original-Received: from localhost ([::1]:37050 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqKOF-0008G2-7X for geb-bug-gnu-emacs@m.gmane.org; Sun, 15 Jul 2012 04:41:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqKOC-0008Fs-HH for bug-gnu-emacs@gnu.org; Sun, 15 Jul 2012 04:41:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SqKOB-0007Aq-Dz for bug-gnu-emacs@gnu.org; Sun, 15 Jul 2012 04:41:16 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqKOB-0007Ai-Az for bug-gnu-emacs@gnu.org; Sun, 15 Jul 2012 04:41:15 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SqKTm-0003kt-T5 for bug-gnu-emacs@gnu.org; Sun, 15 Jul 2012 04:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 15 Jul 2012 08:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9563 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9563-submit@debbugs.gnu.org id=B9563.134234199414392 (code B ref 9563); Sun, 15 Jul 2012 08:47:02 +0000 Original-Received: (at 9563) by debbugs.gnu.org; 15 Jul 2012 08:46:34 +0000 Original-Received: from localhost ([127.0.0.1]:41689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SqKTJ-0003k4-Or for submit@debbugs.gnu.org; Sun, 15 Jul 2012 04:46:34 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:40081 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SqKTG-0003js-JE for 9563@debbugs.gnu.org; Sun, 15 Jul 2012 04:46:31 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id B486B451CB1F; Sun, 15 Jul 2012 01:40:41 -0700 (PDT) In-Reply-To: <87a9z28zas.fsf@mail.jurta.org> (Juri Linkov's message of "Sat, 14 Jul 2012 12:37:10 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:61951 Archived-At: > Perhaps changing the default value of `x-select-enable-primary' to t > (and keeping `x-select-enable-clipboard' t by default) > will help to avoid these problems. Oh no, I tried to enable both `x-select-enable-primary' and `x-select-enable-clipboard', and this breaks copy operations that become unusable. For instance, I select a region and type C-y to replace it with the text from the clipboard, but it inserts the same region back, instead of inserting text from the clipboard. Maybe this is a bug?