emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: icomplete.el patch to accommodate addition of internal-complete-buff


From: Ken Manheimer
Subject: Re: icomplete.el patch to accommodate addition of internal-complete-buffer
Date: Sat, 23 Sep 2006 19:37:18 -0400

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 <address@hidden> 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
address@hidden
http://myriadicity.net

2006-09-22  Ken Manheimer  <address@hidden>

        * 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
address@hidden
http://myriadicity.net

Attachment: icomplete-patch.txt
Description: Text document

Attachment: icomplete-ChangeLog.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]