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

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

bug#21403: 25.0.50; invisible y-or-n-p prompt


From: Mark Oteiza
Subject: bug#21403: 25.0.50; invisible y-or-n-p prompt
Date: Thu, 3 Sep 2015 19:02:28 -0400
User-agent: Mutt/1.5.24+5 (5700b43f1e5b) (2015-08-30)

On 03/09/15 at 04:03pm, Stefan Monnier wrote:
> > Somewhere between g5c0fb39 and gfa5a9c7, evaluating the following
> > results in an empty prompt:
> 
> >   (y-or-n-p "foo? ")
> 
> > I'm guessing g5dc644a, as it touches the minibuffer
> 
> I think it's fixed now

Not quite:

  (setq echo-keystrokes 0.1)
  (y-or-n-p "foo? ")

In the minibuffer all I see is my echoed keystrokes (in this case `C-x
C-e-` from evalling the form in *scratch*). This happens erratically.
Seems to happen more consistently the smaller `echo-keystrokes` is.





reply via email to

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