From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: icomplete.el patch to accommodate addition of internal-complete-buffer Date: Sat, 23 Sep 2006 14:41:43 -0400 Message-ID: <87irjee87s.fsf@stupidchicken.com> References: <2cd46e7f0609221307w162d95d4s5bfd4bbd8e64c063@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159036795 5623 80.91.229.2 (23 Sep 2006 18:39:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2006 18:39:55 +0000 (UTC) Cc: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 23 20:39:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GRCPn-0007PV-IM for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2006 20:39:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRCPn-0005NF-4D for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2006 14:39:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRCPY-0005Iz-3h for emacs-devel@gnu.org; Sat, 23 Sep 2006 14:39:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRCPW-0005Gm-Qn for emacs-devel@gnu.org; Sat, 23 Sep 2006 14:39:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRCPW-0005Gj-Jw for emacs-devel@gnu.org; Sat, 23 Sep 2006 14:39:34 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRCTX-0006JU-Nf for emacs-devel@gnu.org; Sat, 23 Sep 2006 14:43:43 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 8F6394E413; Sat, 23 Sep 2006 14:41:43 -0400 (EDT) Original-To: "Ken Manheimer" In-Reply-To: <2cd46e7f0609221307w162d95d4s5bfd4bbd8e64c063@mail.gmail.com> (Ken Manheimer's message of "Fri\, 22 Sep 2006 16\:07\:24 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:60147 Archived-At: "Ken Manheimer" writes: > the attached patch reenables icomplete operation during interactive > buffer selection. the ChangeLog entry is included below my signature, > and it's also attached along with the patch. > > i would like to know about any other specialized completion > tables/functions that would be appropriate - and trivial - to include > among those that icomplete accepts. i would even more like some way > for icomplete to automatically recognize those functions, but don't > know the territory well enough to be able to say whether that's even a > reasonable possibility. > > in any case, would someone check this in? Done.