unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* reenabling icomplete operation during read-buffer
@ 2009-02-09 23:27 ken manheimer
  2009-02-10  1:01 ` Drew Adams
  2009-02-10  2:11 ` Stefan Monnier
  0 siblings, 2 replies; 7+ messages in thread
From: ken manheimer @ 2009-02-09 23:27 UTC (permalink / raw)
  To: emacs-devel

i noticed that icomplete stopped operating during, eg,
switch-to-buffer, in my CVS checkouts a good while back.  i'm finally
getting around to investigating, and see that read-buffer &c fail this
condition in icomplete-simple-completing-p:

       (or t (not (functionp minibuffer-completion-table))
           (eq icomplete-with-completion-tables t)
           (member minibuffer-completion-table
                         icomplete-with-completion-tables))))

i believe i (or someone) put that in to weed out complicated
situations where casual use of completion may be prohibitive, for
instance, during file-name read operations where the filesystem could
be remote or otherwise mediated.  the thing is, this inhibition is not
necessary for buffer-name-reading situations, but i haven't figured
out a good way to recognize that situation, in order to reframe the
above condition to allow for it.  can anyone suggest a good way to do
so?  or am i heading in the wrong direction?

thanks!
--
ken
http://myriadicity.net




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-02-13  0:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 23:27 reenabling icomplete operation during read-buffer ken manheimer
2009-02-10  1:01 ` Drew Adams
2009-02-10  2:11 ` Stefan Monnier
2009-02-12  0:08   ` ken manheimer
2009-02-12  2:21     ` Stefan Monnier
2009-02-12 23:28       ` ken manheimer
2009-02-13  0:00         ` Drew Adams

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).