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: Re: Mouse drag-and-drop on Windows Date: Mon, 25 Apr 2022 14:59:09 +0200 Message-ID: <867d7djp42.fsf@gnu.org> References: <86levtjqmb.fsf@gnu.org> <87wnfd49bw.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3628"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: emacs-devel To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 25 15:03:24 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 1niyN8-0000hJ-C0 for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Apr 2022 15:03:22 +0200 Original-Received: from localhost ([::1]:33426 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1niyN6-0003ka-Un for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Apr 2022 09:03:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40730) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1niyJZ-0001zo-Bg for emacs-devel@gnu.org; Mon, 25 Apr 2022 08:59:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37138) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1niyJY-0006Er-JQ; Mon, 25 Apr 2022 08:59:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=vsyoMn3ALIAViAZzI9CE798ZiPfQDZ7B0h2dYtv9q4s=; b=REU3+L0C/jhOM4Q1m3Ki SMsoxJ4CQDg0HVW7+/pO0eeqS6K0NMLnTkRv2Moph5D7qGG9H5MIGWEqYPMxAFnRe/4Q0CY5MPwrX uYEkNQBQFvLblmeV5LXtc5MYnvjuimfIC2z1yI2c8Fe6QvD+ixW+rOd1lTfQRHaGFwYvvmtaTUmnf cihj1OrPzAthMft8+WZGaEEK0CFqqhAfECa9JZ8mNtYXzGyul56HyuyFfyB1+eXwaAosKS4XDkA7D 4gSqVSTDhEwIc+Eb3SJalR0JOfcl94lBYtsQBOGZwySq8Ad188iEQjv1xOjccWDcL8SJLMS1QC1Ui L5NaY7YDW8eiag==; Original-Received: from p5b326363.dip0.t-ipconnect.de ([91.50.99.99]:64363 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1niyJW-0003A3-TI; Mon, 25 Apr 2022 08:59:40 -0400 In-Reply-To: <87wnfd49bw.fsf@yahoo.com> (Po Lu's message of "Mon, 25 Apr 2022 20:49:07 +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:288855 Archived-At: Po Lu writes: > It isn't yet implemented on MS Windows (though I hope it will > eventually.) Thanks for your response, looking forward to it. Best, Arash