From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Perry E. Metzger" Newsgroups: gmane.emacs.devel Subject: Re: os x selection stuff broken Date: Fri, 24 Oct 2014 21:08:30 -0400 Message-ID: <20141024210830.01c6a4ca@jabberwock.cb.piermont.com> References: <544AEBC9.4090108@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1414199327 16408 80.91.229.3 (25 Oct 2014 01:08:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2014 01:08:47 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs developers To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 25 03:08:41 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XhpqP-0004A0-K4 for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2014 03:08:37 +0200 Original-Received: from localhost ([::1]:51456 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhpqP-000081-2q for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 21:08:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhpqL-00007l-9b for emacs-devel@gnu.org; Fri, 24 Oct 2014 21:08:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhpqK-0005SO-0S for emacs-devel@gnu.org; Fri, 24 Oct 2014 21:08:33 -0400 Original-Received: from hacklheber.piermont.com ([2001:470:30:84:e276:63ff:fe62:3400]:47852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhpqJ-0005RT-S5 for emacs-devel@gnu.org; Fri, 24 Oct 2014 21:08:31 -0400 Original-Received: from snark.cb.piermont.com (localhost [127.0.0.1]) by hacklheber.piermont.com (Postfix) with ESMTP id 682191438; Fri, 24 Oct 2014 21:08:31 -0400 (EDT) Original-Received: from jabberwock.cb.piermont.com (jabberwock.cb.piermont.com [10.160.2.107]) by snark.cb.piermont.com (Postfix) with ESMTP id 21C112DFD09; Fri, 24 Oct 2014 21:08:31 -0400 (EDT) In-Reply-To: <544AEBC9.4090108@alice.it> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.25; x86_64-apple-darwin14.0.0) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 2001:470:30:84:e276:63ff:fe62:3400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175802 Archived-At: On Sat, 25 Oct 2014 02:16:09 +0200 Angelo Graziosi wrote: > Perry E. Metzger wrote: > > Sometime in the last week or two on head, the code to copy and > > paste to the clipboard (or whatever the global cut/copy/paste > > thing in OS X actually is called) broke badly, or changed in some > > undocumented fashion. (For example, ns-store-selection-internal > > is now unbound.) Has anyone been fiddling with it? > > Maybe it is the same thing described in bug #18816. Se the thread > > http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-10/msg01068.html Yes, but you may not have noticed that yanks are also broken. I believe this changelog entry may be relevant: 2014-10-21 Stefan Monnier * nsselect.m (ns_get_local_selection): Signal error rather than `quit'. (Fns_own_selection_internal): Tighten scoping. (Fns_selection_exists_p): Rename from Fx_selection_exists_p. (Fns_get_selection): Rename from Fx_get_selection_internal. (Fns_get_selection_internal, Fns_store_selection_internal): Remove functions. (syms_of_nsselect): Adjust accordingly. Perry -- Perry E. Metzger perry@piermont.com