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: Chong Yidong
Subject: Re: Strange behavior of C-u in the presence of sit-for in p-c-h
Date: Tue, 17 Oct 2006 10:50:11 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Here is an easy way to reproduce the underlying bug:

(defun foo ()
  (interactive)
  (universal-argument)
  (push ?a unread-command-events))

M-x foo RET

The expected result is aaaa, but in fact nothing is printed.




reply via email to

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