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 a1a435b3f6: Respect test function when performing local drag-and-drop Date: Tue, 14 Jun 2022 05:32:39 +0300 Message-ID: <83ilp4t1o8.fsf@gnu.org> References: <83tu8ou0xi.fsf@gnu.org> <87a6agawcs.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15816"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 14 04:34:18 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 1o0wNl-0003oB-9P for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Jun 2022 04:34:17 +0200 Original-Received: from localhost ([::1]:51990 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o0wNj-0003qo-P5 for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Jun 2022 22:34:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0wMP-0002qO-7b for emacs-devel@gnu.org; Mon, 13 Jun 2022 22:32:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54478) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0wMO-0003r1-TY; Mon, 13 Jun 2022 22:32:52 -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=F+jso4z7fiH+Ryzoza8jzqhE1iEqLEQHnYku0dBj158=; b=B2Wq2ImbYfwk yiJ1ggMt+De411doIlUgeI89k+1qmaFGsOml/TRyT4ihK5MMHUZ9UP5j2cos/iczSNx5lW7De7zpp Tj2Y8womIEigeBabO/l9ezV9nqf4bsVBpCkmV/etSJgdj6XAR4zScUliYqboSutwLrsUfeO9VfWxd I1Ew9zcH571RcXk2x69qMrtDMQrQrlEx4MZR0Ov2DXycMlitZPP4tsUmhgTmls4Te9fCNWggylwtU fM6THWLAZnQGbN0hjFWz3ye6W4A7gfOhEiocWcy7BkV+tO6Tyv6SgSXPuB4G+5FyGjILy/zW6dwh4 TgfS6xyz/wIcGtORLWvFPQ==; Original-Received: from [87.69.77.57] (port=2697 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 1o0wMO-00051o-3z; Mon, 13 Jun 2022 22:32:52 -0400 In-Reply-To: <87a6agawcs.fsf@yahoo.com> (message from Po Lu on Tue, 14 Jun 2022 09:04:51 +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:291160 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Tue, 14 Jun 2022 09:04:51 +0800 > > Eli Zaretskii writes: > > > What does it mean "to determine return"? Did you mean "return value"? > > or "what to return"? > > Yes, sorry. > > > This alludes to `x-begin-drag', but it isn't clear how the variable > > itself is related to that function. > > It determines the return value of `x-begin-drag' when the drop happens > on a frame instead of a window belonging to another program. My point was that before the doc string talks about x-begin-drag, it should somehow tell where does this variable come into play with that function.