[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Revamping sit-for
From: |
David Kastrup |
Subject: |
Re: Revamping sit-for |
Date: |
Sat, 08 Jul 2006 00:02:57 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Chong Yidong <address@hidden> writes:
> In the thread
>
> address@hidden: Lingering input pending with motif menu bar]
>
> Richard has said he wanted to replace sit-for so that only actual
> Emacs Lisp events will interrupt input. I still think this is a
> little dangerous so close to the release, but if we gotta do what we
> gotta do, I have written the necessary code for it. It involves the
> following changes:
>
> 1. Delete the built-in function Fsit_for, and change the four places
> in the C source code that call Fsit_for to call sit_for instead.
>
> 2. Insert a new built-in function `redisplay':
[...]
> 3. Put a new function `sit-for' in subr.el:
>
> (defun sit-for (seconds &optional nodisp obsolete)
[uses timers]
> I have tested out these changes, and observed that Emacs does not
> explode. Richard, if you really want to do this, I can check the
> changes in so that they can get as much testing as possible before
> the pretest.
Personally, I find the changes too far-reaching to feel comfortable
about them now.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: address@hidden: Lingering input pending with motif menu bar], (continued)
- Re: address@hidden: Lingering input pending with motif menu bar], Richard Stallman, 2006/07/04
- RE: address@hidden: Lingering input pending with motifmenu bar], Drew Adams, 2006/07/04
- Re: address@hidden: Lingering input pending with motifmenu bar], Richard Stallman, 2006/07/05
- RE: address@hidden: Lingering input pending withmotifmenu bar], Drew Adams, 2006/07/05
- Re: address@hidden: Lingering input pending withmotifmenu bar], Richard Stallman, 2006/07/07
- Re: address@hidden: Lingering input pending with motifmenu bar], Richard Stallman, 2006/07/05
- Re: address@hidden: Lingering input pending with motif menu bar], Chong Yidong, 2006/07/04
- Re: address@hidden: Lingering input pending with motif menu bar], Kim F. Storm, 2006/07/05
- RE: address@hidden: Lingering input pending with motifmenu bar], Drew Adams, 2006/07/04
Revamping sit-for [Was: Lingering input pending with motif menu bar], Chong Yidong, 2006/07/07
- Re: Revamping sit-for,
David Kastrup <=
- RE: Revamping sit-for [Was: Lingering input pending with motif menu bar], Drew Adams, 2006/07/07
- Re: Revamping sit-for, Chong Yidong, 2006/07/07
- RE: Revamping sit-for, Drew Adams, 2006/07/07
- Re: Revamping sit-for, Chong Yidong, 2006/07/08
- Re: Revamping sit-for, David Kastrup, 2006/07/08
- Re: Revamping sit-for, Romain Francoise, 2006/07/08
- Re: Revamping sit-for, Stefan Monnier, 2006/07/08
- RE: Revamping sit-for, Drew Adams, 2006/07/08
- Re: Revamping sit-for, Richard Stallman, 2006/07/08
Re: Revamping sit-for [Was: Lingering input pending with motif menu bar], Richard Stallman, 2006/07/08