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: "Session ends"? Date: Wed, 16 Mar 2022 14:47:27 +0200 Message-ID: <831qz2hxnk.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39499"; 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:02:51 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 1nUTIh-000A7x-4L for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Mar 2022 14:02:51 +0100 Original-Received: from localhost ([::1]:51972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nUTIf-0002cq-Lq for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Mar 2022 09:02:49 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:59924) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUT42-0001ZN-OS for emacs-devel@gnu.org; Wed, 16 Mar 2022 08:47:44 -0400 Original-Received: from [2001:470:142:3::e] (port=59252 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 1nUT40-0005Bp-PK; Wed, 16 Mar 2022 08:47:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=4HSqE1Kkk2+lGrHFsYlA+tVFihs+V7bKVPytR0+uzig=; b=BuEBV4/D2mlxBD YsxqfXJkuAYk66tujoljhb4PT0JMlLm3EGLej5yG9ioGeGtl+5nkXmH6Cr9vAQO9J/WzxF4MhMKKL 1p9hhWiIyMoavbDHHNsoQJCdQtdyu/6EIiBfxaRDCi0QLhitI08O2eANauXvn6aL9YmlFp2W6DmW5 1YuznIlBXhPkZGzy9RRb8CMfdtAxIwDftx31+m5ZtX0BJKDcMkVtDX10jqO1zHHGHaOA5E4O+xxsW YxzJfJzJhIqyf6pswlCbZ6oCBOEiarGLtdeBNfrSZ19jdvNGaW9CT2VEoCL/rUKyhojxvwCRb/kwg 8GJ+IRAnOvJzqlSAjlsA==; Original-Received: from [87.69.77.57] (port=1423 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 1nUT3t-00010p-Re; Wed, 16 Mar 2022 08:47:34 -0400 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:287222 Archived-At: > diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi > index bae8eb3..38897d6 100644 > --- a/doc/lispref/frames.texi > +++ b/doc/lispref/frames.texi > @@ -4038,6 +4038,35 @@ Drag and Drop > still no match has been found, the text for the URL is inserted. If > you want to alter Emacs behavior, you can customize these variables. > > +@cindex initiating drag-and-drop > + On some window systems, Emacs also supports dragging contents from > +itself to other frames. > + > +@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?