From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Beck Newsgroups: gmane.emacs.devel Subject: Re: faster unicode character name completion Date: Fri, 04 Dec 2009 14:26:52 +0100 Message-ID: <87d42uuaxv.fsf@sophokles.streitblatt.de> References: <87einfbxdw.fsf@red-bean.com> <87fx7r68s4.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259933872 17527 80.91.229.12 (4 Dec 2009 13:37:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Dec 2009 13:37:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 04 14:37:45 2009 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.50) id 1NGYLx-0006tP-70 for ged-emacs-devel@m.gmane.org; Fri, 04 Dec 2009 14:37:45 +0100 Original-Received: from localhost ([127.0.0.1]:34363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGYLw-0006aE-UZ for ged-emacs-devel@m.gmane.org; Fri, 04 Dec 2009 08:37:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGYEf-0000CI-AX for emacs-devel@gnu.org; Fri, 04 Dec 2009 08:30:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGYEZ-00006Y-T4 for emacs-devel@gnu.org; Fri, 04 Dec 2009 08:30:12 -0500 Original-Received: from [199.232.76.173] (port=57527 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGYEZ-00004w-3c for emacs-devel@gnu.org; Fri, 04 Dec 2009 08:30:07 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:36219) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NGYEZ-0001da-2G for emacs-devel@gnu.org; Fri, 04 Dec 2009 08:30:07 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NGYEV-0003v9-JD for emacs-devel@gnu.org; Fri, 04 Dec 2009 14:30:03 +0100 Original-Received: from p549975f7.dip.t-dialin.net ([84.153.117.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Dec 2009 14:30:03 +0100 Original-Received: from abstraktion by p549975f7.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Dec 2009 14:30:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p549975f7.dip.t-dialin.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:j+CePzpfC80Gk2eunjgBStVEy7k= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:118253 Archived-At: Kenichi Handa writes: > The drawback of the new code is that one can see only the > list of the first words of character names in the completion > buffer at once by C-x 8 RET TAB, instead of all of the > unicode character names. > > What do you think? If people think the above is not a > problem, I'll go ahead. I don't care about *seeing* all the character names, but I find myself searching for things like '*arrow' quite a lot. This should work in my opinion. -- Florian Beck