Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!tut.cis.ohio-state.edu!SHARKEY.CC.UMICH.EDU!had!larry From: had!larry@SHARKEY.CC.UMICH.EDU (Larry Siden) Newsgroups: gnu.emacs.bug Subject: bug Message-ID: <8912061939@had> Date: 6 Dec 89 19:39:23 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 Hello, I am running EMACS version 18.52 and I keep encountering the following bug whenever I attempt one of the functions 'minibuffer-complete-word' or 'minibuffer-completion' while building an argument to a command that takes a file-name (e.g. 'find-file'). After typing a complete pathname prefix (e.g. "/users/larry/", a TAB will produce the message "[Complete, but not unique]" in the minibuffer, and a space will produce a directory listing in the window *Completions* . But if I type a space after "/users/larry" (sans final '/') I will get a message that reads (along with dump of backtrace): Signalling: (wrong-type-argument sequencep #) read-file-name-internal("/users/larry" "~/fsf/" nil) minibuffer-complete-word() call-interactively(minibuffer-complete-word) call-interactively(find-file)