emacs-devel
[Top][All Lists]
Advanced

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

Re: Strange behavior of C-u in the presence of sit-for in p-c-h


From: Johan Bockgård
Subject: Re: Strange behavior of C-u in the presence of sit-for in p-c-h
Date: Thu, 19 Oct 2006 16:51:17 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Chong Yidong <address@hidden> writes:

>  It could avoid performing the sit-for during universal-argument:
>
>   (unless (eq this-command 'universal-argument)
>     (sit-for 0.5))

Ditto for universal-argument-more, negative-argument, digit-argument,
etc...

-- 
Johan Bockgård





reply via email to

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