From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: about ido-completing-read and completing-read Date: Thu, 31 May 2007 16:49:24 +0200 Message-ID: References: <87vee9d3ks.fsf@www.williamxu.com> <878xb5cln7.fsf@www.williamxu.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180622982 14546 80.91.229.12 (31 May 2007 14:49:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 May 2007 14:49:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: "William Xu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 31 16:49:36 2007 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 1Htly3-0006vj-6g for ged-emacs-devel@m.gmane.org; Thu, 31 May 2007 16:49:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Htly0-0001Ag-N4 for ged-emacs-devel@m.gmane.org; Thu, 31 May 2007 10:49:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Htlxw-0001AR-3f for emacs-devel@gnu.org; Thu, 31 May 2007 10:49:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Htlxt-0001AF-Co for emacs-devel@gnu.org; Thu, 31 May 2007 10:49:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Htlxt-0001AC-9Y for emacs-devel@gnu.org; Thu, 31 May 2007 10:49:25 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.229]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Htlxs-0007gd-Us for emacs-devel@gnu.org; Thu, 31 May 2007 10:49:25 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so165039wxd for ; Thu, 31 May 2007 07:49:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rlg8lFNBU2f6KaZ7SPktQge3/mvGPSY+NQcO7ZWOEkOWchvXjVbwgEZL2Wz0PbhNYtRYnuN87p6h4FcEk2TWstWo008AgU1OPKC04VH0rOZccXR13UDuX/Hiv7RnzHMmdF6IV0/vO/tfojJA22IuCoCzUkOFgxSsBP0CXTKIvWo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BCIaBSayIBMAd4BEhZRRW37zmgm2Pmq6gUbCwPJQWXY0BUt+cBrxGwb0QlZCwaUzNR/z1XGKhMUqQ5WTHXt0H8j2vhsCI3Cc5o8cYZdIp4+omYWOnPyhay5uH85wipzCaet3MkvXzDRcQgb+h5AIbjxIG04OkLcs0UGmJ9ZD/2Y= Original-Received: by 10.90.53.16 with SMTP id b16mr584123aga.1180622964139; Thu, 31 May 2007 07:49:24 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Thu, 31 May 2007 07:49:24 -0700 (PDT) In-Reply-To: <878xb5cln7.fsf@www.williamxu.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:72012 Archived-At: On 5/31/07, William Xu wrote: > Hmm, this would break some things. For instance, describe-function will > fail now. Also, the `collection' parameter is different between > them, ido-completing-read only accepts lists. It was a starting point. You can special-case some things from the advice, I suppose. Whether it is easier than modifying the source of every package that uses completing-read or not, it's your call. Juanma