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: Emacs learning curve Date: Sun, 11 Jul 2010 20:08:54 +0100 Message-ID: <4C3A16C6.9000400@harpegolden.net> References: <10954D02-E217-49F3-8824-757DA34074AB@gmail.com> <83zkxzakr0.fsf@gnu.org> <83pqyva8ms.fsf@gnu.org> <87630n6odf.fsf@lola.goethe.zz> <874og670l0.fsf@gmx.de> <87k4p257ho.fsf@mail.jurta.org> <87fwzqyn4j.fsf@catnip.gol.com> <878w5igcto.fsf@stupidchicken.com> <4C3A069D.2000804@harpegolden.net> <4C3A14D8.6070008@swipnet.se> 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 1278875353 20199 80.91.229.12 (11 Jul 2010 19:09:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Jul 2010 19:09:13 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org, Juri Linkov , Sebastian Rose , Tom , Miles Bader To: =?UTF-8?B?SmFuIERqw6Rydg==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 11 21:09:09 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 1OY1ti-0002oB-9C for ged-emacs-devel@m.gmane.org; Sun, 11 Jul 2010 21:09:06 +0200 Original-Received: from localhost ([127.0.0.1]:41174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY1th-0002KW-Lf for ged-emacs-devel@m.gmane.org; Sun, 11 Jul 2010 15:09:05 -0400 Original-Received: from [140.186.70.92] (port=54813 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY1tb-0002J3-Ae for emacs-devel@gnu.org; Sun, 11 Jul 2010 15:09:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OY1ta-0004b7-7k for emacs-devel@gnu.org; Sun, 11 Jul 2010 15:08:59 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:45714) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY1ta-0004as-4B; Sun, 11 Jul 2010 15:08:58 -0400 Original-Received: from [87.198.55.108] (87-198-55-108.ptr.magnet.ie [87.198.55.108]) (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 DA6F4683A6; Sun, 11 Jul 2010 20:08:54 +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: <4C3A14D8.6070008@swipnet.se> 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:127069 Archived-At: On 11/07/10 20:00, Jan Dj=C3=A4rv wrote: > > > David De La Harpe Golden skrev 2010-07-11 19.59: > >> >> If you want emacs cut and paste to act like other recent X11 apps: >> >> (setq mouse-drag-copy-region nil) >> (setq x-select-enable-primary nil > > Wouldn't this make it so selected text isn't in primary anymore? > On its own, yes. select-active-regions then makes it primary, for both mouse and keyboard selected text, but without it affecting the=20 kill ring.