From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Input method or help feature needed Date: Thu, 17 Feb 2011 17:05:27 -0500 Message-ID: References: <8339nmwjf2.fsf@gnu.org> <87aahu30d5.fsf@escher.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297980338 29323 80.91.229.12 (17 Feb 2011 22:05:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 22:05:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 17 23:05:34 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PqByg-0004r8-BR for ged-emacs-devel@m.gmane.org; Thu, 17 Feb 2011 23:05:34 +0100 Original-Received: from localhost ([127.0.0.1]:49737 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqByf-0002OJ-Mc for ged-emacs-devel@m.gmane.org; Thu, 17 Feb 2011 17:05:33 -0500 Original-Received: from [140.186.70.92] (port=32982 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqByc-0002OE-9C for emacs-devel@gnu.org; Thu, 17 Feb 2011 17:05:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqByb-0001g4-KC for emacs-devel@gnu.org; Thu, 17 Feb 2011 17:05:30 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:22165 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqByb-0001fq-I9 for emacs-devel@gnu.org; Thu, 17 Feb 2011 17:05:29 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAB8qXU1FxKd1/2dsb2JhbACmH3S7a4VeBIUKj08 X-IronPort-AV: E=Sophos;i="4.62,182,1297054800"; d="scan'208";a="92038863" Original-Received: from 69-196-167-117.dsl.teksavvy.com (HELO ceviche.home) ([69.196.167.117]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 17 Feb 2011 17:05:27 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 8475066188; Thu, 17 Feb 2011 17:05:27 -0500 (EST) In-Reply-To: <87aahu30d5.fsf@escher.home> (Stephen Berman's message of "Thu, 17 Feb 2011 20:52:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136152 Archived-At: > The ucs-insert command already does this: typing > C-x 8 RET * dotless TAB TAB > brings up a completions buffer containing all unicode character names > matching "DOTLESS" -- including LATIN SMALL LETTER DOTLESS I. Maybe C-x 8 RET should be changed to use the `substring' completion style, so the * is not needed. Stefan