From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Mouse drag-and-drop on Windows Date: Mon, 25 Apr 2022 14:26:36 +0200 Message-ID: <86levtjqmb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26356"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 25 14:44:21 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 1niy4j-0006jG-91 for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Apr 2022 14:44:21 +0200 Original-Received: from localhost ([::1]:35686 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1niy4i-0001LR-3n for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Apr 2022 08:44:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36364) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nixyY-0003q5-R6 for emacs-devel@gnu.org; Mon, 25 Apr 2022 08:37:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36588) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nixyY-0001zX-Dd for emacs-devel@gnu.org; Mon, 25 Apr 2022 08:37:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=MXlGdNN4Yk2fQ06y4Hu74DsZYPy7X7fdD/2DWPrmFcQ=; b=sMQ/x9nECZl958 dtiPQS1UTNQeFqs9YIKAWWOJeXe+lna9C0BQfiVkm/iq45yZTOf9yIRbG1sl1YKhXSrTmSvkv2byr n5RIaVvJ2Ww3dC5qnezdF/6BBbMFgSmO0Tpjp+7riMpqn0asYqZe/BoDxAjOOTO8AAP+and6MNuzm 1A/HwhDWGXszI1GhMqjmun+FPPuXEXiKE+xiPPkjKu2HZoRSyJxO+K933y69b8rcmXZnONHrl+zCX 00jgvAyugzHntKZn2IcD8V5iGLeslyg+u9FoZ/Olvapn1sU/QqYb7JieBRxR9NaFiyQWXS74pSEUi x3EAoZCGLw+4RPolJ/UA==; Original-Received: from p5b326363.dip0.t-ipconnect.de ([91.50.99.99]:64207 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nixyX-0003no-W2 for emacs-devel@gnu.org; Mon, 25 Apr 2022 08:37:58 -0400 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:288852 Archived-At: Hi all, Emacs 29 has a new option `mouse-drag-and-drop-region-cross-program' which allows dragging text in the region from Emacs to another program if non-nil. Is this supposed to work on Windows as well? NEWS says nothing about this being available only on certain platforms. I can't grab the text in region with the mouse pointer. Am I missing something? This is Emacs 91175a1fae on Win10. Best, Arash