[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18614: Fix gui selection on OSX
From: |
Stefan Monnier |
Subject: |
bug#18614: Fix gui selection on OSX |
Date: |
Thu, 02 Oct 2014 20:16:00 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> -(gui-method-define gui-own-selection x #'ns-own-selection-internal)
> -(gui-method-define gui-disown-selection x #'ns-disown-selection-internal)
> -(gui-method-define gui-selection-owner-p x #'ns-selection-owner-p)
> -(gui-method-define gui-get-selection x #'x-get-selection-internal)
> ;FIXME:name!
> +(gui-method-define gui-own-selection ns #'ns-own-selection-internal)
> +(gui-method-define gui-disown-selection ns #'ns-disown-selection-internal)
> +(gui-method-define gui-selection-owner-p ns #'ns-selection-owner-p)
> +(gui-method-define gui-get-selection ns #'x-get-selection-internal)
> ;FIXME:name!
Oops, thanks, installed,
Stefan