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: Sun, 25 Sep 2022 16:55:41 +0300 Message-ID: <835yhbmuci.fsf@gnu.org> References: <87edw1gafj.fsf@gmail.com> <87pmflkhb3.fsf@igel.home> <87a66pg93w.fsf@gmail.com> <87sfkfr9i1.fsf@ucl.ac.uk> 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="3217"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eric S Fraga Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 25 15:57:38 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 1ocS8X-0000ih-8r for ged-emacs-devel@m.gmane-mx.org; Sun, 25 Sep 2022 15:57:37 +0200 Original-Received: from localhost ([::1]:51608 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ocS8U-0003mZ-74 for ged-emacs-devel@m.gmane-mx.org; Sun, 25 Sep 2022 09:57:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35024) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocS72-0001cu-Vv for emacs-devel@gnu.org; Sun, 25 Sep 2022 09:56:05 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35422) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocS72-0002JE-4y; Sun, 25 Sep 2022 09:56:04 -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=yiKcq8crQhPI2rgKNFxxhgLs/4/BCzUgpU+TRBKfM08=; b=ASSKUVozE1Po7lwCA25T YyzSdIxOnRNLNmTcB1eu98eOjkPKuTC9ZIzcur0CkfVM/ZD/TVzzNp/Bf4hJt6rGTQiqL2gbqPW2M 3ow5O6RwK5bjsFcCTrFPv7uo+eb4/PzHWeV8YrnQdo2HohJ06lf1RRVJhjMboMegnAl3dSXZY2+ZJ Dgv/K71yLuwm3wQ6OBZA/bS5XKxUop3mT04VLJNVhNJyD4SuVa0sECPqZ5PMquhplDOE/B1f59tFd jzLO8a0IZWf9OyIqvxIt3ZColewjK2F/Jhn56PTCYkcHnUv3ShxBH0Ne3tjTPsbVbs5+J/9CEi5LD 9IWJAjpqFXOjfg==; Original-Received: from [87.69.77.57] (port=4360 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 1ocS6z-0004XR-Bm; Sun, 25 Sep 2022 09:56:03 -0400 In-Reply-To: <87sfkfr9i1.fsf@ucl.ac.uk> (message from Eric S Fraga on Sun, 25 Sep 2022 12:14:46 +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" Xref: news.gmane.io gmane.emacs.devel:296220 Archived-At: > From: Eric S Fraga > Date: Sun, 25 Sep 2022 12:14:46 +0100 > > On Friday, 23 Sep 2022 at 21:54, Augusto Stoffel wrote: > > It also has some translations that interfere with normal typing, such > > as ^1 → ¹. > > These are annoying; even more so is that you cannot back up in the input > of a symbol when you've made a mistake, e.g. typing "\alpja BS BS ha" > doesn't give you α. The combination of this and issues with _ and ^ > make the TeX IM not frictionless. Patches are welcome to make this better, thanks.