GNU bug report logs - #8927
24.0.50; Flaw in C-x v u

Previous Next

Package: emacs;

Reported by: rms <at> gnu.org

Date: Fri, 24 Jun 2011 09:38:01 UTC

Severity: normal

Found in version 24.0.50

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
To: 8927 <at> debbugs.gnu.org
Subject: bug#8927: 24.0.50; Flaw in C-x v u
Date: Mon, 27 Jun 2011 08:57:55 +0200
Thierry Volpiatto <thierry.volpiatto <at> gmail.com> writes:

> Thierry Volpiatto <thierry.volpiatto <at> gmail.com> writes:
>
>> Óscar Fuentes <ofv <at> wanadoo.es> writes:
>>
>>> Thierry Volpiatto <thierry.volpiatto <at> gmail.com> writes:
>>>
>>>>>> Also, it's not true that the diff buffer cannot be scrolled from the
>>>>>> yes-or-no prompt as Chong mentioned earlier in this thread,
>>>>>> `scroll-other-window' and `scroll-other-window-down' work as expected.
>>>>>
>>>>> Ah yes, forgot about that; I seldom use that functionality.
>>>>
>>>> Sorry, i don't follow here, for me scrolling-other-window or whatever is
>>>> not possible from a yes-or-no-p prompt.
>>>> I can do only yes or no (as expected).
>>>> Did i miss something?
>>>
>>> scroll-other-window is bound to C-M-v, which works from the minibuffer.
>> I know C-M-v, but it doesn't work from the minibuffer in a y-or-n-p case.
>> I guess some external library break this because it is working with
>> emacs -Q.
> This is the culprit:
>
> (fset 'yes-or-no-p 'y-or-n-p)
>
> that was since a long time in my .emacs.
NOTE:

yes-or-no-p:
yes-or-no-p is a built-in function in `fns.c'.
It support scrolling

y-or-n-p:
y-or-n-p is a compiled Lisp function in `subr.el'.
It doesn't support scrolling.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 





This bug report was last modified 14 years and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.