From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: completing-read-function variable for completing-read Date: Sun, 20 Apr 2008 08:23:07 +0200 Message-ID: <7dbe73ed0804192323y311f967apd1c0e98d5732abe9@mail.gmail.com> References: <004901c8a19f$b9ef5140$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1208672604 31373 80.91.229.12 (20 Apr 2008 06:23:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2008 06:23:24 +0000 (UTC) To: "Drew Adams" , Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 20 08:23:59 2008 connect(): Connection refused 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 1JnSxx-0001oF-Vf for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 08:23:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnSxI-0005bj-Ky for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 02:23:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnSxD-0005ZV-26 for emacs-devel@gnu.org; Sun, 20 Apr 2008 02:23:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnSxB-0005XJ-55 for emacs-devel@gnu.org; Sun, 20 Apr 2008 02:23:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnSxA-0005XB-V3 for emacs-devel@gnu.org; Sun, 20 Apr 2008 02:23:09 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnSxA-0007NQ-NZ for emacs-devel@gnu.org; Sun, 20 Apr 2008 02:23:08 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so1960125wah.10 for ; Sat, 19 Apr 2008 23:23:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Gjio+2jrkm4/B3ZeWDZ6s2xXaCRGLQKfwOWXaTYss7Q=; b=I4SDHZL6K8Tekn5wDcm7JrV1740ZOY+ygQQuJ3pijkIR9vsHK20roUc9sXDwHfYE+O6eS7yBLVc7GWvvIVAgoZqa56HU5Z7c13BFsKW8ruAdvs7d5o1aVQmfJRzBl2Nm0b+nIV6jAQvJGPCK7uadQcoBIu8+pw3l7KUpXY/m2IQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XFK7JOkLIHmm+Uv1TPpl+XWkDUHKviiCL2Hxuo9uWtBmJLNQkM1yulB9hVuIzFdZSw/MNcBoQcUFLE7+DIe7N5TuqWQS2iTHk8fJhre79EfN6d03YVS7NUv4LxFhnkqJKljAVRSmLZK9R+7OvRKGnC6XT5LfEiYTvq7WAX5kI8k= Original-Received: by 10.115.49.16 with SMTP id b16mr4495001wak.65.1208672587074; Sat, 19 Apr 2008 23:23:07 -0700 (PDT) Original-Received: by 10.114.146.9 with HTTP; Sat, 19 Apr 2008 23:23:07 -0700 (PDT) In-Reply-To: <004901c8a19f$b9ef5140$0200a8c0@us.oracle.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:95505 Archived-At: It sounds useful to authors of Emacs extensions and might even be useful directly for end users, letting them decide what completing-read function they feel like using on any particular day. 2008/4/19, Drew Adams : > Got no reponse to this proposal from March. Rephrasing it: > > How about having `completing-read' just call a `completing-read-function' > variable if non-nil? > > This is the same thing that `read-file-name' does, with > `read-file-name-function'. > > > >