Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!mit-eddie!mly@mit-prep From: mly@mit-prep Newsgroups: net.emacs Subject: String Completion posted to net.sources Message-ID: <4854@mit-eddie.UUCP> Date: Sun, 4-Aug-85 03:06:09 EDT Article-I.D.: mit-eddi.4854 Posted: Sun Aug 4 03:06:09 1985 Date-Received: Mon, 5-Aug-85 07:27:27 EDT Sender: daemon@mit-eddi.UUCP Organization: MIT, Cambridge, MA Lines: 20 From: Richard Mlynarik Path: mit-eddie!genrad!decvax!harpo!whuxlm!whuxl!houxm!ihnp4!alberta!ubc-vision!majka Newsgroups: net.emacs Subject: String Completion posted to net.sources Date: Fri, 2-Aug-85 13:58:11 EDT I've posted an Mlisp string-completion function to net.sources. Works for Unipress #264. --- Marc Majka - UBC Laboratory for Computational Vision An interesting aside is that the source code mentioned contains the comment "GNU? Forget it." in referring to the possibility of porting to other unix emacs versions. It turns out that the best reason to forget doing it is that GNU Emacs already contains this functionality and more, by way of the built-in completing-read function, which read-buffer, read-command, read-file-name, etc, all call (as one would expect they would!)