From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Jared Finder Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Nov 2023 17:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 67457@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170101991222957 (code B ref -1); Sun, 26 Nov 2023 17:32:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Nov 2023 17:31:52 +0000 Received: from localhost ([127.0.0.1]:42653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7Iz1-0005yD-Rb for submit@debbugs.gnu.org; Sun, 26 Nov 2023 12:31:52 -0500 Received: from lists.gnu.org ([2001:470:142::17]:43810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7Iyy-0005xv-EE for submit@debbugs.gnu.org; Sun, 26 Nov 2023 12:31:50 -0500 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 1r7Iyi-0007TW-TD for bug-gnu-emacs@gnu.org; Sun, 26 Nov 2023 12:31:34 -0500 Received: from greenhill.hpalace.com ([192.155.80.58]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r7Iyg-0001lO-UM for bug-gnu-emacs@gnu.org; Sun, 26 Nov 2023 12:31:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1701019887; bh=6n/N6GHybgy78YY13TxkrgXwc7D1ZwMfuoG3XOpg9oY=; h=Date:From:To:Subject:From; b=T746PH1htzOEJ9SFxUVioBC589hr2OO48HLx68nbRxDUCrXyjbus8yv02kezPx0Yr LuAjPls2DBggRO+AP7BTI8TL8rM4ZTTYrPBvcB/PIeA6DjdgpvL45wTmIOqaONJDq6 4ADI0nYhgwuiB2pSyxL1guruBSXrf0lWBO5N3D3KMzMNDmt2YgkwRlhQ7EDUuRKqOZ QtOyW9RSYjcqIcA1io6/bKvnBXjAmn12ZniUWSJJCZL9MPamI17s7dyETMKx1Vlk8/ jVU7HCDOR1Iq3j5NQ2sGcL3mXrXr4ZXH1aA/awIFbds9fYWwq55BW9yzhJoJUBanXS cYut0Fx4hxbtQ== Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id 6838918A for ; Sun, 26 Nov 2023 17:31:27 +0000 (UTC) MIME-Version: 1.0 Date: Sun, 26 Nov 2023 09:31:26 -0800 From: Jared Finder Message-ID: <756e757b61f27b310fdb2dc2567bee36@finder.org> X-Sender: jared@finder.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=192.155.80.58; envelope-from=jared@finder.org; helo=greenhill.hpalace.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) When in a terminal with the tab-line showing and mouse enabled, the following error in shown when dragging the mode line down: is undefined I believe the following diff fully fixes the issue: --- /usr/share/emacs/29.1/lisp/mouse.el.gz +++ # @@ -861,6 +861,7 @@ (define-key map [mode-line] map) (define-key map [header-line] map) (define-key map [vertical-line] map) + (define-key map [tab-line] map) ;; ... and some maybe even with a right- or bottom-divider ;; or left- or right-margin prefix ... (define-key map [right-divider] map) Diff finished. Sun Nov 26 09:22:55 2023 Steps to reproduce: emacs -Q -nw M-x global-tab-line-mode M-x xterm-mouse-mode C-x 2 Attempt to drag the mode line down In GNU Emacs 29.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) of 2023-09-11, modified by Debian built on melete System Description: Debian GNU/Linux 12 (bookworm) Configured using: 'configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/libexec --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-libsystemd --with-pop=yes --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/29.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/29.1/site-lisp:/usr/share/emacs/site-lisp --with-sound=alsa --without-gconf --with-mailutils --with-native-compilation --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/libexec --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-libsystemd --with-pop=yes --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/29.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/29.1/site-lisp:/usr/share/emacs/site-lisp --with-sound=alsa --without-gconf --with-mailutils --with-native-compilation --with-pgtk 'CFLAGS=-g -O2 -ffile-prefix-map=/build/emacs-N816CI/emacs-29.1+1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' LDFLAGS=-Wl,-z,relro' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM GTK3 ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: xterm-mouse-mode: t global-tab-line-mode: t tab-line-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils jka-compr find-func shortdoc text-property-search mouse-copy mouse-drag thingatpt help-fns radix-tree time-date xt-mouse cus-start cus-load tab-line cl-loaddefs comp comp-cstr warnings icons subr-x rx cl-seq cl-macs cl-extra help-mode cl-lib term/xterm xterm byte-opt gv bytecomp byte-compile rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win pgtk-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 108696 9979) (symbols 48 8647 0) (strings 32 24548 3073) (string-bytes 1 826713) (vectors 16 14024) (vector-slots 8 289995 11948) (floats 8 94 211) (intervals 56 772 80) (buffers 984 16)) From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Nov 2023 18:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jared Finder Cc: 67457@debbugs.gnu.org Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170102182626345 (code B ref 67457); Sun, 26 Nov 2023 18:04:01 +0000 Received: (at 67457) by debbugs.gnu.org; 26 Nov 2023 18:03:46 +0000 Received: from localhost ([127.0.0.1]:42665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7JTu-0006qr-Au for submit@debbugs.gnu.org; Sun, 26 Nov 2023 13:03:46 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7JTs-0006qZ-Vm for 67457@debbugs.gnu.org; Sun, 26 Nov 2023 13:03:45 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r7JTh-0006r9-J6; Sun, 26 Nov 2023 13:03:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Axo7AKOFOTGDddmxQZuAtSd6cGY/HYpYbQB4v6rrvzM=; b=Bk23uQBrF1iN UsLaiZGYGqjeMU37qdQKvjY88615ATVCrZDrIDlmeT9WV5fkoFapyBib7zcoHbe7rkLsCWy2JpHrd cMpAkMCfisZ4NGM3srZItvnYvGqj+OG9Jh9QKRv7AabbEtFph6WyB7nTgS3nv0XwxQvwWFR6SAoTD NJL0yOzbJDTS8npMwCeZrSbbViQs5CDs3iC8976FZC+O+E5DSu+Oo7sd3pl8+HtRnXFBb5MfIqQOT oRWqdMLM0uzuKmQvLNZAWFL4sGvNxpvv7GxN4Z/lXBdwkIJurHcH0wleraFEAoRNG367P96zeN3Jo 6yE7GG/HOccEF2bNuOej4Q==; Date: Sun, 26 Nov 2023 20:03:16 +0200 Message-Id: <83r0kc9yu3.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <756e757b61f27b310fdb2dc2567bee36@finder.org> (bug-gnu-emacs@gnu.org) References: <756e757b61f27b310fdb2dc2567bee36@finder.org> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Sun, 26 Nov 2023 09:31:26 -0800 > From: Jared Finder via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > When in a terminal with the tab-line showing and mouse enabled, the > following error in shown when dragging the mode line down: > > is undefined Thanks, but I cannot reproduce this, at least not on MS-Windows (I don't have access to a Posix system with a mouse-capable text terminal). > Steps to reproduce: > > emacs -Q -nw > M-x global-tab-line-mode > M-x xterm-mouse-mode > C-x 2 > Attempt to drag the mode line down Does it matter which part of the mode line you drag? From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Nov 2023 18:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 67457@debbugs.gnu.org, Jared Finder Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170102220626941 (code B ref 67457); Sun, 26 Nov 2023 18:11:01 +0000 Received: (at 67457) by debbugs.gnu.org; 26 Nov 2023 18:10:06 +0000 Received: from localhost ([127.0.0.1]:42679 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7Ja1-00070S-RI for submit@debbugs.gnu.org; Sun, 26 Nov 2023 13:10:06 -0500 Received: from mail-pl1-x641.google.com ([2607:f8b0:4864:20::641]:47582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7JZw-0006zp-5P for 67457@debbugs.gnu.org; Sun, 26 Nov 2023 13:10:04 -0500 Received: by mail-pl1-x641.google.com with SMTP id d9443c01a7336-1cfa168faefso16533815ad.3 for <67457@debbugs.gnu.org>; Sun, 26 Nov 2023 10:09:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701022188; x=1701626988; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=qsUV/RTVnxOiHdAEp1FjMrU5p2fO2tQtMTGzSzYJpc0=; b=UpZ1sTyL4rr0wfLxmykfVsxVFR48DAS0+3RUL6ETaL3m4dbIbYn0rp/fOguJM9asfE M9SqoH1kCsUGsrm+PQ3RdgTJlJSN88FribGjAJiCWcD6OJqM2s9xP6QjqDdSGDPBKgDQ edh4km7rJu8P7F09W+zQqN8IkfnrmLogse3rrsKo4Y+dJmfrxUBxvm0RSQyJXV/ioXjA 3Dywk0Teu+tMwvN4a2Nb6/2lvSm0rYenZ97jiEys6aH5Te0SgWHokHso9xLqRkiUgDnT xGQeF/ybtgY/kRl9YSvQ0ZhZCQ9Fgfc782bohFUT4WnCuvmy19aI28YM6PO3xr9BNgn3 2/TQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701022188; x=1701626988; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=qsUV/RTVnxOiHdAEp1FjMrU5p2fO2tQtMTGzSzYJpc0=; b=hWsN50tl3V84hlSdwhROuVN1KBvjr/G9sllTDn1DTOMEbyhoPZdACOg3EpcVa/99Cy zHKZXUPNihla8BH/vPaDwJvc/J9RW3qUkMer2p8G/8fbucMNHuSV3Bn8YEQB8qKA+M8y BnRPmx0xJb9mcbcwLr09kJSLQneF+U0fJHDHbA34a81LVHM3jFEwKw8fT/GyyjyUcqfr 4azIelRDzJvnfN4tj98rW2xwYExXDseb7mghHtrByK6KnXnze0bxtyiIiOsFCTR8IsMb kmcgoRhvllMx5EFBE1MfsViJ+5GBw2f+oNT3zO949iNIVZKg6RRU8iNt6Ku0oKlYr3md FQlA== X-Gm-Message-State: AOJu0YzoGV6n0jQUHHfCux9/9hfW8D5nufykK2JEjSugzXy+md6Exjq5 rVzyXmkjcvzOI64HsKRy3y8= X-Google-Smtp-Source: AGHT+IEXVNBZehEt/X/mT02yTCGqMEIcOiiIAguus3UT/5leh8YfR6yxzY4H87x+Hk7z2dVaXeTXZg== X-Received: by 2002:a17:903:2308:b0:1ce:6312:5373 with SMTP id d8-20020a170903230800b001ce63125373mr8901289plh.0.1701022188268; Sun, 26 Nov 2023 10:09:48 -0800 (PST) Received: from localhost ([115.240.90.130]) by smtp.gmail.com with ESMTPSA id jl13-20020a170903134d00b001cf8546335fsm6586814plb.5.2023.11.26.10.09.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 26 Nov 2023 10:09:47 -0800 (PST) From: Visuwesh In-Reply-To: <83r0kc9yu3.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 26 Nov 2023 20:03:16 +0200") References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> Date: Sun, 26 Nov 2023 23:39:45 +0530 Message-ID: <878r6kcro6.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) [=E0=AE=9E=E0=AE=BE=E0=AE=AF=E0=AE=BF=E0=AE=B1=E0=AF=81 =E0=AE=A8=E0=AE=B5= =E0=AE=AE=E0=AF=8D=E0=AE=AA=E0=AE=B0=E0=AF=8D 26, 2023] Eli Zaretskii wrote: >> Date: Sun, 26 Nov 2023 09:31:26 -0800 >> From: Jared Finder via "Bug reports for GNU Emacs, >> the Swiss army knife of text editors" >>=20 >> When in a terminal with the tab-line showing and mouse enabled, the >> following error in shown when dragging the mode line down: >>=20 >> is undefined > > Thanks, but I cannot reproduce this, at least not on MS-Windows (I > don't have access to a Posix system with a mouse-capable text > terminal). I can reproduce this in xterm in master branch commit 2fca889cfb4fa495a6ffa0c7fe368551ee9a32bc. >> Steps to reproduce: >>=20 >> emacs -Q -nw >> M-x global-tab-line-mode >> M-x xterm-mouse-mode >> C-x 2 >> Attempt to drag the mode line down > > Does it matter which part of the mode line you drag? It doesn't seem to matter. I pulled from the final '----' part and could reproduce the message. From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Nov 2023 18:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Visuwesh Cc: 67457@debbugs.gnu.org, jared@finder.org Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170102281927892 (code B ref 67457); Sun, 26 Nov 2023 18:21:02 +0000 Received: (at 67457) by debbugs.gnu.org; 26 Nov 2023 18:20:19 +0000 Received: from localhost ([127.0.0.1]:42694 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7Jjs-0007Fl-62 for submit@debbugs.gnu.org; Sun, 26 Nov 2023 13:20:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34858) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7Jjq-0007FQ-Sk for 67457@debbugs.gnu.org; Sun, 26 Nov 2023 13:20:15 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r7Jjf-00018T-BH; Sun, 26 Nov 2023 13:20:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=zxBpWLZlxAW1xWsp+18NXXdpMWk2SF/2VlnSJWauyeY=; b=pmiJRldcM8nomDACctTx UTkqAoY+yRmylm3J45UVwrv3RFl9GgsfQwdqPGHP3koKxjm1AyKRouh288+cHfuRruK24vMY3KKFI xPLQe4G7lnxBbRGdADM/KylFG3n30YMeS3JhUg2FACkdrCp9/L1vlqP1bpLf5blgLz/ImR4G/cqnZ 9y5n+XeP3xMqtQWO3RQWAOPAl0FUw3Oh0XIqOZUJpaRcxWBxTBC75MqOHTf2rVFKN+V6MTAGi11A1 B8Av/GmmcyRzhjebVNKQZeTJpGHqs205PwnvmjYVof3logCiZasjPeLpLdmxbGuRvf0vF46t+aKs7 k/HvJLg6c5cHiQ==; Date: Sun, 26 Nov 2023 20:19:45 +0200 Message-Id: <83o7fg9y2m.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <878r6kcro6.fsf@gmail.com> (message from Visuwesh on Sun, 26 Nov 2023 23:39:45 +0530) References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Visuwesh > Cc: Jared Finder , 67457@debbugs.gnu.org > Date: Sun, 26 Nov 2023 23:39:45 +0530 > > [ஞாயிறு நவம்பர் 26, 2023] Eli Zaretskii wrote: > > >> Date: Sun, 26 Nov 2023 09:31:26 -0800 > >> From: Jared Finder via "Bug reports for GNU Emacs, > >> the Swiss army knife of text editors" > >> > >> When in a terminal with the tab-line showing and mouse enabled, the > >> following error in shown when dragging the mode line down: > >> > >> is undefined > > > > Thanks, but I cannot reproduce this, at least not on MS-Windows (I > > don't have access to a Posix system with a mouse-capable text > > terminal). > > I can reproduce this in xterm in master branch commit > 2fca889cfb4fa495a6ffa0c7fe368551ee9a32bc. Thanks. And the fix solves the problem? Does anyone have a Linux terminal with GPM mouse and can test there? From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Stephen Berman Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Nov 2023 22:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: jared@finder.org, 67457@debbugs.gnu.org, Visuwesh Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170103650318785 (code B ref 67457); Sun, 26 Nov 2023 22:09:02 +0000 Received: (at 67457) by debbugs.gnu.org; 26 Nov 2023 22:08:23 +0000 Received: from localhost ([127.0.0.1]:42808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7NIc-0004sv-Mr for submit@debbugs.gnu.org; Sun, 26 Nov 2023 17:08:23 -0500 Received: from mout.gmx.net ([212.227.15.19]:57227) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7NIa-0004sh-Pe for 67457@debbugs.gnu.org; Sun, 26 Nov 2023 17:08:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=s31663417; t=1701036485; x=1701641285; i=stephen.berman@gmx.net; bh=+1xN2zHJYe4S0aCwT/X0dD8vzUYWszEbHzfmrg0BaBM=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References: Date; b=I7JCAcdk9eVa3y4RBXqs9HQduMYQvlatt9sUQjt2l492VHU+pk0BiNNyTIYNd43C iYjbqvQm8Wew6LHZgM8wIpmwiVjGzLRmCKy1rxE4d/p2pS56db0SgZC80Lhokshi+ Xz/YLegE8T1WHEgUM6SywsmzGrr0wjzxCWxAfFXNlQUJRBk6v5N12SvL7BLbHXiMH 7TR+8alp/iYI9A4U0QGa3QjDBfLK1SCQqufgL2lYKaFv/TojaeEWLjGaYRXje2doi eR52bLMoRA5G7VGnqcI5liaV2HSAd0kteASuvwg4JXSGI+lXD2xwF02I8zNh74NKy ivgx98D1jhf6tuyLJw== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from strobelfs2 ([94.134.196.34]) by mail.gmx.net (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MhU5R-1rk1lm0pBT-00eeEd; Sun, 26 Nov 2023 23:08:05 +0100 From: Stephen Berman In-Reply-To: <83o7fg9y2m.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 26 Nov 2023 20:19:45 +0200") References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> Date: Sun, 26 Nov 2023 23:08:04 +0100 Message-ID: <8734wsdv7f.fsf@gmx.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:oTCB3fphYrVsYgRIZj/eC99yu07/nWN52UMcHT+exkvzohvzk8x P7QeeHyXDmDtob2E16RWlMwySekJvXGipm2TsxVdObre1mhq9uXIw2Vr8+qKzIoZ1yZPDXy Ki5MNHygSUD9cnlw6qLUE739AzpyKzRXCuKRfzsLcJvY5wranMyXDA+2e6MaHN4Sj0Jefpa iCQDRAWEGEgnmxrfy9Maw== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:t6MO1UEcR7I=;nADpKNK8VjcEVZt8gIVFTZKY7bd QZU+RcBlYvIY7dF7xUZY2vG6NCh/C4J26EUW8AVNFF5V4U3sEOcLJB23OqQYpO1Da/RJ7Jtow O4prhCyZsWw8rmJtQlRQdnkBwcsuzsfUy3T2e+QoGPuQXgmPtqq3mxx97aVsSOWwk2f7VaJB5 O6DOSF8LLOG3ShsFegJsD0dYL19afSAQ2Yn7zzPyvnycIiJTS7j9AWC0vUD1MUwHTGjJ/QTSQ 8o4hulBk5u3wQCV/VKfTOrutJMXfp2q/ilf7auhth0Ts8/X+vWDXkw9f/So7Hrc3VFcDp5RvI iSDUMvM55w5fdGuCpiAP6eD97XG9DJyToc9xUIS5dZqsIKhBCg4nXvAaf62yXr+wgoWrZtj38 z/Da5qwclIQHShvlzkDD9V7QkWRaPf8y5kKW5784yy20SmwTMnDrrfPUzIwGBdaTI8KElJXaV 97c/Pi6Risj5R9g1HuxEOMX5agqjgRytIuHkD62UdN+cGpI27TNYM+7BnIGFpRT2mS/2DhdHH mBjRoXoccMM+W4te7AMAtYAZC9qMoLX+wKpcZKV5A/sxIvLnqPrmpT2foBHdCuCNSP/za/t23 BpqIGUCU2Cqyl4Lt9zCygMPRjgNrJWYni3dacwXYy2c80IsqCjcb4EGc72U7Lf+OXdk+FhxnA r9sbAMpbDmkj9YyBBf5Pm1K4Vk1BrrHwYeQgUwkvEgFI3l1NxqePhuK18ehLPExJvvVKArKa3 oDu+x8iKbQOu/MOVAhTr+rp2zI5xwvoy9jamZH/59OceP2F3ND16BwAmhSyxLvt1AlQiEhp5z dU2W28QFuI2QyuNlq0rJGZnSLLE6tpuRJPWA5LoNPFpNslN3j1x791A3G+PNJvobloUnhXutW vVAsvJjJR7Rll7SWsZRu132P+Dw3NpPawFmHkNRjGMdiWJyWc4EGVp9CoHnINJG+AnoawUDoU 9cIOyTfYye+shcaLCPYJGwGd5ew= X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Sun, 26 Nov 2023 20:19:45 +0200 Eli Zaretskii wrote: >> From: Visuwesh >> Cc: Jared Finder , 67457@debbugs.gnu.org >> Date: Sun, 26 Nov 2023 23:39:45 +0530 >>=20 >> [=E0=AE=9E=E0=AE=BE=E0=AE=AF=E0=AE=BF=E0=AE=B1=E0=AF=81 =E0=AE=A8=E0=AE= =B5=E0=AE=AE=E0=AF=8D=E0=AE=AA=E0=AE=B0=E0=AF=8D 26, 2023] Eli Zaretskii wr= ote: >>=20 >> >> Date: Sun, 26 Nov 2023 09:31:26 -0800 >> >> From: Jared Finder via "Bug reports for GNU Emacs, >> >> the Swiss army knife of text editors" >> >>=20 >> >> When in a terminal with the tab-line showing and mouse enabled, the >> >> following error in shown when dragging the mode line down: >> >>=20 >> >> is undefined >> > >> > Thanks, but I cannot reproduce this, at least not on MS-Windows (I >> > don't have access to a Posix system with a mouse-capable text >> > terminal). >>=20 >> I can reproduce this in xterm in master branch commit >> 2fca889cfb4fa495a6ffa0c7fe368551ee9a32bc. > > Thanks. > > And the fix solves the problem? I can also reproduce the problem on GNU/Linux with emacs-29 and master, and the fix works for me. > Does anyone have a Linux terminal with GPM mouse and can test there? I do and after splitting the window and enabling gpm-mouse-mode I can't drag the mode line with GPM mouse at all, whether global-tab-line is enabled or not (on emacs-29 and master), and there are no errors or other notifications in *Messages*. Is dragging the mode line supposed to work in the Linux terminal with GPM mouse? Steve Berman From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Jared Finder Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Nov 2023 00:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stephen Berman Cc: Eli Zaretskii , 67457@debbugs.gnu.org, Visuwesh Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.17010446983112 (code B ref 67457); Mon, 27 Nov 2023 00:25:01 +0000 Received: (at 67457) by debbugs.gnu.org; 27 Nov 2023 00:24:58 +0000 Received: from localhost ([127.0.0.1]:42921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7PQo-0000o7-0Z for submit@debbugs.gnu.org; Sun, 26 Nov 2023 19:24:58 -0500 Received: from greenhill.hpalace.com ([192.155.80.58]:54312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7PQk-0000nu-76 for 67457@debbugs.gnu.org; Sun, 26 Nov 2023 19:24:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1701044687; bh=C1xZvS6lq6weGq4NdZZksj6eH10xFNAxK1Gv8avEFuQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=WbklI9VtlKjmDC9TkQkz2Hz49RMYC0UI7co1CuMNECMKuCzULLcZ+ObXX+ABIQKHW fQsCM8wLkdLsXH1hZll7gvnUaXjGa2UISzaOGSzx3WIWVgCf3oLQQ0CK9hN1/lusUA peBDAbJMRKouWjhaq0e6emsW1dV3g4mGXV7q+AdA6aQqHNgqB5Kx8UiEVWMwUnTOoQ 4ntAbfabXwrO51Y+KRQ9AHZbQhOcRmvlP3rc7UZmfPF1aBIE8i4yhLYCKkys9UlmHS v0/43x4upmmz0BJ1RRmRjtmqQLlxKhOlKMq1usa1VOtqs3vyEwqaTjITTfjhlqSYge Iuudor7+qPIGw== Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id 1C7CF18E; Mon, 27 Nov 2023 00:24:47 +0000 (UTC) MIME-Version: 1.0 Date: Sun, 26 Nov 2023 16:24:46 -0800 From: Jared Finder In-Reply-To: <8734wsdv7f.fsf@gmx.net> References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> <8734wsdv7f.fsf@gmx.net> Message-ID: X-Sender: jared@finder.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On 2023-11-26 14:08, Stephen Berman wrote: > On Sun, 26 Nov 2023 20:19:45 +0200 Eli Zaretskii wrote: > >>> From: Visuwesh >>> Cc: Jared Finder , 67457@debbugs.gnu.org >>> Date: Sun, 26 Nov 2023 23:39:45 +0530 >>> >>> [ஞாயிறு நவம்பர் 26, 2023] Eli Zaretskii wrote: >>> >>> >> Date: Sun, 26 Nov 2023 09:31:26 -0800 >>> >> From: Jared Finder via "Bug reports for GNU Emacs, >>> >> the Swiss army knife of text editors" >>> >> >>> >> When in a terminal with the tab-line showing and mouse enabled, the >>> >> following error in shown when dragging the mode line down: >>> >> >>> >> is undefined >>> > >>> > Thanks, but I cannot reproduce this, at least not on MS-Windows (I >>> > don't have access to a Posix system with a mouse-capable text >>> > terminal). >>> >>> I can reproduce this in xterm in master branch commit >>> 2fca889cfb4fa495a6ffa0c7fe368551ee9a32bc. >> >> Thanks. >> >> And the fix solves the problem? > > I can also reproduce the problem on GNU/Linux with emacs-29 and master, > and the fix works for me. > >> Does anyone have a Linux terminal with GPM mouse and can test there? > > I do and after splitting the window and enabling gpm-mouse-mode I can't > drag the mode line with GPM mouse at all, whether global-tab-line is > enabled or not (on emacs-29 and master), and there are no errors or > other notifications in *Messages*. Is dragging the mode line > supposed to work in the Linux terminal with GPM mouse? I also have a GPM mouse available and I see different behavior. On Emacs 28.2 (installed from Debian package): Dragging the mode line works fine, even if the tab line is visible. (GPM mouse mode is enabled by default) On HEAD (2407f8): Dragging the mode line does not work until I disable and re-enable GPM mouse mode. Then it works fine. This indicates two things to me: 1. My original patch is likely inaccurate. A better fix would be to align the mouse-movement event with how it is emitted under GPM and DOS. I will investigate. 2. Something broke with how GPM mouse mode is enabled between Emacs 28.2 and HEAD. I can help with a bisect here. -- MJF From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Stephen Berman Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Nov 2023 09:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jared Finder Cc: Eli Zaretskii , 67457@debbugs.gnu.org, Visuwesh Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170107592324659 (code B ref 67457); Mon, 27 Nov 2023 09:06:01 +0000 Received: (at 67457) by debbugs.gnu.org; 27 Nov 2023 09:05:23 +0000 Received: from localhost ([127.0.0.1]:43210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7XYR-0006Pe-37 for submit@debbugs.gnu.org; Mon, 27 Nov 2023 04:05:23 -0500 Received: from mout.gmx.net ([212.227.17.21]:38565) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7XYN-0006PN-Vp for 67457@debbugs.gnu.org; Mon, 27 Nov 2023 04:05:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=s31663417; t=1701075904; x=1701680704; i=stephen.berman@gmx.net; bh=GqbbVtMjKc+TLCO8zh85d7+6DpANESSsE9y6NB1S2O0=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References: Date; b=ASKZr7u5E4Kwoe8EvkDxPlQM/Qxeethk+pKSKI400JJyKQSeHU5OhsmAI3Zm+LP6 8BZA3/1D/6FDZt1tDQlKoe5Nu3OhnfSbKb/2O7Yes9oxVhYEj39fYKVk/qxEskQLu LurJ+7nc2kxtAApBXsVRFKxAy7YONxrEiPCPRV5APxS0nI89SG74FRexyLu2ueepK 21KHNKHwnKloNPFxb0TYcMWaivtPB9dI4EQdguw3WJ7MOmnYJAEVgjRGWQD34KYjF mB2/osVOzAsSKHCZbtviU115v0OieO+w5K8qhTOrBTXrtUpiWmtGMzME+Ms0J7fSG q1ONOiQnNKVizQV5Xg== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from strobelfs2 ([89.246.37.249]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MSt8Q-1qikcb351q-00UGQK; Mon, 27 Nov 2023 10:05:03 +0100 From: Stephen Berman In-Reply-To: (Jared Finder's message of "Sun, 26 Nov 2023 16:24:46 -0800") References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> <8734wsdv7f.fsf@gmx.net> Date: Mon, 27 Nov 2023 10:05:02 +0100 Message-ID: <87h6l7sh1d.fsf@gmx.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:FSMtsCaRMUhd+m5cjkXn52XisNeUhr8zVyGRGtoiWyACXp2dun1 /pOBNnEksLeMCU1skyLnE9Yqs714iXQq1QFXp3HJm87KFLOc+doCF/WdrZGw8phc/gmAE3i ibJ+N25cTBvhfYgW6qSMXXWUd6EiP2TObBSEzG1CTcPVawaER70kh7VeELftQNY+h2nI7Z8 BTi1JGL/h4gSmr+deiXGw== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:xT4rnP8OUE4=;Kr4PxbxLzo6RHD6bjmHXJx1pHSP 0qafzIvriaca1h0eI1mGaMZEsPZjao6+NViux39ashvhrFQMavloA6tzzkS0K/9BPNWxT5Dev Uynazq2WrCRBRQHV7hRXkFd641WU65KxUSo3BAlg8zq4Deg+dVjA7LjQfIk8RbaIzfcA8U4gg jVUVh6haSZCyRz2EPWIMPD/E4YBVQ3NdoaAX76O5iGWZ7qR4BbrKOarbnruNNQZdXN2Kw7T12 KVIzF25DmCa0p0e7KvUgr/E+kL08Ar6fV8WOKDXrb5Mx2Q+mquF530yszNqlrf6SOEbmSnRIw Y8J9TJN/2WFUga931XiHrPwirvh4xtdFs4/wpwU/L+1eaMaqcorHUFXL5TFbHAatHbzkskt5M iHpymmvTRF2oshngYEcKOlCp8peozhU+wdBiThmZ68rUgiSPlnoRkh0NHPtH4SSmAVCmfT8r4 FO+N/leUp173ln0vOwZ5ltsQbGtbMSJovI1EoaLyvW7FgybnRnlbIJ/Qf06Inf4j41eSwrSf4 U5X+WBtXGyjCqSMEQJKZNXDevVNtVEtnIt7tTA3IwFWRKGRKxOOlxdaxRvPhzDFY2WJ0QpQ1K I65fVXc2HnRde9YkFfVvuqVJLaV+n69D/7WYk6u0xf3TXdjAH2W1snzMFOHHZLYhoOfUM1LSa 4dW79c8t7Anw6H90mR45An8+pcuxRopiHplcPnJ/cQnZHx9Kp3jQfUlq/uDxU6PsIpdxi0EJo IuxjKzuaheo0l8pKJgz8tuonUwgTx80RzDIysTjOWPClMgwuUNTTfZYp5tHWVEMDafZgueuhF m0 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Sun, 26 Nov 2023 16:24:46 -0800 Jared Finder wrote: > On 2023-11-26 14:08, Stephen Berman wrote: >> On Sun, 26 Nov 2023 20:19:45 +0200 Eli Zaretskii wrote: >>=20 >>>> From: Visuwesh >>>> Cc: Jared Finder , 67457@debbugs.gnu.org >>>> Date: Sun, 26 Nov 2023 23:39:45 +0530 >>>> [=E0=AE=9E=E0=AE=BE=E0=AE=AF=E0=AE=BF=E0=AE=B1=E0=AF=81 =E0=AE=A8=E0= =AE=B5=E0=AE=AE=E0=AF=8D=E0=AE=AA=E0=AE=B0=E0=AF=8D 26, 2023] Eli Zaretskii= wrote: >>>> >> Date: Sun, 26 Nov 2023 09:31:26 -0800 >>>> >> From: Jared Finder via "Bug reports for GNU Emacs, >>>> >> the Swiss army knife of text editors" >>>> >> >>>> >> When in a terminal with the tab-line showing and mouse enabled, the >>>> >> following error in shown when dragging the mode line down: >>>> >> >>>> >> is undefined >>>> > >>>> > Thanks, but I cannot reproduce this, at least not on MS-Windows (I >>>> > don't have access to a Posix system with a mouse-capable text >>>> > terminal). >>>> I can reproduce this in xterm in master branch commit >>>> 2fca889cfb4fa495a6ffa0c7fe368551ee9a32bc. >>> Thanks. >>> And the fix solves the problem? >> I can also reproduce the problem on GNU/Linux with emacs-29 and master, >> and the fix works for me. >>=20 >>> Does anyone have a Linux terminal with GPM mouse and can test there? >> I do and after splitting the window and enabling gpm-mouse-mode I can't >> drag the mode line with GPM mouse at all, whether global-tab-line is >> enabled or not (on emacs-29 and master), and there are no errors or >> other notifications in *Messages*. Is dragging the mode line >> supposed to work in the Linux terminal with GPM mouse? > > I also have a GPM mouse available and I see different behavior. > > On Emacs 28.2 (installed from Debian package): Dragging the mode line wor= ks > fine, even if the tab line is visible. (GPM mouse mode is enabled by defa= ult) > > On HEAD (2407f8): Dragging the mode line does not work until I disable and > re-enable GPM mouse mode. Then it works fine. I can now confirm this (and see the same on the emacs-29 branch as on master; I can't currently test emacs-28). My previous report was erroneous: I had never used (or even heard of) gpm-mouse-mode before reading this bug thread, and didn't realize it was enabled by default, so all I had done was to disable it; on re-enabling it, dragging works as Jared reported, both without and with the tab line. > This indicates two things to me: > > 1. My original patch is likely inaccurate. A better fix would be to alig= n the > mouse-movement event with how it is emitted under GPM and DOS. I will > investigate. > > 2. Something broke with how GPM mouse mode is enabled between Emacs 28.2 = and > HEAD. I can help with a bisect here. As noted, I see the same behavior on master and emacs-29, so it may be quicker to use the latter for bisecting (I cannot help with that for the time being, sorry). Steve Berman From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Nov 2023 12:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jared Finder Cc: stephen.berman@gmx.net, 67457@debbugs.gnu.org, visuweshm@gmail.com Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170108870125173 (code B ref 67457); Mon, 27 Nov 2023 12:39:01 +0000 Received: (at 67457) by debbugs.gnu.org; 27 Nov 2023 12:38:21 +0000 Received: from localhost ([127.0.0.1]:43447 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7asW-0006Xw-Tt for submit@debbugs.gnu.org; Mon, 27 Nov 2023 07:38:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7asV-0006Xe-Ug for 67457@debbugs.gnu.org; Mon, 27 Nov 2023 07:38:20 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r7asI-0001eo-9I; Mon, 27 Nov 2023 07:38:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=4pZuA3U7uzB4wM75nubRS+9avfZsmXj7YM8VlzUWdto=; b=GRywoj59EghP xqhsJEeIF9NU4lebjnobarsGMTxXNdHm03CYUgHFbcQp+6Lx6wOE24on/fdp7wX743bjRkxTc3Kc3 FYaYtnPpwG9Fl7QMmqaAAuhjw9+EuitnmEnWhAm1xqKs7hLbrc/AwQdTFDsciZ0dl19rMD4IvNSW8 BsQyScy0uG7YuA03ZNC0Qey72Yze7R/fBRCEcjVfyaK6UNdp1wqdKj+J/9qLJ8ivw7/XWdbkTs/CU EWw4UdU48ZI3wOQ9drsEasZrmvUDGevNO0l8s5palRE3qXDT9g5zc8/jYT1geXAnY9iKfVFj3W3OU EEGqNt52o5Y6b3uBj8Gvsw==; Date: Mon, 27 Nov 2023 14:37:50 +0200 Message-Id: <834jh79xsx.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (message from Jared Finder on Sun, 26 Nov 2023 16:24:46 -0800) References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> <8734wsdv7f.fsf@gmx.net> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Sun, 26 Nov 2023 16:24:46 -0800 > From: Jared Finder > Cc: Eli Zaretskii , Visuwesh , > 67457@debbugs.gnu.org > > This indicates two things to me: > > 1. My original patch is likely inaccurate. A better fix would be to > align the mouse-movement event with how it is emitted under GPM and DOS. > I will investigate. > > 2. Something broke with how GPM mouse mode is enabled between Emacs 28.2 > and HEAD. I can help with a bisect here. Thanks, please do, on both counts. From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Jared Finder Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Nov 2023 15:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: stephen.berman@gmx.net, 67457@debbugs.gnu.org, visuweshm@gmail.com Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170109820410221 (code B ref 67457); Mon, 27 Nov 2023 15:17:01 +0000 Received: (at 67457) by debbugs.gnu.org; 27 Nov 2023 15:16:44 +0000 Received: from localhost ([127.0.0.1]:44594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7dLo-0002em-FJ for submit@debbugs.gnu.org; Mon, 27 Nov 2023 10:16:44 -0500 Received: from greenhill.hpalace.com ([192.155.80.58]:54892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7dLm-0002ee-Gm for 67457@debbugs.gnu.org; Mon, 27 Nov 2023 10:16:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1701098195; bh=ASqu3p1BmjbCKFAgMqilU1fid/EBD0lljRFwYlhFYkk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MSbsspLQ3LvqoOrbXno65efEv3SrUQV7p2hUZM3eDCcBzDKnoaSuptf675SBcGgNM t4W33hRyeCZaI7qQkyRkR2W/8YwSTs68OLyWxcHa7T2XvoD30y5IRAJ6FkROA5EVnv dzGEaf3AWwbCkhAXxqlRmNH/r9LxaMz5WJIWMagW/teAUkcLmXXYOwHSCkzWK33kLk HEQoLtPNwFAXwE8OrZUe7USATZai+5eGFzzJ9hzvGBMOYM78UfC2dso7OVvwDa/Qzb L+P37guLKs0Oqfb7lj1H5rSCkhmPoCdL4iLrbcTyJWmchCayz9RWTtQhqEDyxMJiDU smWk4GKsrbG3A== Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id 3BD1D18E; Mon, 27 Nov 2023 15:16:35 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 27 Nov 2023 07:16:34 -0800 From: Jared Finder In-Reply-To: <834jh79xsx.fsf@gnu.org> References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> <8734wsdv7f.fsf@gmx.net> <834jh79xsx.fsf@gnu.org> Message-ID: X-Sender: jared@finder.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On 2023-11-27 04:37, Eli Zaretskii wrote: >> Date: Sun, 26 Nov 2023 16:24:46 -0800 >> From: Jared Finder >> Cc: Eli Zaretskii , Visuwesh , >> 67457@debbugs.gnu.org >> >> This indicates two things to me: >> >> 1. My original patch is likely inaccurate. A better fix would be to >> align the mouse-movement event with how it is emitted under GPM and >> DOS. >> I will investigate. >> >> 2. Something broke with how GPM mouse mode is enabled between Emacs >> 28.2 >> and HEAD. I can help with a bisect here. > > Thanks, please do, on both counts. Bisect identified the following commit as the bad commit, confirmed locally: jared@debian:^/emacs-devel$ git bisect bad a28ede3a61a70cf83dfcba6c9d314fbb051a3a94 is the first bad commit commit a28ede3a61a70cf83dfcba6c9d314fbb051a3a94 Author: Stefan Monnier Date: t-mouse.el: Make sure we apply the setting to new terminals * lisp/t-mouse.el (gpm-mouse-tty-setup): New function. (gpm-mouse-mode): Use it as well as 'tty-setup-hook". * lisp/term/linux.el (terminal-init-linux): Remove gpm-specific code, not neded any more. lisp/t-mouse.el lisp/term/linux.el | 2 -- -- MJF From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Nov 2023 16:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jared Finder , Stefan Monnier Cc: stephen.berman@gmx.net, 67457@debbugs.gnu.org, visuweshm@gmail.com Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170110288018215 (code B ref 67457); Mon, 27 Nov 2023 16:35:02 +0000 Received: (at 67457) by debbugs.gnu.org; 27 Nov 2023 16:34:40 +0000 Received: from localhost ([127.0.0.1]:44651 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7eZE-0004jj-8y for submit@debbugs.gnu.org; Mon, 27 Nov 2023 11:34:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7eZC-0004jW-Lb for 67457@debbugs.gnu.org; Mon, 27 Nov 2023 11:34:39 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r7eYz-000708-W5; Mon, 27 Nov 2023 11:34:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=GvU8Lpa423FBLitzm14Qyp/LprD5xU/GfYzvKrVOzg0=; b=cP3KNZjkSKpQ BFG7yKZNL+VbMYn8g3dAUfC+klgqxX/2/ni5ORvfWLuCk/YLrL7K1a2drJS4p78zhPlm8vhIrdpq3 30sUAnb/+RQ0T8DPCFlA9Yf7mBOa5q+9NDKpEiTC58YqRVKFqHPXUaxd4fTsZFiBjZM/oiufGSU46 HrSR7tYNpBnlOS+JonWwsbAOshgwp7ChJZhgD+/KmEbm9B0lGULLVaPt6IVdm/UQye1QUM5OEN9/t 4VXlWxDKqwE8Yvi2gpb9ITGvzkG25UIxbVY3Iz2IQ0nRN5zOxu1/YxZ6WpV6hUWkKNstz0y93eR8e dTh/Sz2R0plG0FM8X2orTw==; Date: Mon, 27 Nov 2023 18:34:09 +0200 Message-Id: <83msuz88am.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (message from Jared Finder on Mon, 27 Nov 2023 07:16:34 -0800) References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> <8734wsdv7f.fsf@gmx.net> <834jh79xsx.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Mon, 27 Nov 2023 07:16:34 -0800 > From: Jared Finder > Cc: stephen.berman@gmx.net, visuweshm@gmail.com, 67457@debbugs.gnu.org > > >> 1. My original patch is likely inaccurate. A better fix would be to > >> align the mouse-movement event with how it is emitted under GPM and > >> DOS. > >> I will investigate. > >> > >> 2. Something broke with how GPM mouse mode is enabled between Emacs > >> 28.2 > >> and HEAD. I can help with a bisect here. > > > > Thanks, please do, on both counts. > > Bisect identified the following commit as the bad commit, confirmed > locally: > > jared@debian:^/emacs-devel$ git bisect bad > a28ede3a61a70cf83dfcba6c9d314fbb051a3a94 is the first bad commit > commit a28ede3a61a70cf83dfcba6c9d314fbb051a3a94 > Author: Stefan Monnier > Date: > t-mouse.el: Make sure we apply the setting to new terminals > * lisp/t-mouse.el (gpm-mouse-tty-setup): New function. > (gpm-mouse-mode): Use it as well as 'tty-setup-hook". > * lisp/term/linux.el (terminal-init-linux): Remove gpm-specific code, > not neded any more. > lisp/t-mouse.el > lisp/term/linux.el | 2 -- Thanks, adding Stefan to the discussion. From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Jared Finder Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 06 Dec 2023 23:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: stephen.berman@gmx.net, 67457@debbugs.gnu.org, Stefan Monnier , visuweshm@gmail.com Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.17019069212348 (code B ref 67457); Wed, 06 Dec 2023 23:56:01 +0000 Received: (at 67457) by debbugs.gnu.org; 6 Dec 2023 23:55:21 +0000 Received: from localhost ([127.0.0.1]:40677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rB1jc-0000bo-Jf for submit@debbugs.gnu.org; Wed, 06 Dec 2023 18:55:20 -0500 Received: from greenhill.hpalace.com ([192.155.80.58]:43920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rB1jZ-0000bb-V7 for 67457@debbugs.gnu.org; Wed, 06 Dec 2023 18:55:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1701906904; bh=kBRaDays/T8HN8SJyCgrT2TzhKvkKkTsmhlKo9bwkTE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XI10SgS8j0nZiDEkegVhXbOBX8TbnlHeO129iN10y6M2pwFnzurfDEAbwPGL+oXDV JhtmST174IvEUmbE2b3Yb0hUHOPJlFYHj1NZW/ETVGpJ77aDZdex3pQGDPevzNgzt9 8tiU1dwo7BCLRUXqq6kse4oTtOp9w5WtWyDj4pb1gTlBMfVKTkStxfr/8J05EH1U69 DmuyNqEkswaUvUobz3ULXNsKc6kiIjGjOQp3LBsNQSHGSkljH/X7QvDGnPiTh1ngRM L+OLL2aIwdykchlbSPfjFnhjFdNV8x561V89j4uH0K5MzGwKC8tS44EA23QUPrs90c G+lFz9To9x29g== Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id C449B42F1; Wed, 6 Dec 2023 23:55:04 +0000 (UTC) MIME-Version: 1.0 Date: Wed, 06 Dec 2023 15:55:04 -0800 From: Jared Finder In-Reply-To: <83msuz88am.fsf@gnu.org> References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> <8734wsdv7f.fsf@gmx.net> <834jh79xsx.fsf@gnu.org> <83msuz88am.fsf@gnu.org> Message-ID: X-Sender: jared@finder.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On 2023-11-27 08:34, Eli Zaretskii wrote: >> Date: Mon, 27 Nov 2023 07:16:34 -0800 >> From: Jared Finder >> Cc: stephen.berman@gmx.net, visuweshm@gmail.com, 67457@debbugs.gnu.org >> >> >> 1. My original patch is likely inaccurate. A better fix would be to >> >> align the mouse-movement event with how it is emitted under GPM and >> >> DOS. >> >> I will investigate. >> >> >> >> 2. Something broke with how GPM mouse mode is enabled between Emacs >> >> 28.2 >> >> and HEAD. I can help with a bisect here. >> > >> > Thanks, please do, on both counts. >> >> Bisect identified the following commit as the bad commit, confirmed >> locally: >> >> jared@debian:^/emacs-devel$ git bisect bad >> a28ede3a61a70cf83dfcba6c9d314fbb051a3a94 is the first bad commit >> commit a28ede3a61a70cf83dfcba6c9d314fbb051a3a94 >> Author: Stefan Monnier >> Date: >> t-mouse.el: Make sure we apply the setting to new terminals >> * lisp/t-mouse.el (gpm-mouse-tty-setup): New function. >> (gpm-mouse-mode): Use it as well as 'tty-setup-hook". >> * lisp/term/linux.el (terminal-init-linux): Remove gpm-specific code, >> not neded any more. >> lisp/t-mouse.el >> lisp/term/linux.el | 2 -- > > Thanks, adding Stefan to the discussion. Following up on #2: The issue here is that after a28ede, gpm-mouse-tty-setup is never added to tty-setup-hook since it is only added within gpm-mouse-mode. This is clearly visible by checking the value of tty-setup-hook at startup, and after toggling gpm-mouse-mode off and on again. The following simple patch fixes that, while leaving the details of how gpm-mouse-mode works an internal detail: --- a/lisp/term/linux.el +++ b/lisp/term/linux.el @@ -13,6 +13,9 @@ terminal-init-linux ;; Compositions confuse cursor movement. (setq-default auto-composition-mode "linux") + ;; Ensure additional terminal setup is done when `gpm-mouse-mode' is enabled. + (ignore-errors (when gpm-mouse-mode (gpm-mouse-mode 1))) + ;; Don't translate ESC TAB to backtab as directed by ncurses-6.3. (define-key input-decode-map "\e\t" nil) One could also just revert just the linux.el changes in a28ede, though that assumes that gpm-mouse-enable exists. -- MJF From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Jared Finder Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 Dec 2023 22:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: stephen.berman@gmx.net, 67457@debbugs.gnu.org, Stefan Monnier , visuweshm@gmail.com Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170198857423240 (code B ref 67457); Thu, 07 Dec 2023 22:37:02 +0000 Received: (at 67457) by debbugs.gnu.org; 7 Dec 2023 22:36:14 +0000 Received: from localhost ([127.0.0.1]:43322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBMyc-00062l-8l for submit@debbugs.gnu.org; Thu, 07 Dec 2023 17:36:14 -0500 Received: from greenhill.hpalace.com ([192.155.80.58]:57122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBMyZ-00062c-9M for 67457@debbugs.gnu.org; Thu, 07 Dec 2023 17:36:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1701988557; bh=M2SP3B3lQTqXg4YmfU+sW6HiY4cuBKx6j+2nL7vDID0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=shfl+rn9V0KBPEARV9fBem7tUpxADSbYrfd3GcaE/t33bJwIIK/nftDb0ulAtJExK iXXKRQ0bEFXLQB7RiZ7NOvcjl4tWWIYGDBNWvB2ZQb0ut6AtjxVto1oJiMnvpw+M3l bMPvhJJ1nURLoU31HR50vuRSsTsIfeXaBnIlFi/9rIx4N9BSPsaMNHMh1TtOj2bKfV YF4b+fED+8JO58gb0h5YUk8lQCteIWvygSodConB2lc33431hT75U+e78GQ4Y6G7YH nzFTZI5B5GZPwk8vbGTi9Ba5EUZ2ibCJY7GLq+I7W0VTxt45Pgnq0qvquCCH4P9lzH ODyrM7nwVUttA== Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id C74E048C6; Thu, 7 Dec 2023 22:35:57 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 07 Dec 2023 14:35:57 -0800 From: Jared Finder In-Reply-To: References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> <8734wsdv7f.fsf@gmx.net> <834jh79xsx.fsf@gnu.org> <83msuz88am.fsf@gnu.org> Message-ID: <69323e0e78afbf4b8c212f156c6af6d8@finder.org> X-Sender: jared@finder.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Leaving this as one email so both changes are easy to follow. I believe both patches are valuable to apply. On 2023-12-06 15:55, Jared Finder wrote: > On 2023-11-27 08:34, Eli Zaretskii wrote: >>> Date: Mon, 27 Nov 2023 07:16:34 -0800 >>> From: Jared Finder >>> Cc: stephen.berman@gmx.net, visuweshm@gmail.com, >>> 67457@debbugs.gnu.org >>> >>> >> 1. My original patch is likely inaccurate. A better fix would be to >>> >> align the mouse-movement event with how it is emitted under GPM and >>> >> DOS. >>> >> I will investigate. And I have a better patch here. The real issue is that xt-mouse generated mouse-movement events were getting prefixed with mode-line or tab-line symbols but other mouse-movement events were not. The following simple change fixes that: --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -63,9 +63,14 @@ xterm-mouse-translate-1 (is-move (eq 'mouse-movement ev-command)) (is-down (string-match "down-" (symbol-name ev-command)))) - ;; Mouse events symbols must have an 'event-kind property with - ;; the value 'mouse-click. - (when ev-command (put ev-command 'event-kind 'mouse-click)) + ;; Mouse events symbols must have an 'event-kind property set. + ;; Most of them use the value 'mouse-click, but 'mouse-movement + ;; has a different value. See head_table in + ;; keyboard.c. (bug#67457) + (when ev-command (put ev-command 'event-kind + (if (eq ev-command 'mouse-movement) + 'mouse-movement + 'mouse-click))) >>> >> >>> >> 2. Something broke with how GPM mouse mode is enabled between Emacs >>> >> 28.2 >>> >> and HEAD. I can help with a bisect here. >>> > >>> > Thanks, please do, on both counts. >>> >>> Bisect identified the following commit as the bad commit, confirmed >>> locally: >>> >>> jared@debian:^/emacs-devel$ git bisect bad >>> a28ede3a61a70cf83dfcba6c9d314fbb051a3a94 is the first bad commit >>> commit a28ede3a61a70cf83dfcba6c9d314fbb051a3a94 >>> Author: Stefan Monnier >>> Date: >>> t-mouse.el: Make sure we apply the setting to new terminals >>> * lisp/t-mouse.el (gpm-mouse-tty-setup): New function. >>> (gpm-mouse-mode): Use it as well as 'tty-setup-hook". >>> * lisp/term/linux.el (terminal-init-linux): Remove gpm-specific code, >>> not neded any more. >>> lisp/t-mouse.el >>> lisp/term/linux.el | 2 -- >> >> Thanks, adding Stefan to the discussion. > > Following up on #2: The issue here is that after a28ede, > gpm-mouse-tty-setup is never added to tty-setup-hook since it is only > added within gpm-mouse-mode. This is clearly visible by checking the > value of tty-setup-hook at startup, and after toggling gpm-mouse-mode > off and on again. > > The following simple patch fixes that, while leaving the details of how > gpm-mouse-mode works an internal detail: > > --- a/lisp/term/linux.el > +++ b/lisp/term/linux.el > @@ -13,6 +13,9 @@ terminal-init-linux > ;; Compositions confuse cursor movement. > (setq-default auto-composition-mode "linux") > > + ;; Ensure additional terminal setup is done when `gpm-mouse-mode' is > enabled. > + (ignore-errors (when gpm-mouse-mode (gpm-mouse-mode 1))) > + > ;; Don't translate ESC TAB to backtab as directed by ncurses-6.3. > (define-key input-decode-map "\e\t" nil) > > One could also just revert just the linux.el changes in a28ede, though > that assumes that gpm-mouse-enable exists. > > -- MJF From unknown Mon Aug 18 17:53:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67457: 29.1; Error when dragging mode line in terminal Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 08 Dec 2023 16:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67457 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jared Finder Cc: Eli Zaretskii , stephen.berman@gmx.net, 67457@debbugs.gnu.org, visuweshm@gmail.com Received: via spool by 67457-submit@debbugs.gnu.org id=B67457.170205232918657 (code B ref 67457); Fri, 08 Dec 2023 16:19:02 +0000 Received: (at 67457) by debbugs.gnu.org; 8 Dec 2023 16:18:49 +0000 Received: from localhost ([127.0.0.1]:45839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBdYv-0004qq-3V for submit@debbugs.gnu.org; Fri, 08 Dec 2023 11:18:49 -0500 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:65003) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBdYt-0004qM-7y for 67457@debbugs.gnu.org; Fri, 08 Dec 2023 11:18:47 -0500 Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 9F8BF80A1B; Fri, 8 Dec 2023 11:18:28 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1702052307; bh=4fENBRIZlbArzmj6/TVtc1e1st8TxKJBX5NePQM2s/Y=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ixc5/bRgHAHR1ZcjbORYjrCqDfAkqzmhg8NQZEcckcSHTVAXrMM4dpmb8/j+uK3Fz 86UZAaeUs5sMrtvBlVMIhLKZWiWdWErmqYXFf45Pxb1IlglIdaxMYRKPIScmANiGdf 0zskhz4qeiCxXLal/nTWOS0IODXdRrmUU8nt20hks7QpLEk7KSJN9d9JdfTsJxJ/FO UBuNrmlPeXF9N6yMq7LaCT79ZvW2ykkz6x0NFFOcDGuxPFizuYmf/u3HmcsYKbxtc7 nvR2EeSIXxBB+BWF9+Wh1fG9rMJj36uIAyiUEXQWlMqaHuSgZyLUwk3n/p/Di8FL3f kVy1UwxZ/zFDQ== Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 95DDA802CD; Fri, 8 Dec 2023 11:18:27 -0500 (EST) Received: from alfajor (unknown [23.233.149.155]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 6D882120388; Fri, 8 Dec 2023 11:18:27 -0500 (EST) From: Stefan Monnier In-Reply-To: <69323e0e78afbf4b8c212f156c6af6d8@finder.org> (Jared Finder's message of "Thu, 07 Dec 2023 14:35:57 -0800") Message-ID: References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> <8734wsdv7f.fsf@gmx.net> <834jh79xsx.fsf@gnu.org> <83msuz88am.fsf@gnu.org> <69323e0e78afbf4b8c212f156c6af6d8@finder.org> Date: Fri, 08 Dec 2023 11:18:27 -0500 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > And I have a better patch here. The real issue is that xt-mouse generated > mouse-movement events were getting prefixed with mode-line or tab-line > symbols but other mouse-movement events were not. The following simple > change fixes that: > > --- a/lisp/xt-mouse.el > +++ b/lisp/xt-mouse.el > @@ -63,9 +63,14 @@ xterm-mouse-translate-1 > (is-move (eq 'mouse-movement ev-command)) > (is-down (string-match "down-" (symbol-name ev-command)))) > > - ;; Mouse events symbols must have an 'event-kind property with > - ;; the value 'mouse-click. > - (when ev-command (put ev-command 'event-kind 'mouse-click)) > + ;; Mouse events symbols must have an 'event-kind property set. > + ;; Most of them use the value 'mouse-click, but 'mouse-movement > + ;; has a different value. See head_table in > + ;; keyboard.c. (bug#67457) > + (when ev-command (put ev-command 'event-kind > + (if (eq ev-command 'mouse-movement) > + 'mouse-movement > + 'mouse-click))) Ooohhh.... nice! Stefan From unknown Mon Aug 18 17:53:47 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jared Finder Subject: bug#67457: closed (Re: bug#67457: 29.1; Error when dragging mode line in terminal) Message-ID: References: <83v897yei4.fsf@gnu.org> <756e757b61f27b310fdb2dc2567bee36@finder.org> X-Gnu-PR-Message: they-closed 67457 X-Gnu-PR-Package: emacs Reply-To: 67457@debbugs.gnu.org Date: Sat, 09 Dec 2023 08:21:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1702110061-8228-1" This is a multi-part message in MIME format... ------------=_1702110061-8228-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #67457: 29.1; Error when dragging mode line in terminal which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 67457@debbugs.gnu.org. --=20 67457: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D67457 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1702110061-8228-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 67457-done) by debbugs.gnu.org; 9 Dec 2023 08:20:12 +0000 Received: from localhost ([127.0.0.1]:46749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBsZI-00025l-56 for submit@debbugs.gnu.org; Sat, 09 Dec 2023 03:20:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57744) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBsZF-00025I-A5 for 67457-done@debbugs.gnu.org; Sat, 09 Dec 2023 03:20:10 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBsYv-0004W8-AV; Sat, 09 Dec 2023 03:19:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ggGZRRFN9xmfJB2xR8IgGgzwPURRpU/JMGGnaQn62hk=; b=AwFal9eYeFBB 3HTx3U28uFncwyEj1CdxoN0VA8nffvR3SFKJ0WNJBVdWjm4hKSebK8ePSO3BGz6xOcmrLeN8NyJx6 m8yTgrR6sv+yaWfhjwhW4dRFi3YlUi0CDW2FzjWf8LH4tSJpl9JnlDURKFIDUO43dCFshCr1dPg9l nj64gwsGAqxqD8YYalpfa0r3Mw8yq6YIvQZUdLMm4wcRp30fKlfTHwnvEthxksONL8wOTNnX2sC9i EH41LYxHMVy2UgiWywdroHvKvMvjhJAdBENg/q+bhL5Ak+0f8WMFmbfW18EhM08718Ecv3SLGJBEZ 49OEyfR4Yu1kqi7sjuwDVw==; Date: Sat, 09 Dec 2023 10:19:31 +0200 Message-Id: <83v897yei4.fsf@gnu.org> From: Eli Zaretskii To: Jared Finder In-Reply-To: <69323e0e78afbf4b8c212f156c6af6d8@finder.org> (message from Jared Finder on Thu, 07 Dec 2023 14:35:57 -0800) Subject: Re: bug#67457: 29.1; Error when dragging mode line in terminal References: <756e757b61f27b310fdb2dc2567bee36@finder.org> <83r0kc9yu3.fsf@gnu.org> <878r6kcro6.fsf@gmail.com> <83o7fg9y2m.fsf@gnu.org> <8734wsdv7f.fsf@gmx.net> <834jh79xsx.fsf@gnu.org> <83msuz88am.fsf@gnu.org> <69323e0e78afbf4b8c212f156c6af6d8@finder.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67457-done Cc: stephen.berman@gmx.net, 67457-done@debbugs.gnu.org, monnier@iro.umontreal.ca, visuweshm@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Thu, 07 Dec 2023 14:35:57 -0800 > From: Jared Finder > Cc: Stefan Monnier , stephen.berman@gmx.net, > visuweshm@gmail.com, 67457@debbugs.gnu.org > > Leaving this as one email so both changes are easy to follow. I believe > both patches are valuable to apply. Thanks, I've now installed both patches on the emacs-29 branch, and I'm closing this bug. ------------=_1702110061-8228-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Nov 2023 17:31:52 +0000 Received: from localhost ([127.0.0.1]:42653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7Iz1-0005yD-Rb for submit@debbugs.gnu.org; Sun, 26 Nov 2023 12:31:52 -0500 Received: from lists.gnu.org ([2001:470:142::17]:43810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7Iyy-0005xv-EE for submit@debbugs.gnu.org; Sun, 26 Nov 2023 12:31:50 -0500 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 1r7Iyi-0007TW-TD for bug-gnu-emacs@gnu.org; Sun, 26 Nov 2023 12:31:34 -0500 Received: from greenhill.hpalace.com ([192.155.80.58]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r7Iyg-0001lO-UM for bug-gnu-emacs@gnu.org; Sun, 26 Nov 2023 12:31:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1701019887; bh=6n/N6GHybgy78YY13TxkrgXwc7D1ZwMfuoG3XOpg9oY=; h=Date:From:To:Subject:From; b=T746PH1htzOEJ9SFxUVioBC589hr2OO48HLx68nbRxDUCrXyjbus8yv02kezPx0Yr LuAjPls2DBggRO+AP7BTI8TL8rM4ZTTYrPBvcB/PIeA6DjdgpvL45wTmIOqaONJDq6 4ADI0nYhgwuiB2pSyxL1guruBSXrf0lWBO5N3D3KMzMNDmt2YgkwRlhQ7EDUuRKqOZ QtOyW9RSYjcqIcA1io6/bKvnBXjAmn12ZniUWSJJCZL9MPamI17s7dyETMKx1Vlk8/ jVU7HCDOR1Iq3j5NQ2sGcL3mXrXr4ZXH1aA/awIFbds9fYWwq55BW9yzhJoJUBanXS cYut0Fx4hxbtQ== Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id 6838918A for ; Sun, 26 Nov 2023 17:31:27 +0000 (UTC) MIME-Version: 1.0 Date: Sun, 26 Nov 2023 09:31:26 -0800 From: Jared Finder To: bug-gnu-emacs@gnu.org Subject: 29.1; Error when dragging mode line in terminal Message-ID: <756e757b61f27b310fdb2dc2567bee36@finder.org> X-Sender: jared@finder.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=192.155.80.58; envelope-from=jared@finder.org; helo=greenhill.hpalace.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) When in a terminal with the tab-line showing and mouse enabled, the following error in shown when dragging the mode line down: is undefined I believe the following diff fully fixes the issue: --- /usr/share/emacs/29.1/lisp/mouse.el.gz +++ # @@ -861,6 +861,7 @@ (define-key map [mode-line] map) (define-key map [header-line] map) (define-key map [vertical-line] map) + (define-key map [tab-line] map) ;; ... and some maybe even with a right- or bottom-divider ;; or left- or right-margin prefix ... (define-key map [right-divider] map) Diff finished. Sun Nov 26 09:22:55 2023 Steps to reproduce: emacs -Q -nw M-x global-tab-line-mode M-x xterm-mouse-mode C-x 2 Attempt to drag the mode line down In GNU Emacs 29.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) of 2023-09-11, modified by Debian built on melete System Description: Debian GNU/Linux 12 (bookworm) Configured using: 'configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/libexec --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-libsystemd --with-pop=yes --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/29.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/29.1/site-lisp:/usr/share/emacs/site-lisp --with-sound=alsa --without-gconf --with-mailutils --with-native-compilation --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/libexec --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-libsystemd --with-pop=yes --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/29.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/29.1/site-lisp:/usr/share/emacs/site-lisp --with-sound=alsa --without-gconf --with-mailutils --with-native-compilation --with-pgtk 'CFLAGS=-g -O2 -ffile-prefix-map=/build/emacs-N816CI/emacs-29.1+1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' LDFLAGS=-Wl,-z,relro' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM GTK3 ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: xterm-mouse-mode: t global-tab-line-mode: t tab-line-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils jka-compr find-func shortdoc text-property-search mouse-copy mouse-drag thingatpt help-fns radix-tree time-date xt-mouse cus-start cus-load tab-line cl-loaddefs comp comp-cstr warnings icons subr-x rx cl-seq cl-macs cl-extra help-mode cl-lib term/xterm xterm byte-opt gv bytecomp byte-compile rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win pgtk-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 108696 9979) (symbols 48 8647 0) (strings 32 24548 3073) (string-bytes 1 826713) (vectors 16 14024) (vector-slots 8 289995 11948) (floats 8 94 211) (intervals 56 772 80) (buffers 984 16)) ------------=_1702110061-8228-1--