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: master c19dd8e9d6c 2/2: Add more documentation for TTY child frames Date: Thu, 19 Dec 2024 19:40:48 +0200 Message-ID: <8634ijlgf3.fsf@gnu.org> References: <173462216748.592529.1858458594667473357@vcs3.savannah.gnu.org> <20241219152929.A6F4FC09079@vcs3.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31072"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 19 18:41:31 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 1tOKWg-0007q5-0G for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Dec 2024 18:41:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tOKWB-0001pt-5Y; Thu, 19 Dec 2024 12:40:59 -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 1tOKW5-0001lV-Um for emacs-devel@gnu.org; Thu, 19 Dec 2024 12:40:55 -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 1tOKW4-0002T0-Ih; Thu, 19 Dec 2024 12:40:53 -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=A1yI/zdPnN9Od2KRXF44osHwu/d0fL2jqyIl/k5GnT4=; b=SBo8GJ7tBt6N El3F9lutF/rPPAzrptroSteDHJaCJLiLdoIwp38kF/OD57Evp8LUDqLh5080WVTUWlaZQArkVCuZA LJlc4JOeX+tfjnhEnL/eZCW5TvP5H+UG25krgfaWt9RNSeZwxsdMFMpEXGREWPvmRoul+xAGknQ9z Kq9vA5woETNaYk3tD6u44lrGwuGIxjzy4y5srQy52A5Uzwe65ioQjFS6+dK7fMNK4TjVSC+qE6YGn tIEajgC9SZZD9Nw+Cqq9haswpvAw8szXf1VZFXHY/LB5YgjgFnYuCUPQnI+KI7rTgcu1mngDqqTk+ FHTeU8PnYFSrsGNWWLpz3w==; In-Reply-To: (message from Stefan Kangas on Thu, 19 Dec 2024 12:23:52 -0500) 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:326755 Archived-At: > From: Stefan Kangas > Date: Thu, 19 Dec 2024 12:23:52 -0500 > > > To enable tooltips on TTY frames, call 'tty-tip-mode'. > > I note that we use the terminology "TTY frame" in NEWS, and "text > terminal" in the manual above. In other places, we talk about "text > frames". > > Which terminology do we prefer, and does it help avoid any confusion if > we are consistent? We use both "text-only frames" and "TTY frames".