all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* os x selection stuff broken
@ 2014-10-24 21:42 Perry E. Metzger
  0 siblings, 0 replies; 6+ messages in thread
From: Perry E. Metzger @ 2014-10-24 21:42 UTC (permalink / raw)
  To: emacs-devel

Howdy;

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?

Perry
-- 
Perry E. Metzger		perry@piermont.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: os x selection stuff broken
@ 2014-10-25  0:16 Angelo Graziosi
  2014-10-25  1:08 ` Perry E. Metzger
  2014-10-25  1:09 ` Perry E. Metzger
  0 siblings, 2 replies; 6+ messages in thread
From: Angelo Graziosi @ 2014-10-25  0:16 UTC (permalink / raw)
  To: emacs developers

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


Ciao,
  Angelo.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: os x selection stuff broken
  2014-10-25  0:16 os x selection stuff broken Angelo Graziosi
@ 2014-10-25  1:08 ` Perry E. Metzger
  2014-10-25  1:09 ` Perry E. Metzger
  1 sibling, 0 replies; 6+ messages in thread
From: Perry E. Metzger @ 2014-10-25  1:08 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: monnier, emacs developers

On Sat, 25 Oct 2014 02:16:09 +0200 Angelo Graziosi
<angelo.graziosi@alice.it> 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  <monnier@iro.umontreal.ca>

        * 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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: os x selection stuff broken
  2014-10-25  0:16 os x selection stuff broken Angelo Graziosi
  2014-10-25  1:08 ` Perry E. Metzger
@ 2014-10-25  1:09 ` Perry E. Metzger
  2014-10-25  8:23   ` Angelo Graziosi
  1 sibling, 1 reply; 6+ messages in thread
From: Perry E. Metzger @ 2014-10-25  1:09 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: emacs developers

On Sat, 25 Oct 2014 02:16:09 +0200 Angelo Graziosi
<angelo.graziosi@alice.it> wrote:
> 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

Ah, and it might now be fixed. I'll rebuild.

-- 
Perry E. Metzger		perry@piermont.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: os x selection stuff broken
  2014-10-25  1:09 ` Perry E. Metzger
@ 2014-10-25  8:23   ` Angelo Graziosi
  2014-10-25 13:58     ` Perry E. Metzger
  0 siblings, 1 reply; 6+ messages in thread
From: Angelo Graziosi @ 2014-10-25  8:23 UTC (permalink / raw)
  To: Perry E. Metzger; +Cc: emacs developers



Il 25/10/2014 03:09, Perry E. Metzger ha scritto:
> On Sat, 25 Oct 2014 02:16:09 +0200 Angelo Graziosi
> <angelo.graziosi@alice.it> wrote:
>> Maybe it is the same thing described in bug #18816. Se the thread

No, read all the thread:

    http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-10/msg01103.html

CMD-c and CMD-v work only inside Emacs, but not with external 
applications (if one wants to copy text from Emacs to the Terminal or 
the contrary)

>>
>>     http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-10/msg01068.html
>
> Ah, and it might now be fixed. I'll rebuild.
>

Do you concord?



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: os x selection stuff broken
  2014-10-25  8:23   ` Angelo Graziosi
@ 2014-10-25 13:58     ` Perry E. Metzger
  0 siblings, 0 replies; 6+ messages in thread
From: Perry E. Metzger @ 2014-10-25 13:58 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: emacs developers


On Sat, 25 Oct 2014 10:23:33 +0200 Angelo Graziosi
<angelo.graziosi@alice.it> wrote:
> No, read all the thread:
> 
>     http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-10/msg01103.html
> 
> CMD-c and CMD-v work only inside Emacs, but not with external 
> applications (if one wants to copy text from Emacs to the Terminal
> or the contrary)

As of last night, it was still broken, but I see there have been
commits overnight to nsselect.m

Perry
-- 
Perry E. Metzger		perry@piermont.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-25 13:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-25  0:16 os x selection stuff broken Angelo Graziosi
2014-10-25  1:08 ` Perry E. Metzger
2014-10-25  1:09 ` Perry E. Metzger
2014-10-25  8:23   ` Angelo Graziosi
2014-10-25 13:58     ` Perry E. Metzger
  -- strict thread matches above, loose matches on Subject: below --
2014-10-24 21:42 Perry E. Metzger

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.