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.bugs Subject: bug#6372: 24.0.50; C-mouse-1 activates region Date: Tue, 18 Aug 2020 15:11:03 +0300 Message-ID: <83k0xwf92g.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7606"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 6372@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 18 14:12:09 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1k80TJ-0001qk-3a for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Aug 2020 14:12:09 +0200 Original-Received: from localhost ([::1]:55574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k80TI-0002FK-6K for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Aug 2020 08:12:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k80TC-0002FC-Fv for bug-gnu-emacs@gnu.org; Tue, 18 Aug 2020 08:12:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51117) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k80TC-0000T3-7I for bug-gnu-emacs@gnu.org; Tue, 18 Aug 2020 08:12:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k80TC-0006Y1-3F for bug-gnu-emacs@gnu.org; Tue, 18 Aug 2020 08:12:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 18 Aug 2020 12:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6372 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: help confirmed Original-Received: via spool by 6372-submit@debbugs.gnu.org id=B6372.159775269225129 (code B ref 6372); Tue, 18 Aug 2020 12:12:02 +0000 Original-Received: (at 6372) by debbugs.gnu.org; 18 Aug 2020 12:11:32 +0000 Original-Received: from localhost ([127.0.0.1]:34430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k80Sh-0006XE-Qo for submit@debbugs.gnu.org; Tue, 18 Aug 2020 08:11:32 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46596) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k80Se-0006X1-Tu for 6372@debbugs.gnu.org; Tue, 18 Aug 2020 08:11:30 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50789) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k80SZ-0000Ph-F6; Tue, 18 Aug 2020 08:11:23 -0400 Original-Received: from [176.228.60.248] (port=2896 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k80SW-0004N0-EK; Tue, 18 Aug 2020 08:11:21 -0400 In-Reply-To: (message from Stefan Kangas on Tue, 18 Aug 2020 11:10:33 +0000) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:185464 Archived-At: > From: Stefan Kangas > Date: Tue, 18 Aug 2020 11:10:33 +0000 > Cc: 6372@debbugs.gnu.org > > > emacs -Q > > > > 1. Click C-mouse-1. The Buffer Menu opens. > > > > 2. Click mouse-1 outside the menu. The menu disappears, which is > > correct. > > > > But the region is activated, which is incorrect. Clicking mouse-1 here > > should simply set point, without activating the region. > > > > > > In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) > > of 2010-05-23 on G41R2F1 > > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > > configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/xpm/include' > > That was more than 10 years ago. > > I can't reproduce this on GNU/Linux, but from the discussion this looked > like a Windows-specific bug. > > Since this was such a long time ago, I just wanted to ask if you (or > anyone else) can still reproduce this? Thanks. I still see it, yes.