unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Roland Winkler" <winkler@gnu.org>
Cc: Eli Zaretskii <eliz@gnu.org>,
	emacs-devel@gnu.org, antoine.levitt@gmail.com
Subject: Re: input method for unicode math characters
Date: Sat, 01 Oct 2011 10:34:05 -0400	[thread overview]
Message-ID: <jwvpqigssgf.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20102.13845.656476.544543@gargle.gargle.HOWL> (Roland Winkler's message of "Fri, 30 Sep 2011 16:35:17 -0500")

>> There's C-x 8 RET. For instance C-x 8 RET double integral produces ∬.
> Thanks, well, the problem with this is that one needs to know these names.

You can use completion to find it.  I personally find that substring
completion is very useful for it, so I have

(when (boundp 'completion-category-overrides)
  (add-to-list 'completion-category-overrides
               '(unicode-name (styles basic substring))))

> ...while here somehow I get completely irritated by the minibuffer
> that pops up (or is it the message area? oh well!)
> Probably this can be customized. But then how to keep track of the
> available possibilities?

I don't find the echo area guidance very useful for TeX, indeed, but
it's not like the guidance bothers me: I just ignore it.  This said, it
would be good to improve it for such circumstances (and the TAB
"completion" should work more like normal completion: e.g. after "\Rig"
a TAB should complete to \Rightarrow since it's the only sequence that
starts with \Rig; also showing the tree in *Quail Completions* is not
nearly as useful as showing the leaves in *Completions*).


        Stefan



  parent reply	other threads:[~2011-10-01 14:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-30  9:32 input method for unicode math characters Roland Winkler
2011-09-30 14:11 ` Antoine Levitt
2011-09-30 14:59 ` Eli Zaretskii
2011-09-30 21:35   ` Roland Winkler
2011-10-01  7:07     ` Eli Zaretskii
2011-10-01  8:10     ` Thierry Volpiatto
2011-10-01 14:34     ` Stefan Monnier [this message]
2011-10-01 16:16       ` Roland Winkler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvpqigssgf.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=antoine.levitt@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=winkler@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).