From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 99c637499e: Only apply last change to the clipboard Date: Wed, 02 Feb 2022 05:32:50 +0200 Message-ID: <83ilty6izh.fsf@gnu.org> References: <164368163944.24305.8528536193885928245@vcs2.savannah.gnu.org> <20220201021359.C439EC40717@vcs2.savannah.gnu.org> <8735l3cg7b.fsf@yahoo.com> <87y22vb1ft.fsf@yahoo.com> <83y22u7hui.fsf@gnu.org> <87h79iaxu2.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3946"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 02 05:28:59 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nF7GM-0000qs-Pq for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Feb 2022 05:28:58 +0100 Original-Received: from localhost ([::1]:43742 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nF7GL-0006so-7S for ged-emacs-devel@m.gmane-mx.org; Tue, 01 Feb 2022 23:28:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nF6O4-0001YB-Cj for emacs-devel@gnu.org; Tue, 01 Feb 2022 22:32:52 -0500 Original-Received: from [2001:470:142:3::e] (port=52228 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nF6O3-00022T-Ee; Tue, 01 Feb 2022 22:32:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=HbYNxTpzc58X9DTC7BoOV7sG/DURNld+4FhZ01VuV3c=; b=ne3EzzIyvXrI nAzvmFxCqCw40nTxwQgts59TYOSVzkhGJmNYZm4NZnzdKNoW9n+3dkTqSgtgpxBctSm7MAWaHN+4q SLAhUHgS96lAtDLEQMtCiPnSGEZd2lH11JmG6dNNWILAsJjqAHDWnmOwi4LnCqDRTtDcnpqOCV7N4 ZYQ0Y8MwsLnP0lXr7KOtlOD8ZXuTD2BH35fT+XYyEJvmhg+HOLNVxr0duH5LE5ro6EdksKhftq3tW tA9Lq6V/AIjN6rfkrSI4Qer1kQhmVdvR6LRZykS5aqo9a7gl2A6IDzEqKwHVp5iNYhN8F1LEUEdZI JRVJFngp9XzS0ciEYucqLw==; Original-Received: from [87.69.77.57] (port=2246 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nF6O2-000804-V8; Tue, 01 Feb 2022 22:32:51 -0500 In-Reply-To: <87h79iaxu2.fsf@yahoo.com> (message from Po Lu on Wed, 02 Feb 2022 08:58:29 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:285767 Archived-At: > From: Po Lu > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Wed, 02 Feb 2022 08:58:29 +0800 > > Eli Zaretskii writes: > > > The notion of "selection owner" doesn't exist on MS-Windows, so maybe > > I misunderstand what you mean by "works". In any case, if you show > > some recipe to try, I could try it and report back. > > Thanks, you can just try saving some text to the clipboard, and then > running: > > (gui-backend-selection-owner-p 'CLIPBOARD) > > Which should return t. Then cut some text from another application, and > it should return nil. It returns nil here in both cases. This is with today's master.