From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: xterm-mouse-mode gives incorrect posn-object-x-y with display space Date: Thu, 24 Nov 2022 13:09:48 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32963"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: JD Smith Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 24 19:10:32 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 1oyGgC-0008N1-C8 for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Nov 2022 19:10:32 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oyGfc-00027q-1n; Thu, 24 Nov 2022 13:09:56 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oyGfa-00027i-Ao for emacs-devel@gnu.org; Thu, 24 Nov 2022 13:09:54 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oyGfY-0005W0-JN for emacs-devel@gnu.org; Thu, 24 Nov 2022 13:09:53 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 7C7C91000DF; Thu, 24 Nov 2022 13:09:50 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 0D1E510002A; Thu, 24 Nov 2022 13:09:49 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1669313389; bh=fFjPVlhlpUp+/0Ci4X1NT97f6s5FzN8+V/JgROdz/aE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=aLWS1pryjqRvtS8uKXUU84+Joppl786OkmBJUHH+QKhj9NvVc3fJXjuk5rDJw2Q0G ScgZijIFYBZFoGwqSvd9eRc0BermPAiHXFHbWu65caMK5h78Rz6wPiA+FWsGEiUnii RLG5a6xQdVWdDdi6DdpU1B7vdGBAtaGAoFV7oU0IeS0744PccGj06rUPS49+/trKKJ k/5fjhBXpCjmeNCldbb9dottT1pWfYLiO6LcVy6147lbckf/SMwV0SmxVVCgxZG2bx hoB7+BhNpyjIiYkktG1oZfD6fdpm4um78lBvjL3hWKB0/5wwpJ1MQZPcmK3DUUSdKo gNBx00NFIGUXg== Original-Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 004A2120476; Thu, 24 Nov 2022 13:09:48 -0500 (EST) In-Reply-To: (JD Smith's message of "Thu, 24 Nov 2022 12:22:44 -0500") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=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.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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:300441 Archived-At: Hi JD, Could you re-send this via `M-x report-emacs-bug`. Stefan JD Smith [2022-11-24 12:22:44] wrote: > The mouse-down events delivered by xterm-mouse-mode do not appear to hand= le clicks on entities with specified space display widths correctly. Try t= his in a graphical window, and again in the terminal, with xterm-mouse-mode= enabled: > > (defun my/report-mouse (ev) > (interactive "e") > (let* ((posn (event-start ev)) > (rel (posn-object-x-y posn))) > (message "Got Relative Position %S" rel))) > > (insert "\n\n ---- " > (propertize " " > 'extend nil > 'display '(space :width (48)) > 'keymap '(keymap (down-mouse-1 . my/report-mouse)) > 'font-lock-face 'underline) > " ---- ") > > Mouse 1 click positions relative to the extended-width space (underlined = for visibility) are reported correctly in graphical emacs, in screen pixel = units. With xterm-mouse-mode, however, relative positions are always repor= ted as (0 . 0) for me, no matter where you click. Is something wrong with = my assumption that posn-object-x-y should work similarly in graphical as we= ll as terminal emacs with xterm-mouse-mode (modulo the larger =E2=80=9Cpixe= l=E2=80=9D size)?