"Kim F. Storm" <[EMAIL PROTECTED]> writes: > The following change has broken minibuffer input in various ways: > > 2005-08-20 Richard M. Stallman <[EMAIL PROTECTED]> > > * xdisp.c (display_echo_area_1): Get display start pos from w->start. > (resize_mini_window): Set w->start, and PT, so as to display the tail > end of the buffer, if it doesn't all fit.
Actually, I don't understand how this (or any other redisplay) code can _ever_ be allowed to blindly change PT like that. I suggest we revert that change and find some other way to fix the problem (in yes-or-no-p IIUC) it was supposed to fix. If yes-or-no-p requires PT to be at the end of the prompt, it should put it there explicitly! -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
