From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PT Newsgroups: gmane.emacs.help Subject: Re: Adding clipboard content to the kill ring automatically (Windows) Date: Mon, 14 Sep 2009 06:05:43 +0000 (UTC) Message-ID: References: <20090913.230152.267048825.jeff@chaosphere.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252908432 22035 80.91.229.12 (14 Sep 2009 06:07:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2009 06:07:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 14 08:07:06 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 1Mn4iO-0007fu-4g for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Sep 2009 08:07:04 +0200 Original-Received: from localhost ([127.0.0.1]:44051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mn4iN-00024n-EH for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Sep 2009 02:07:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mn4hb-00021O-9z for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 02:06:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mn4hW-0001yP-40 for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 02:06:14 -0400 Original-Received: from [199.232.76.173] (port=44481 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mn4hV-0001xz-9g for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 02:06:09 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:59950) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mn4hU-0004TS-Oz for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 02:06:08 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mn4hS-0007Y3-2b for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 08:06:06 +0200 Original-Received: from apn-89-223-173-157.vodafone.hu ([89.223.173.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2009 08:06:06 +0200 Original-Received: from spamfilteraccount by apn-89-223-173-157.vodafone.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2009 08:06:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 89.223.173.157 (Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.00) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:68125 Archived-At: PT gmail.com> writes: > > that's why it should be put on > the clipboard automatically in this case. I mean clipboard content should be added to the kill-ring in this case. Maybe x-select-enable-clipboard could have a 'preserve-clipboard-when-kill setting and kill commands would check this setting and act on it if it is set.