From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.devel Subject: Re: New Context Menu Date: Fri, 20 Aug 2021 19:15:34 -0400 Message-ID: <87wnof7lnt.fsf@md5i.com> References: <87a6ldzzh3.fsf@mail.linkov.net> <8335r53m9i.fsf@gnu.org> <87zgtciom8.fsf@mail.linkov.net> <83a6lc1hnz.fsf@gnu.org> <20210820122605.bewzngxm3w73yuif@Ergus> <834kbk1eem.fsf@gnu.org> <20210820130304.7dv3umwlvrnngaxw@Ergus> <8335r41bqn.fsf@gnu.org> <20210820173637.efw6y7zl4j7dbgif@Ergus> <83wnogyost.fsf@gnu.org> <20210820181524.gybldpyx6xaqsofy@Ergus> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8635"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 21 01:17:50 2021 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 1mHDlm-0001y0-87 for ged-emacs-devel@m.gmane-mx.org; Sat, 21 Aug 2021 01:17:50 +0200 Original-Received: from localhost ([::1]:54028 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mHDlj-0001DE-TD for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Aug 2021 19:17:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHDje-0007w6-1O for emacs-devel@gnu.org; Fri, 20 Aug 2021 19:15:38 -0400 Original-Received: from md5i.com ([75.151.244.229]:33014) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHDjc-0000Hu-9Y for emacs-devel@gnu.org; Fri, 20 Aug 2021 19:15:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=md5i.com; s=dkim; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=8oWMKBMr6klamSMOHtqqUeflQKfYVJyWgybOrn+4Ovc=; b=QFoNkN7R4bRnAVC3AlLQtpnaQ9 8CRugt51MWqZp/KoImiKElxZsc1FdsXlhlKeUi+c0o+QzPSCEcHU4/pDwoaZ4u9furjkdfa//8fqH iAYjpqO7HsKUohj2ZIZK23Jjh; Original-Received: from abode ([192.168.177.1] helo=miko) by md5i.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mHDja-002EFs-Fi for emacs-devel@gnu.org; Fri, 20 Aug 2021 19:15:34 -0400 In-Reply-To: <20210820181524.gybldpyx6xaqsofy@Ergus> (Ergus's message of "Fri, 20 Aug 2021 20:15:24 +0200") Received-SPF: pass client-ip=75.151.244.229; envelope-from=mwd@md5i.com; helo=md5i.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:272750 Archived-At: Ergus writes: > On Fri, Aug 20, 2021 at 09:05:38PM +0300, Eli Zaretskii wrote: >>> Date: Fri, 20 Aug 2021 19:36:37 +0200 >>> From: Ergus >>> Cc: juri@linkov.net, emacs-devel@gnu.org >>> >>> >> Maybe the problem is that mouse-N events are generated when we release >>> >> the mouse-N key. But no C-mouse-N event is generated when Control is >>> >> hold and mouse-N key released. >>> > >>> >I don't think this is true. >>> > >>> If I do: >>> >>> C-h k and press mouse-1 >> >> With what toolkit? or was this on a TTY frame? > > I just tried on a gui and it has the same behavior. two events on one > case and one on the other. But C- does appear in the lossage report (C-h l). -- Michael Welsh Duggan (md5i@md5i.com)