From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: select-active-regions, Emacs not X Date: Tue, 31 Aug 2010 22:45:55 +0100 Message-ID: <4C7D7813.3040806@harpegolden.net> References: <4C7BA0A2.9030602@easy-emacs.de> <87sk1wdw0y.fsf@stupidchicken.com> <4C7BE2FA.6080003@easy-emacs.de> <87fwxwxau7.fsf@stupidchicken.com> <4C7BFC0A.1060806@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1283291537 13159 80.91.229.12 (31 Aug 2010 21:52:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Aug 2010 21:52:17 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 31 23:52:15 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OqYkP-0000Em-57 for ged-emacs-devel@m.gmane.org; Tue, 31 Aug 2010 23:52:14 +0200 Original-Received: from localhost ([127.0.0.1]:58515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqYg1-000544-AL for ged-emacs-devel@m.gmane.org; Tue, 31 Aug 2010 17:47:33 -0400 Original-Received: from [140.186.70.92] (port=59931 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqYfg-0004wm-M0 for emacs-devel@gnu.org; Tue, 31 Aug 2010 17:47:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqYeV-0005cA-DU for emacs-devel@gnu.org; Tue, 31 Aug 2010 17:46:04 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:38706) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqYeV-0005c2-91 for emacs-devel@gnu.org; Tue, 31 Aug 2010 17:45:59 -0400 Original-Received: from [87.198.55.162] (87-198-55-162.ptr.magnet.ie [87.198.55.162]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTPSA id 21380683B6; Tue, 31 Aug 2010 22:45:52 +0100 (IST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100805 Icedove/3.0.6 In-Reply-To: <4C7BFC0A.1060806@online.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129515 Archived-At: On 30/08/10 19:44, Andreas R=C3=B6hler wrote: > emacs -Q > > with empty buffer, insert > > foo > (kill-new (buffer-substring-no-properties 1 4)) asdf > > eval before "asdf" > push-mark there --thats done in my programm exchange-point-and-mark-- > move cursor down - region gets highlighted > > yank > By which you mean C-y? Or mouse-2 ? They're not equivalent with the=20 recent defaults (quite deliberately). > =3D=3D> asdf I get foo, at least with yank. Are you running KDE by any chance? Its clipboard daemon, 'klipper' has=20 a (non-default) setting that actually synchronises the selection=20 (primary) and clipboard which might cause the symptoms you describe.