From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Feature needed Date: Thu, 17 Jun 2010 15:26:44 -0400 Message-ID: References: <87wru14onc.fsf@mail.jurta.org> <49520.130.55.132.126.1276531995.squirrel@webmail.lanl.gov> <87sk4nll00.fsf@uwakimon.sk.tsukuba.ac.jp> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1276802819 30610 80.91.229.12 (17 Jun 2010 19:26:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 19:26:59 +0000 (UTC) Cc: juri@jurta.org, stephen@xemacs.org, cloos@jhcloos.com, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 17 21:26:57 2010 connect(): No such file or directory 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 1OPKjm-0001LK-50 for ged-emacs-devel@m.gmane.org; Thu, 17 Jun 2010 21:26:54 +0200 Original-Received: from localhost ([127.0.0.1]:39297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPKjl-0001cF-IP for ged-emacs-devel@m.gmane.org; Thu, 17 Jun 2010 15:26:53 -0400 Original-Received: from [199.232.76.173] (port=36716 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPKjg-0001ZK-5m for emacs-devel@gnu.org; Thu, 17 Jun 2010 15:26:48 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OPKjf-0006eD-0p for emacs-devel@gnu.org; Thu, 17 Jun 2010 15:26:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52047) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OPKje-0006e6-HK for emacs-devel@gnu.org; Thu, 17 Jun 2010 15:26:46 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OPKjc-0000hZ-TV; Thu, 17 Jun 2010 15:26:44 -0400 In-reply-to: (message from Miles Bader on Thu, 17 Jun 2010 17:49:56 +0900) 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:126090 Archived-At: The resulting prompt supports completion (including non-initial completion by using "* something TAB"), it's reasonably easy to find the name even if you only know part of it. That was quite interesting. It is nice. Except that constructing the value of ucs-completions is so slow. Reading the same list with `read' is much faster. So it seems to me there must be a way to speed up the creation of this list.