all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Unicode progress tooltip?
Date: Tue, 13 Oct 2020 10:17:24 -0400	[thread overview]
Message-ID: <jwva6wq8ba9.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: m2mu0r3g6w.fsf@gmail.com

> Or you can search through the available names by prepending a '*'. Try
> C-x 8 RET *FRACTION TAB TAB

Note that this is needed for "fraction" only because there are matches
with the "fraction" prefix.  If you do `C-x 8 RET fifth TAB TAB` you'll
already get the list of matches with have `fifth` as a substring.

This is because of `completion-category-defaults` which says:

    ...
    (unicode-name (styles basic substring))
    ...

so it first tries `basic` completion, and if that doesn't find anything
then it uses `substring` completion (and if that fails, it falls back
to the default which includes `partial-completion`).


        Stefan




  parent reply	other threads:[~2020-10-13 14:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-11 16:20 Unicode progress tooltip? Skip Montanaro
2020-10-11 16:45 ` Eli Zaretskii
2020-10-12  4:10   ` Pankaj Jangid
2020-10-11 16:52 ` Pankaj Jangid
2020-10-11 17:33   ` Stefan Kangas
2020-10-12  4:24     ` Pankaj Jangid
2020-10-12 10:13   ` Robert Pluim
2020-10-13  5:38     ` Jean Louis
2020-10-13 14:17     ` Stefan Monnier [this message]
2020-10-11 19:24 ` Skip Montanaro
2020-10-11 19:58   ` Drew Adams
2020-10-13 11:38   ` Skip Montanaro

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

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

  git send-email \
    --in-reply-to=jwva6wq8ba9.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=help-gnu-emacs@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.