[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how-many/count-matches for non-interactive use
From: |
Kim F. Storm |
Subject: |
Re: how-many/count-matches for non-interactive use |
Date: |
Mon, 18 Oct 2004 10:32:16 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> Thinking more about it, I belive that the current behaviour of
>> interactive-p makes good sense in cases where it is used to determine
>> whether a command should do sit-for or output a message, as those are
>> typically not desireable during macro execution.
>
> Sit-for doesn't wait when executed from a macro.
But it still does redisplay -- not really interesting if you execute a
macro N times with a prefix.
> As for messages you might
> be right in some (maybe even in many) cases but I doubt it matters much
> since unless the message is the last in the macro it will just be
> overwritten anyway.
Again, it does redisplay.
I think we should keep interactive-p as is.
I see no benefit from changing it or making it obsolete.
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: how-many/count-matches for non-interactive use, (continued)
- Re: how-many/count-matches for non-interactive use, Luc Teirlinck, 2004/10/24
- Re: how-many/count-matches for non-interactive use, Richard Stallman, 2004/10/23
- Re: how-many/count-matches for non-interactive use, Richard Stallman, 2004/10/23
- Re: how-many/count-matches for non-interactive use, John Paul Wallington, 2004/10/23
- Re: how-many/count-matches for non-interactive use, Luc Teirlinck, 2004/10/21
- Re: how-many/count-matches for non-interactive use, Richard Stallman, 2004/10/23
- Re: how-many/count-matches for non-interactive use, Luc Teirlinck, 2004/10/23
- Re: how-many/count-matches for non-interactive use,
Kim F. Storm <=
- Re: how-many/count-matches for non-interactive use, Richard Stallman, 2004/10/17