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: "Session ends"? Date: Wed, 16 Mar 2022 15:41:10 +0200 Message-ID: <83y21aggll.fsf@gnu.org> References: <831qz2hxnk.fsf@gnu.org> <874k3yqb7i.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35920"; 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 Wed Mar 16 14:48:00 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 1nUU0N-0009DG-KN for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Mar 2022 14:47:59 +0100 Original-Received: from localhost ([::1]:46386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nUU0M-0001ZZ-CG for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Mar 2022 09:47:58 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:44976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUTtu-00062C-Qu for emacs-devel@gnu.org; Wed, 16 Mar 2022 09:41:19 -0400 Original-Received: from [2001:470:142:3::e] (port=60136 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUTtu-0006x0-I4; Wed, 16 Mar 2022 09:41:18 -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=+rjVYNyK/N2B924pEqxZtXw7CusjLnGPXqk7gMx5XjE=; b=U45WPp7OmOx/ EgU0j73VgOGyBhpG3VhmEiuPXEYlzJQusEUDhLJ8celr3b05hm7iP3FMKjJNyGgs06wTnmxKLzJ69 zheHuJ046xtveAPS7/0E6HonQ3FEqYOm3xI3pKllOkIIyLQAAspZwtRSTA3Un3L8NtTYzLWULw4gq coA+DCqlNcxs+Yds0yeDpY7OPq7e9A0atP61LTe5XLS/XHL+e6dk2zGVNY0Me+zE1QvTj16TTmeuz 29qPhgrSqr0lgUAkjTkVyJ0p0ktFFBarb/1Mbqka366ShAYaGEboj6ZpdjesmbGMQR8peJfUelxha KogQlllkNh196/dZcsgDEQ==; Original-Received: from [87.69.77.57] (port=4938 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 1nUTtu-0000f6-02; Wed, 16 Mar 2022 09:41:18 -0400 In-Reply-To: <874k3yqb7i.fsf@yahoo.com> (message from Po Lu on Wed, 16 Mar 2022 21:27:29 +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:287224 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Wed, 16 Mar 2022 21:27:29 +0800 > > >> +@defun x-begin-drag targets action &optional frame > >> +This function begins a drag from @var{frame}, and returns when the > >> +session ends, either because the drop was successful, or because the > > ^^^^^^^^^^^^ > > > > "When the session ends"? You mean, this function will not return > > until I kill Emacs? Or what "session" is alluded to here? > > It's supposed to explain what a "drag session" is: something that starts > when a drag starts, and ends when when the drop is successful or when it > was rejected by the drop target. > > Is there any way to word that better? How about "when the drag-and-drop operation ends"?