From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: How to use Quail Completion Date: Wed, 15 Aug 2012 10:38:22 -0500 Organization: NewsGuy - Unlimited Usenet $19.95 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1345045218 24340 80.91.229.3 (15 Aug 2012 15:40:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Aug 2012 15:40:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 15 17:40:18 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T1fhh-0003I5-Pb for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Aug 2012 17:40:17 +0200 Original-Received: from localhost ([::1]:51344 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1fhg-0008Dp-NT for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Aug 2012 11:40:16 -0400 Original-Received: by 10.224.17.135 with SMTP id s7mr10498406qaa.1.1345045176054; Wed, 15 Aug 2012 08:39:36 -0700 (PDT) Original-Path: usenet.stanford.edu!postnews.google.com!news2.google.com!r1no16706359qas.0!news-out.google.com!c6ni123235686qas.0!nntp.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!spln!extra.newsguy.com!newsp.newsguy.com!news1 Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: p6c4da519cbde17385ac863aeb8f70767528ef4428cada094.newsdawg.com User-Agent: Mozilla/5.0 (Windows NT 5.0; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: X-Received-Bytes: 1857 Original-Xref: usenet.stanford.edu gnu.emacs.help:193983 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86351 Archived-At: It looks like a fontset issue. I use only Arial Unicode on the w32 build so I don't run into this embarassment of riches. Try typing 0,1,2 or 1, 2, 3 in this context. I think those are used with some Far Eastern input methods. Btw, do you really need all those flavors of umlaut A? Ed > > In message-mode I use input method TeX (see C-h I TeX). I use: > > (add-hook 'message-mode-hook > (lambda () > (set-input-method "TeX"))) > > Strings like \"A has several completions. From the *Help* string: > > key character(s) [type a key (sequence) and select one from the list] > -------- ------------ > \"A Ӓ Ǟ Ä > > When I type \"A and TAB I get the list "Ӓ Ǟ Ä", but I can't figure out > how to get from "Ӓ" to "Ä". I have tried with C-u-TAB, C-TAB, M-TAB > etc. I have tried to use the mouse to select an alternative completion, > but that doesn't work either. I have tried without vanilla Emacs (emacs > -q). > > So to summarize, how do I use "select one from the list"? Or, how to > get from Ӓ to Ä? > > Thanks, > Rasmus >