From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: Re: Strange error caused by post-command-hook. Date: Wed, 11 Jul 2007 16:24:49 +0200 Message-ID: <4694E831.7020802@gmx.at> References: <46937D1B.4000501@ubin.jp> <46938F1E.8000103@gmx.at> <4694A32D.3000907@ubin.jp> <4694C363.7070900@gmx.at> <4694C89C.5000402@ubin.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184163799 3004 80.91.229.12 (11 Jul 2007 14:23:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2007 14:23:19 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: ishikawa Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 11 16:23:17 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I8d63-0002n7-Ik for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Jul 2007 16:23:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8d63-0000pM-6b for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Jul 2007 10:23:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8d60-0000ov-2Q for bug-gnu-emacs@gnu.org; Wed, 11 Jul 2007 10:23:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8d5y-0000oe-Ow for bug-gnu-emacs@gnu.org; Wed, 11 Jul 2007 10:23:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8d5y-0000ob-J2 for bug-gnu-emacs@gnu.org; Wed, 11 Jul 2007 10:23:10 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1I8d5x-0000Et-R1 for bug-gnu-emacs@gnu.org; Wed, 11 Jul 2007 10:23:10 -0400 Original-Received: (qmail invoked by alias); 11 Jul 2007 14:23:08 -0000 Original-Received: from N891P013.adsl.highway.telekom.at (EHLO [62.47.55.77]) [62.47.55.77] by mail.gmx.net (mp048) with SMTP; 11 Jul 2007 16:23:08 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18h3/V8G9shF9oVnANK8vmxnl/skWt71wtfuoVoLr oApHUPX0xAoBpW User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <4694C89C.5000402@ubin.jp> X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16140 Archived-At: > Oh, wait, after a close look, I wonder what this 'tooltip-hide' is... You probably have `tooltip-mode' enabled. If so you could try to disable it and see whether the bug goes away? > To wit: This is the *Mesasges* buffer after I added the > following hook: Just to double-check: Did you add it to `pre-command-hook' as ... (add-hook 'pre-command-hook (lambda () (when post-command-hook (message "... %s" post-command-hook) (sit-for 1)))) ... because I fail to understand the following message ... > ((lambda nil (when post-command-hook (message "... %s" > post-command-hook))) tooltip-hide) ... which looks like the value of `pre-command-hook'.