From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jared Finder Newsgroups: gmane.emacs.devel Subject: Re: Enabling Xterm-Mouse-Mode Date: Wed, 11 Dec 2024 01:27:38 -0500 Message-ID: References: <87o71p2o0a.fsf@posteo.net> <86ikrxkpj2.fsf@gnu.org> <87jzcd114q.fsf@posteo.net> <87r06izefu.fsf@posteo.net> <71ec0450580883f060ad2384598c415b@finder.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22281"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, eliz@gnu.org, Emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 11 07:28:40 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 1tLGDA-0005bT-4K for ged-emacs-devel@m.gmane-mx.org; Wed, 11 Dec 2024 07:28:40 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tLGCM-0003UH-Pl; Wed, 11 Dec 2024 01:27:50 -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 1tLGCK-0003Tp-TY for Emacs-devel@gnu.org; Wed, 11 Dec 2024 01:27:48 -0500 Original-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 1tLGCF-0007xP-JN; Wed, 11 Dec 2024 01:27:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1733898458; bh=G56XMVuDu3OklYVL+ZZfP+T70D+p5GTDij6mYPooVVw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rpDOP/aBPGv3+zEg0vu8CKnJDRaMR8CBtwPQX8YjTa/YLpPE5lM0CU0gnihG+TQIe shdQdHtnY7vSmJz7oDLBASwim7muObv0Pn9mt7vjP5hEN8mthp55sjmJNFdk8PzZG2 XVUzNjCu4b4fhUaL2QFgkx+zPCJci21WBIDPLddGntsFe40T2XFaFTLHTdaSwTh8Xi tlWZbfjQrEIfZCdif512RtSLae0wtiY6dEv84zGnH4QALP/UPhtxkDbJgzMCl8mX6S ZhvbFZcI3qSkDy1o2LRDG+E5jw6oQsduqq590livse6vBL4/5jAyGwaqWlLqc5u9VE kOmVhY7uzKTkQ== Original-Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id AED48133B; Wed, 11 Dec 2024 06:27:38 +0000 (UTC) In-Reply-To: X-Sender: jared@finder.org 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, 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:326329 Archived-At: On 2024-12-10 23:33, Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > Are you talking about GPM? That's what is used on Linux. > > I don't recognize the name GPM. As far as I know, I am using the > default tty that I can get to by tyming Meta-F1, Meta-F2, and so on. Those are terminals provided by the Linux kernel. They report themselves as TERM=linux and so Emacs loads term/linux.el at startup. This wouldn't be affected by enabling xterm-mouse-mode for xterm, which instead loads term/xterm.el. -- MJF