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 19:32:36 +0200 Message-ID: <867d7df4qz.fsf@gnu.org> References: <86levtjqmb.fsf@gnu.org> <83tuahmiqv.fsf@gnu.org> <86bkwpjp62.fsf@gnu.org> <83r15lmh2j.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="9269"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 25 19:33:53 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 1nj2au-0002HU-Tx for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Apr 2022 19:33:53 +0200 Original-Received: from localhost ([::1]:59574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nj2at-00028p-Qj for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Apr 2022 13:33:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nj2Zs-0001Dx-Q4 for emacs-devel@gnu.org; Mon, 25 Apr 2022 13:32:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43606) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nj2Zs-0001zV-HX for emacs-devel@gnu.org; Mon, 25 Apr 2022 13:32:48 -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=qL9WRf6vtdVtvJvXOoTsGuGYmTM/ixpaQPdm3uoDF8A=; b=UQCF2HnHq8dZ2EWEBYju LbbBRF/RdaXjKIFDNVpgDsn8C6t9xFFfT6mkaYayLxvK9LgdBJbQtPOYOGpbssV58Py2wPlEfQ1wP 4CmwH1bp2g6gSQhZgc5ZGVElaaosBB3vROPncVwc5RuKsJoVDCBWkiqTT02S0uE0LEU1w0M8zSXlZ cRqXAEQOtg9kqBwektpWHjfXtf32n05FLrgcb/e1MJAC1VMBMY5fHL+5qwVufx6WIsQuYEcScuWW5 NbQ3RXrD4RUg8Dv+DHiagLX3lkupuoHwrZoyzsTZs2JnLgxZ4QMah6qeHrPlaHUA/nbFQGtXHK+Or t5qVO+0/9vHgbg==; Original-Received: from p5b326363.dip0.t-ipconnect.de ([91.50.99.99]:51539 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nj2Zr-000245-85; Mon, 25 Apr 2022 13:32:48 -0400 In-Reply-To: <83r15lmh2j.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 25 Apr 2022 16:24:36 +0300") 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:288869 Archived-At: Eli Zaretskii writes: > We only support dragging file names into Emacs (which should cause > Emacs to visit that file). Sorry I didn't mention that before. Thanks for the clarification. Best, Arash