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.help Subject: Re: input methods for mathematical glyphs Date: Wed, 08 Dec 2021 22:15:44 +0200 Message-ID: <83y24uvonj.fsf@gnu.org> References: <87czm76of1.fsf@t14.reltub.ca> <83bl1rvwvl.fsf@gnu.org> <87y24u6esu.fsf@t14.reltub.ca> 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="11101"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 08 21:19:46 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1mv3Pl-0002bz-If for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 08 Dec 2021 21:19:45 +0100 Original-Received: from localhost ([::1]:39888 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mv3Pg-0002Rt-Nh for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 08 Dec 2021 15:19:41 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mv3MA-0007zE-PB for help-gnu-emacs@gnu.org; Wed, 08 Dec 2021 15:16:02 -0500 Original-Received: from [2001:470:142:3::e] (port=44644 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mv3MA-0004Bl-Gj for help-gnu-emacs@gnu.org; Wed, 08 Dec 2021 15:16:02 -0500 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=KswPEXCL2JGmVD+iiQQk655Cw2x9YA5lyHw3516fTe4=; b=pWzFAZT55rzW+1o1jmvg c6yeuQs2HnjQcwUQzk9ptkQjjV9kt6ktGX/n1mjI/uwBsz7VQvPVQXte3aB4PH48jDhbyfiSaVsg6 XFsCuVSzwkbRZRsWtQ8Q0/0A8XWqeoY9Eus3JM/nCh/JwKi2oF3ZWOlXCndrOwADAsqXqJWr3NIjH Ig79kyuU8xf8vBU79VuOV4W4ITsw5NU7ya6suTg7dulMPUE9HVmIauHpotBjyp13yiACuPPGO9XdU u5v93zH8yVlHQTvkcgGUSTE27z72IxTQboIlF9XTcDe4bzsZRuHDZZ17clq3RO5JHY6F0bmR7/Num LVNdyvniPfyGDA==; Original-Received: from [87.69.77.57] (port=4184 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 1mv3MA-0004R6-AH for help-gnu-emacs@gnu.org; Wed, 08 Dec 2021 15:16:02 -0500 In-Reply-To: <87y24u6esu.fsf@t14.reltub.ca> (message from Leo Butler on Wed, 08 Dec 2021 14:07:45 -0600) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:134902 Archived-At: > From: Leo Butler > Cc: help-gnu-emacs@gnu.org > Date: Wed, 08 Dec 2021 14:07:45 -0600 > > If I do > > M-x list-input-methods RET > > search for and select TeX, the *Help* buffer is populated by a large > number of supported glyphs. When I search for 𝒯 (or 𝐑), it is not > found. It looks like there is some large, but limited number of glyphs > that are supported, but many are not. ;-( > > Suggestions? Use the same strings as you'd use in LaTeX to insert these. For example, \neq produces ≠, \Bbb{A} produces 𝔸, etc.