emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recent change to xdisp.c breaks minibuffer input


From: Kim F. Storm
Subject: Re: Recent change to xdisp.c breaks minibuffer input
Date: Mon, 22 Aug 2005 12:05:32 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Kim F. Storm" <address@hidden> writes:

> The following change has broken minibuffer input in various ways:
>
> 2005-08-20  Richard M. Stallman  <address@hidden>
>
>       * 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 <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]