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: Enabling Xterm-Mouse-Mode Date: Fri, 06 Dec 2024 13:40:49 +0200 Message-ID: <86ikrxkpj2.fsf@gnu.org> References: <87o71p2o0a.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29939"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs-devel@gnu.org To: Philip Kaludercic , Jared Finder Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 06 12:41:32 2024 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 1tJWiC-0007cl-84 for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Dec 2024 12:41:32 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tJWhk-0001Ul-Ra; Fri, 06 Dec 2024 06:41:05 -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 1tJWhb-0001RE-KK for Emacs-devel@gnu.org; Fri, 06 Dec 2024 06:40:58 -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 1tJWha-0006D8-0F; Fri, 06 Dec 2024 06:40:54 -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=ROf4jhaxKd4l1L13/7d2LK86D1Z0L2btE5UYeKoVgVc=; b=NCvxR0qA4Ep5 LUHP+DbHmDOcEnFR6LcXOdYDfw8e1dq5qfheDgYxZ9X6YZlTgQijnpp+Ua7NKwZFpBn98I08tzmR1 V6KEtgD8sQ8yZrxt07Pu9PZa9SiYSHefXH2q6vtm9CDgeUtw1tBCVxJFL9ZnFJsWgEPAiyjmhx/kK gIoFOt/Ds7ZdgKaXb+G5P7ESjQiVTf2XZ54Yxu2BVuLirF4Q5FnTT2jmakZVRLkrnLdcd/UsQYTJT 3fCG1BRhbCkCzEj1HAoYNgWEO3lHpHi9KVFG7dDpU6YHi4yGNWwQtLAoj7IjnE0Ih0gX72cZktaNh el6lzsXlortTDvgpqxgAcA==; In-Reply-To: <87o71p2o0a.fsf@posteo.net> (message from Philip Kaludercic on Fri, 06 Dec 2024 08:51:01 +0000) 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:326131 Archived-At: > From: Philip Kaludercic > Date: Fri, 06 Dec 2024 08:51:01 +0000 > > > Is there a reason that we do not enable `xterm-mouse-mode' in emacs -nw > by default? Are there issues with the implementation that prevent the > change? Users might not expect that? Certain escape sequences might not really be mouse-related? I've added Jared to this discussion.