emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs loops after dabbrv-expand in (inviolable) minibuffer


From: Richard Stallman
Subject: Re: emacs loops after dabbrv-expand in (inviolable) minibuffer
Date: Sat, 2 Mar 2002 12:51:06 -0700 (MST)

If you are using X, then the control pathway for C-g goes thru XTread_socket.
XTread_socket should arrange to call C-g.

So you need to see what happens inside XTread_socket when you type C-g
during the loop.  First of all, does XTread_socket get called?
Second, does it call kbd_buffer_store_event?  If so, with what arguments?
Why doesn't it call interrupt_signal?




reply via email to

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