Hello Glenn, Yagnesh Raghava Yakkala writes: > Hello Glenn, > > Glenn Morris writes: > >> Yagnesh Raghava Yakkala wrote: >> >>> I see this message when ever I try to use completion feature in python-mode. >> >> Which mode for python? The one that comes with Emacs? >> ("python-mode.el" does not.) > > I meant "python.el" shipped with emacs trunk. sorry for not being clear. > >> >>> http://lists.gnu.org/archive/html/emacs-devel/2010-09/msg00199.html >>> >>> I couldn't understand what was discussed in that thread. >> >> http://lists.gnu.org/archive/html/emacs-devel/2010-09/msg00201.html >> >> seems fairly clear. python mode should consider adding a with-local-quit >> somewhere in its completion code. > > I could suppress the warning by wrapping function "with-local-quit". But It > seems python completion function is interacting with inferior process through > the comint mode, does it mean problem is in comint.? may be not, with some trail and error, the following patch is suppressing the warning.