From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Issue with rectangle mouse selection Date: Thu, 28 Nov 2019 11:10:41 -0500 Message-ID: References: <20191128100030.u5v5fto3vudkadnn.ref@Ergus> <20191128100030.u5v5fto3vudkadnn@Ergus> <4726417A-97DA-492B-8A56-1B08BF016CD1@acm.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="232202"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Ergus , Emacs developers To: Mattias =?windows-1252?Q?Engdeg=E5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 28 17:17:56 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iaMUO-000yGw-2a for ged-emacs-devel@m.gmane.org; Thu, 28 Nov 2019 17:17:56 +0100 Original-Received: from localhost ([::1]:50540 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaMUK-0007AZ-M1 for ged-emacs-devel@m.gmane.org; Thu, 28 Nov 2019 11:17:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41823) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaMNd-0004NA-GE for emacs-devel@gnu.org; Thu, 28 Nov 2019 11:10:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iaMNY-0004QY-7s for emacs-devel@gnu.org; Thu, 28 Nov 2019 11:10:53 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:50578) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iaMNV-0004Le-Ik for emacs-devel@gnu.org; Thu, 28 Nov 2019 11:10:49 -0500 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 90F8E81815; Thu, 28 Nov 2019 11:10:45 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id CE22B8181D; Thu, 28 Nov 2019 11:10:43 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1574957443; bh=upU0/FvvMuoKrAPev29o5Y5jaHGKM+cb48zkfl3jqtY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=kAhLIO1+l1vywFm9jn1Wd38XsWls/MjSCsgLK1B9S5lhnQiJSgYMWwi26CknxvFNV 3/w/B+dYaspXgt1Dtpb9XvKcmW2Z4ZOIJLFEIMxE0kvG0jJSuuNJABAoNFWsv0D2AM bgt39OobL8xwizEnS1RO/D0Uo3rv08CKAx+c7MG3470T1l8/BcVeqohjRGswHKy1CX SVZRy/+32WtN7IEFbxOxc3cxkBXM8DbAa6jknOqfKwj7vi80HQwyUyhQerqW0/cB0K 2hhvNJ5USEV7PutigjHneYB27M9mTuEAZunobt/nAh+DgjfkQBgP+6ZWjbHbVGIN35 WmKkkgaHY/A3g== Original-Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id A3B601210F1; Thu, 28 Nov 2019 11:10:43 -0500 (EST) In-Reply-To: <4726417A-97DA-492B-8A56-1B08BF016CD1@acm.org> ("Mattias \=\?windows-1252\?Q\?Engdeg\=E5rd\=22's\?\= message of "Thu, 28 Nov 2019 15:36:46 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:242837 Archived-At: > If this bothers you, perhaps you could ask the maintainer to > reconsider; gnome-terminal manages, after all. To xterm's credit, gnome-terminal uses a menu-bar so it doesn't have to solve the same problem (the problem being xterm's use of popup menus bound to control+mouse-down). Stefan