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

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

Re: `y-or-n-p' does not wait for input - assumes `n'


From: Stefan Monnier
Subject: Re: `y-or-n-p' does not wait for input - assumes `n'
Date: Wed, 26 Jan 2005 14:35:05 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

> !                   (let ((track-mouse t))

BTW, if I look at the definition of the `track-mouse' special form, I see it
is almost the same as (let ((track-mouse t)) ...) except that when unwinding
it does some extra redisplay-stuff (in tracking_off).

Should we avoid (let ((track-mouse t)) ...) and prefer (track-mouse ...)
or is there a reason to sometimes use one sometimes use the other?

The docstrings don't help much figuring it out,


        Stefan




reply via email to

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