From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Selected text -> system clipboard on NS? Date: Mon, 6 Dec 2010 15:09:30 +0200 Message-ID: <7C97831E-160D-4FC3-A437-B54B8982FFD9@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291640996 23175 80.91.229.12 (6 Dec 2010 13:09:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2010 13:09:56 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 06 14:09:52 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 1PPapD-0007kU-V2 for ged-emacs-devel@m.gmane.org; Mon, 06 Dec 2010 14:09:52 +0100 Original-Received: from localhost ([127.0.0.1]:35823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPapD-0005wu-Ay for ged-emacs-devel@m.gmane.org; Mon, 06 Dec 2010 08:09:51 -0500 Original-Received: from [140.186.70.92] (port=51717 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPaoz-0005uI-0E for emacs-devel@gnu.org; Mon, 06 Dec 2010 08:09:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPaov-00043v-SF for emacs-devel@gnu.org; Mon, 06 Dec 2010 08:09:36 -0500 Original-Received: from mail-ew0-f43.google.com ([209.85.215.43]:57457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPaov-00043h-Nh for emacs-devel@gnu.org; Mon, 06 Dec 2010 08:09:33 -0500 Original-Received: by ewy22 with SMTP id 22so8144351ewy.30 for ; Mon, 06 Dec 2010 05:09:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=a+ha8iyUPGfNyB9D4gxLrWuW/WvoAexebp8z07VifX4=; b=P0NPMvzpAAa9SdR0h58wZbWcUJZNK2Z+yx1dg3qNqz20SflwHqgxSK+NMWr9vW3Jkd +1J3x+Qj9OKboEEuJaCFBsqfwGrzykaUJ7VItREVZx/y/OhqR2Z1BxkulfL4sRZqU/lI v+UkwP1Xw0/e/+tzU5y8okFRCHtrDTk2vqdDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=M4lYWxsu7pL/mLmKwPgEfoAatj6S0CGde4dymojdWGX03htkvMAe6RzSr9Px/ipTgN xi8KgTkk4xkcnrzzx0CAn/8IZ56zPCqDTyBhLjD9+sxVAZzoPgxNeIXtH90TbMrGbOx4 a4IhsN6jyMLQzFJQol+QyqXWZ43XTRqUWSDvM= Original-Received: by 10.213.14.145 with SMTP id g17mr5408674eba.77.1291640971981; Mon, 06 Dec 2010 05:09:31 -0800 (PST) Original-Received: from [10.0.1.2] (dsl-hkibrasgw2-fe25de00-221.dhcp.inet.fi [80.222.37.221]) by mx.google.com with ESMTPS id w20sm4710805eeh.6.2010.12.06.05.09.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Dec 2010 05:09:31 -0800 (PST) X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:133451 Archived-At: Hi, I know there were some selection changes a while back on the trunk and one effect on the NS port is that selecting text no longer affects the system clipboard selection. You have to actually copy (M-w, Cmd-c) it = now. I was wondering if there was any setting to get the old behavior back? =46rom a customize-apropos it looked like Select Active Regions or Pc Selection Mode might have something to do with it, but I couldn't get them to work. Nor do I really want to activate transient-mark-mode which they seem to require. Just wondering if this is something by design, a bug in the NS port, or I'm just missing the correct way to do it? thanks, Adrian