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: Selection changes in revno 100822 Date: Sat, 14 Aug 2010 14:32:18 +0100 Message-ID: <4C669AE2.5030709@harpegolden.net> References: <834oeyv3ww.fsf@gnu.org> <87mxsqyp98.fsf@stupidchicken.com> <83zkwptyij.fsf@gnu.org> <87tymx38m2.fsf@catnip.gol.com> <83tymxtuzm.fsf@gnu.org> <83pqxltmgr.fsf@gnu.org> <87lj892wzg.fsf@catnip.gol.com> <83mxsptkho.fsf@gnu.org> <871va12uqt.fsf@catnip.gol.com> <83lj89tjdb.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1281792754 31198 80.91.229.12 (14 Aug 2010 13:32:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 14 Aug 2010 13:32:34 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 14 15:32:33 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 1OkGqd-00006j-KK for ged-emacs-devel@m.gmane.org; Sat, 14 Aug 2010 15:32:32 +0200 Original-Received: from localhost ([127.0.0.1]:32885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkGqc-0001Q7-M2 for ged-emacs-devel@m.gmane.org; Sat, 14 Aug 2010 09:32:30 -0400 Original-Received: from [140.186.70.92] (port=44350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkGqW-0001O0-5D for emacs-devel@gnu.org; Sat, 14 Aug 2010 09:32:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkGqV-0005he-5F for emacs-devel@gnu.org; Sat, 14 Aug 2010 09:32:24 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:59792) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkGqT-0005h0-In; Sat, 14 Aug 2010 09:32:21 -0400 Original-Received: from [87.198.55.170] (87-198-55-170.ptr.magnet.ie [87.198.55.170]) (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 734DC683D1; Sat, 14 Aug 2010 14:32:16 +0100 (IST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5 In-Reply-To: <83lj89tjdb.fsf@gnu.org> 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:128686 Archived-At: On 14/08/10 14:27, Eli Zaretskii wrote: >> From: Miles Bader >> Date: Sat, 14 Aug 2010 22:23:38 +0900 >> >> Eli Zaretskii writes: >>>> No, if you select text with "C-@>>> "C-w" to get it in the primary) >>> >>> The last part, about C-w, is with x-select-enable-primary non-nil, >>> right? With the default nil value, IIUC, C-w should _not_ put text >>> into primary, just into the clipboard. That's what I understand from >>> Jan's explanations. >> >> It's with "emacs -Q" > > Then it sounds like I misunderstood Jan, or maybe some other factor > (transient-mark-mode?) is at work here. > That would be Chong Yidong's third way "select-active-regions => lazy" kicking in I think.