emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Math symbols


From: Eli Zaretskii
Subject: Re: Math symbols
Date: Sat, 24 Sep 2022 10:57:07 +0300

> From: Augusto Stoffel <arstoffel@gmail.com>
> Cc: schwab@linux-m68k.org,  emacs-devel@gnu.org
> Date: Sat, 24 Sep 2022 09:41:09 +0200
> 
> There are other use cases, though.  Suppose you are writing a paper in
> TeX and you want to insert (the command that generates) a × with a box
> around it.  How do you figure out the command is called “\boxtimes”?
> The analogue of C-x 8 RET for TeX names is helpful for this.

The IM framework's response to this challenge is twofold:

  . typing characters that could be part of a recognized input
    sequence shows in the echo area the candidates for the next
    character;
  . C-h C-\ RET shows the full chart of the supported sequences and
    the corresponding characters.

The latter possibility is a close equivalent of "C-x 8 RET" for the
case that the use doesn't know the name of the symbol even
approximately.  (In the "C-x 8 RET" case, the user would just type
"C-x 8 RET TAB" to get the list of possible completions.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]