From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ken Manheimer" Newsgroups: gmane.emacs.devel Subject: Re: icomplete.el patch to accommodate addition of internal-complete-buffer Date: Sat, 23 Sep 2006 19:37:18 -0400 Message-ID: <2cd46e7f0609231637xf45221av1593866105f7c8d@mail.gmail.com> References: <2cd46e7f0609221307w162d95d4s5bfd4bbd8e64c063@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_10665_13812679.1159054638980" X-Trace: sea.gmane.org 1159054656 16317 80.91.229.2 (23 Sep 2006 23:37:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2006 23:37:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 24 01:37:34 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 1GRH3t-0004PL-Op for ged-emacs-devel@m.gmane.org; Sun, 24 Sep 2006 01:37:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRH3t-0005kU-8K for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2006 19:37:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRH3h-0005kM-Re for emacs-devel@gnu.org; Sat, 23 Sep 2006 19:37:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRH3g-0005kA-81 for emacs-devel@gnu.org; Sat, 23 Sep 2006 19:37:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRH3g-0005k7-3z for emacs-devel@gnu.org; Sat, 23 Sep 2006 19:37:20 -0400 Original-Received: from [66.249.82.224] (helo=wx-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRH7j-00055r-Po for emacs-devel@gnu.org; Sat, 23 Sep 2006 19:41:32 -0400 Original-Received: by wx-out-0506.google.com with SMTP id i26so1600902wxd for ; Sat, 23 Sep 2006 16:37:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=GyMmmL7ktVAgPh586KFaWHwMW206FWYWfMqjldAajasZyuOTui9HEIWGgJ2fjnkKdQz2ie7q9ckeDqFflFxPORhPlgOc7uhmfsXyk8DtOLiCbrggJ/k/mqFk8GN78rYYf5gJaSuGNtq//4CDZ8dHBn52d5wNsH1ZsZiSv+5QWeQ= Original-Received: by 10.90.100.6 with SMTP id x6mr1063245agb; Sat, 23 Sep 2006 16:37:19 -0700 (PDT) Original-Received: by 10.90.105.4 with HTTP; Sat, 23 Sep 2006 16:37:18 -0700 (PDT) Original-To: Emacs-Devel In-Reply-To: <2cd46e7f0609221307w162d95d4s5bfd4bbd8e64c063@mail.gmail.com> 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:60152 Archived-At: ------=_Part_10665_13812679.1159054638980 Content-Type: multipart/alternative; boundary="----=_Part_10666_20152029.1159054638980" ------=_Part_10666_20152029.1159054638980 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline i made a mistake in yesterdays patch, changing the new variable name but not the reference to it. the attached patch rectifies that, and removes a superfluous local variable setting which would set off the local-variable-setting-warning for everyone else in the world but me. the attached ChangeLog entry details the changes. sorry about the extra work! ken On 9/22/06, Ken Manheimer wrote: > > 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? > -- > ken > ken.manheimer@gmail.com > http://myriadicity.net > > 2006-09-22 Ken Manheimer > > * icomplete.el (icomplete-with-completion-tables): List of > specialized completion tables with which icomplete should > operate. Include the new `internal-complete-buffer', so icomplete > works with interactive buffer selection. > (icomplete-simple-completing-p): Add acceptance of specialized > completion tables listed in icomplete-with-completion-tables. > > > -- ken ken.manheimer@gmail.com http://myriadicity.net ------=_Part_10666_20152029.1159054638980 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline i made a mistake in yesterdays patch, changing the new variable name but not the reference to it.  the attached patch rectifies that, and removes a superfluous local variable setting which would set off the local-variable-setting-warning for everyone else in the world but me.  the attached ChangeLog entry details the changes.  sorry about the extra work!

ken

On 9/22/06, Ken Manheimer <ken.manheimer@gmail.com> wrote:
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?
--
ken
ken.manheimer@gmail.com
http://myriadicity.net

2006-09-22  Ken Manheimer  <ken.manheimer@gmail.com>

        * icomplete.el (icomplete-with-completion-tables): List of
        specialized completion tables with which icomplete should
        operate.  Include the new `internal-complete-buffer', so icomplete
        works with interactive buffer selection.
        (icomplete-simple-completing-p): Add acceptance of specialized
        completion tables listed in icomplete-with-completion-tables.





--
ken
ken.manheimer@gmail.com
http://myriadicity.net ------=_Part_10666_20152029.1159054638980-- ------=_Part_10665_13812679.1159054638980 Content-Type: text/plain; name=icomplete-patch.txt; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: base64 X-Attachment-Id: f_esgn4lyp Content-Disposition: attachment; filename="icomplete-patch.txt" LS0tIGljb21wbGV0ZS5lbAkyMyBTZXAgMjAwNiAxNzoyNzoxOCAtMDQwMAkxLjM5CisrKyBpY29t cGxldGUuZWwJMjMgU2VwIDIwMDYgMTc6MzQ6MTUgLTA0MDAJCkBAIC0xOTIsNyArMTkyLDcgQEAK ICAgICAgICBtaW5pYnVmZmVyLWNvbXBsZXRpb24tdGFibGUKICAgICAgICAob3IgKG5vdCAoZnVu Y3Rpb25wIG1pbmlidWZmZXItY29tcGxldGlvbi10YWJsZSkpCiAgICAgICAgICAgIChtZW1iZXIg bWluaWJ1ZmZlci1jb21wbGV0aW9uLXRhYmxlCi0gICAgICAgICAgICAgICAgICAgaWNvbXBsZXRl LWZvci1jb21wbGV0aW9uLXRhYmxlcykpKSkKKyAgICAgICAgICAgICAgICAgICBpY29tcGxldGUt d2l0aC1jb21wbGV0aW9uLXRhYmxlcykpKSkKIAogOzs7XyA+IGljb21wbGV0ZS1taW5pYnVmZmVy LXNldHVwICgpCiAoZGVmdW4gaWNvbXBsZXRlLW1pbmlidWZmZXItc2V0dXAgKCkKQEAgLTMzMyw3 ICszMzMsNiBAQAogOzs7XyogTG9jYWwgZW1hY3MgdmFycy4KIDs7O0xvY2FsIHZhcmlhYmxlczoK IDs7O2FsbG91dC1sYXlvdXQ6ICgtMiA6KQotOzs7YWxsb3V0LXdpZGdldHMtbW9kZS1pbmhpYml0 OiB0CiA7OztFbmQ6CiAKIDs7IGFyY2gtdGFnOiAzMzllYzI1YS0wNzQxLTRlYjYtYmU2My05OTc1 MzJlODliMGYK ------=_Part_10665_13812679.1159054638980 Content-Type: text/plain; name=icomplete-ChangeLog.txt; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: base64 X-Attachment-Id: f_esgn50n6 Content-Disposition: attachment; filename="icomplete-ChangeLog.txt" MjAwNi0wOS0yMyAgS2VuIE1hbmhlaW1lciAgPGtlbi5tYW5oZWltZXJAZ21haWwuY29tPgoKCSog aWNvbXBsZXRlLmVsIChpY29tcGxldGUtc2ltcGxlLWNvbXBsZXRpbmctcCk6IFVzZSB0aGUgY29y cmVjdAoJbmFtZSBmb3IgdGhlIG5ldyB2YXJpYWJsZSwgYGljb21wbGV0ZS13aXRoLWNvbXBsZXRp b24tdGFibGVzJy4KCShmaWxlIGxvY2FsIHZhcmlhYmxlcyk6IFJlbW92ZSBzdXBlcmZsdW91cyBz ZXR0aW5nLgo= ------=_Part_10665_13812679.1159054638980 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel ------=_Part_10665_13812679.1159054638980--