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: Mouse drag-and-drop on Windows Date: Mon, 25 Apr 2022 15:48:24 +0300 Message-ID: <83tuahmiqv.fsf@gnu.org> References: <86levtjqmb.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22760"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 25 14:51:23 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 1niyBV-0005kH-LN for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Apr 2022 14:51:21 +0200 Original-Received: from localhost ([::1]:50898 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1niyBU-00040r-9t for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Apr 2022 08:51:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1niy8v-0001Mc-JC for emacs-devel@gnu.org; Mon, 25 Apr 2022 08:48:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1niy8v-0004Qr-93 for emacs-devel@gnu.org; Mon, 25 Apr 2022 08:48:41 -0400 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=Ua81tn0Ql74Ah4n/oJ5y0kkXISOywOK7Q73gQ5v3d8A=; b=Cdc2PNcG48gs llIuSfWuJFIc04Z7Wk/eH1CyKvaZe47SQLJVeEs9fJLwVvHef2eMOJLxCQTCX+KKBSWOKgJ0YLbMw D8uyqks0G31iBOfGKduhkVaQEuJwUYab+b4j3uhILUuGUBaUBKtPDvk7extIlZhcxrdu1uPk3Q5T3 S/ANBDIR0W4lqPUuk6kzq1ZSlO4ZZiQoZkVZqfil3o1iDCVOJC+XkXn+DIiEC1MFV4RZ3kyFlkXcW 9b44enHr9/4Uk0TV8uCTEILrpEJM8JE9Ox1q65DUVUCu35vnJqha7FnfWk0IQ+AoLazvONGv3AkH/ GmpOoSuLSpuf9mJxhtauJQ==; Original-Received: from [87.69.77.57] (port=3248 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 1niy8t-0004pY-4h; Mon, 25 Apr 2022 08:48:40 -0400 In-Reply-To: <86levtjqmb.fsf@gnu.org> (message from Arash Esbati on Mon, 25 Apr 2022 14:26:36 +0200) 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:288853 Archived-At: > From: Arash Esbati > Date: Mon, 25 Apr 2022 14:26:36 +0200 > > 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? Emacs on MS-Windows supports only drag-and-drop FROM other applications TO Emacs.