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.devel Subject: Re: Why have you disable mouse on TTY builds? Date: Sun, 05 Jan 2025 09:32:08 +0200 Message-ID: <868qrpaf7r.fsf@gnu.org> References: <5c8854f9-53ec-43c7-b82a-e040ba246ccf@libero.it> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23852"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 05 08:32:58 2025 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 1tUL85-0005zB-Kp for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jan 2025 08:32:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tUL7O-0006GG-8g; Sun, 05 Jan 2025 02:32:14 -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 1tUL7M-0006Fg-95 for emacs-devel@gnu.org; Sun, 05 Jan 2025 02:32:12 -0500 Original-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 1tUL7L-0004hg-FZ; Sun, 05 Jan 2025 02:32:11 -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=nPXH7K4qbHazzVP8DCkIda8fq+ATGn/66jI/VEKdXCU=; b=WoOF3b5CvvF0 zAtPa/PSpZsQXuEt4X8MQpCdz8je1VwV7l3z4JqRcSpqxSI4s+GwBEHLmFgFTRf1TMl9WJyIRNU64 qAw4zotQtayzMIeh2If02eVL+LogYGvs5nRKze7Bx+VR6x2dr+Pox71p7B08HtF9F5jWqNDBna+Km ENQoFab123kzItdzpbAw/FmjBH2n8DhqKLMFiP31bprVQI/nErTxv2XOHlRiEtxEdGcPshpeIYvqz o+aAx6hnK6jqbzVQuC8TOyDy3AqXV1akSAH4jMDyAY29fC25C2HUrgBoY+xJKEN0QvNaM48rgY5sM RSyQe0xllUdqLcfoMID2Fw==; In-Reply-To: <5c8854f9-53ec-43c7-b82a-e040ba246ccf@libero.it> (message from Angelo Graziosi on Sun, 5 Jan 2025 01:02:10 +0100) 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:327708 Archived-At: > Date: Sun, 5 Jan 2025 01:02:10 +0100 > From: Angelo Graziosi > > Few weeks ago I built Emacs master for TTY om MSYS2 and without any > settings in the init.el file Emacs and mouse worked on Windows Terminal. > Few minutes ago I did another TTY build and mouse stopped to work. I had > to read this > > (require 'mouse) > (require 'mwheel) > (unless window-system > (xterm-mouse-mode t) > (mouse-wheel-mode t)) > > to the init.el.. > > WHY? Which revision did you build? There were some changes lately regarding xterm-mouse turned on by default, which could have affected that, so it is important to know whether you build before or after those changes. Please, whenever you report a problem with Emacs, always provide the information collected by report-emacs-bug. That information is important to quickly and efficiently investigate your reports.