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: Math symbols Date: Fri, 23 Sep 2022 23:14:23 +0300 Message-ID: <837d1tq25c.fsf@gnu.org> References: <87edw1gafj.fsf@gmail.com> <87pmflkhb3.fsf@igel.home> <87a66pg93w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4669"; mail-complaints-to="usenet@ciao.gmane.io" Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: Augusto Stoffel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 23 22:16:49 2022 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 1obp6O-00016O-GE for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Sep 2022 22:16:48 +0200 Original-Received: from localhost ([::1]:50680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1obp6N-0004JX-8V for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Sep 2022 16:16:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55342) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obp4C-0002ou-Hz for emacs-devel@gnu.org; Fri, 23 Sep 2022 16:14:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59734) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obp4B-00044b-Mo; Fri, 23 Sep 2022 16:14:31 -0400 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=iVrzXea4Moqcq5c92oBboP4+2UAfHGAoX6RAbV09KRc=; b=jZbLKS1pZMm2yaiPiZ0q +azQBdEB0VI1vhSm9tR7K4OJDzfCsE9BX4XDvQFqf/R9oL6nzMXMDenVMh/3FaXAacAJaReFJLx7w ELSbOMrwryhJNl07LE8KaUpLHO4JR0wcyKX+X9Rd1yCYqx6ChHkoT96Q/vutCrVDdbsjVd36P1TfV a9xm4/JEMbgMVJMf1vHAbtK2rMaYAUMc3zDXM2qhc+V096ZE+uZrDIMsuSk24HxAxh9E3EADucKja 0b+zj+mY67tkKyK/xICGNDrqrFuVOb1XrBvQ60CBMsZ7V3/QSF+tSLEtSGJmW9G1qi4t/2Fv5uBd3 LLftET+8RjwTrw==; Original-Received: from [87.69.77.57] (port=1741 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obp4B-0000Tw-5m; Fri, 23 Sep 2022 16:14:31 -0400 In-Reply-To: <87a66pg93w.fsf@gmail.com> (message from Augusto Stoffel on Fri, 23 Sep 2022 21:54:11 +0200) 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" Xref: news.gmane.io gmane.emacs.devel:296091 Archived-At: > From: Augusto Stoffel > Cc: emacs-devel@gnu.org > Date: Fri, 23 Sep 2022 21:54:11 +0200 > > On Fri, 23 Sep 2022 at 21:43, Andreas Schwab wrote: > > > On Sep 23 2022, Augusto Stoffel wrote: > > > >> Since Emacs now knows all the Emojis, I was wondering about the next > >> coolest thing, math symbols. Would it make sense to make their TeX > >> names baked into Emacs, next to all other information show in > >> `describe-char? > > > > There is already the TeX input method. > > Yes, but it's pretty incomplete. It also has some translations that > interfere with normal typing, such as ^1 → ¹. Then let's improve/expand/fix it. Or are you saying that input method is not up to the job? If so, please explain why you think so.