[net.emacs] minibuffer overwrite bug in gnu 16.60

dove@mit-bug.UUCP (Web Dove) (10/25/85)

The bug is this:

invoke emacs on a file under a long path like
"/usr/src/local/gnuemacs/src/something.c"

invoke m-x rename-file

when it prompts for the file hit return.  (this fills the minibuffer
out to about 80 chars with
"Rename /usr/src/local/gnuemacs/src/something.c to: /usr/src/local/gnuemacs/sr"

unfortunately, when it wraps it doesn't print any chars, so you can't
see what you are typing.  The problem is you can't make use of the
spiffy completion features anymore.  Nor can you see if you made a
mistake.

This is the most bothersome bug to me in 16.60.  Perhaps because I use
rename-file a lot.