Path: utzoo!utgpu!water!watmath!uunet!tut.cis.ohio-state.edu!WIND.BELLCORE.COM!mlittman From: mlittman@WIND.BELLCORE.COM (Michael Littman) Newsgroups: gnu.emacs.bug Subject: Completions Message-ID: <8810312224.AA14206@wind.bellcore.com> Date: 31 Oct 88 22:24:58 GMT Sender: bob@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 Hi, Does anyone know how filename completion is implemented? It could not be in terms of "completing-read" since "completing-read" is given an alist of completions beforehand while filename completion is more dynamic. One possible way of doing it is a completing read which is given a function to be called instead of a static alist. If this is how it is done, are there primitives available? Basically, I'd like to implement REMOTE file name completion and I figure the easiest thing to do is to emulate the way local filename completion is done. -MSL