Richard Stallman <[EMAIL PROTECTED]> writes:

>     I looked into this ... and it is because yes-or-no-p uses
>     read-from-minibuffer, and thus obeys all key bindings.
>
> It could bind minibuffer-scroll-window around the call to
> yes-or-no-p.

That would be a fix for C-x v u ...  Stefan?


But I don't see it would help in the case of

  (defalias 'y-or-n-p 'yes-or-no-p)

That's the case where "nothing" works, because y-or-n-p doesn't obey
any key-bindings...

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to