From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Crashes on w32 and debugging Date: Sat, 01 Mar 2008 09:56:57 +0000 Message-ID: <47C92869.4000506@gnu.org> References: <47C6713B.6030309@gmail.com> <47C67775.8060906@gnu.org> <47C75221.2030708@gmail.com> <47C75363.8010904@gnu.org> <47C88039.6000402@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204365437 5766 80.91.229.12 (1 Mar 2008 09:57:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2008 09:57:17 +0000 (UTC) Cc: "Lennart Borgman \(gmail\)" , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 01 10:57:43 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JVOTP-0003ov-2Z for ged-emacs-devel@m.gmane.org; Sat, 01 Mar 2008 10:57:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVOSs-0001ej-Gp for ged-emacs-devel@m.gmane.org; Sat, 01 Mar 2008 04:57:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVOSo-0001eA-Cv for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:57:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVOSl-0001dm-V3 for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:57:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVOSl-0001da-Ic for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:57:03 -0500 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVOSh-00031U-Oj; Sat, 01 Mar 2008 04:56:59 -0500 Original-X-Trace: 52134991/mk-outboundfilter-1.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAP62yEdTQxds/2dsb2JhbAAIqho X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 01 Mar 2008 09:56:58 +0000 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90970 Archived-At: Eli Zaretskii wrote: > Jason, could it be that this "msg c113 not expected" thing is > something to worry about? > No. I've tracked these messages down to IME and third party extensions (such as virus scanners) that either broadcast or hook into every application and send messages from the RegisterWindowMessage range to themselves via any Window the application has created. I think this debugging statement can be disabled now, it is probably left over from early development when private messages were being created for Emacs' use and the developers wanted to double check that they were handling all the messages they had created.