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: Thu, 03 Feb 2022 09:48:44 +0200 Message-ID: <838rus5r1f.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> <83ilty6izh.fsf@gnu.org> <87sft1an3o.fsf@yahoo.com> <83bkzp77sw.fsf@gnu.org> <87zgn98jhd.fsf@yahoo.com> <834k5h72gv.fsf@gnu.org> <87iltw92ks.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26669"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 03 09:13:07 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 1nFXEo-0006jD-8I for ged-emacs-devel@m.gmane-mx.org; Thu, 03 Feb 2022 09:13:06 +0100 Original-Received: from localhost ([::1]:53116 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFXEX-0007zY-Jr for ged-emacs-devel@m.gmane-mx.org; Thu, 03 Feb 2022 03:12:50 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47672) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFWrC-0007UD-A1 for emacs-devel@gnu.org; Thu, 03 Feb 2022 02:48:42 -0500 Original-Received: from [2001:470:142:3::e] (port=56948 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 1nFWrB-0002oE-Qb; Thu, 03 Feb 2022 02:48:41 -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=736svp0+P90RqMtl2lKOgTeO3JIlPse/tLMOJjFLaIc=; b=FWR95R84VZNv ExqAMsQb7QEy7TvqBWtHJmWVYAbPh2HctWOgBltXKx0U4aTewZaCnmXC5vrvzeJgR+SvEiqEhw/OE d+ZFhXffAOsBhsEB9rx45JfCcwbjkVI9+ILo3EcdAWoNhfMZLVL2GzK1doPCUm5J4ISloD+BvbD6D W7J3K9N76+Q3mlwT375qypf/c4iTKophU09kdwvPm+S9Lcc8xl6SV/4UvNYgtZM97V1q0FKSRzSbT Emxl9GST0CN38DhQgHaO5VFRT+k0UVePv76kBmYXIUJuTffvvmoq6T2zUcn54vAtjmXn9ZpfPz3r6 I0phrGbdCzM95Mks1gRVwg==; Original-Received: from [87.69.77.57] (port=2830 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 1nFWr9-0001nm-UY; Thu, 03 Feb 2022 02:48:41 -0500 In-Reply-To: (message from Stefan Monnier on Wed, 02 Feb 2022 23:01:53 -0500) 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:285834 Archived-At: > From: Stefan Monnier > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Wed, 02 Feb 2022 23:01:53 -0500 > > Po Lu [2022-02-03 09:11:15] wrote: > > Eli Zaretskii writes: > >> But the Windows implementation of gui-selection-value already does > >> that. Did you try it on Windows? > > No, I didn't know that. > >> The Windows build already lives up to that promise. There's no need > >> for any additional code. > > Thanks, then there's nothing to do here. > > FWIW, when I worked on this gui-selection code, I found this part quite > unclear, and hence in need of clarification/simplification. By "this part" do you mean how w32 works, or do you mean the selection-owner stuff in general?