From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Chen Newsgroups: gmane.emacs.devel Subject: Re: [cvs] bug when using pc-selection-mode/transient-mark-mode Date: Thu, 19 Sep 2002 01:00:52 -0700 (PDT) Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: q.edg875310@quarl.org NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1032422565 12370 127.0.0.1 (19 Sep 2002 08:02:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2002 08:02:45 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17rwGq-0003DO-00 for ; Thu, 19 Sep 2002 10:02:44 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17rwvX-0004tG-00 for ; Thu, 19 Sep 2002 10:44:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17rwH8-00021v-00; Thu, 19 Sep 2002 04:03:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17rwF6-0001xP-00 for emacs-devel@gnu.org; Thu, 19 Sep 2002 04:00:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17rwF4-0001ws-00 for emacs-devel@gnu.org; Thu, 19 Sep 2002 04:00:55 -0400 Original-Received: from hkn.eecs.berkeley.edu ([128.32.138.82]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17rwF2-0001wJ-00; Thu, 19 Sep 2002 04:00:52 -0400 Original-Received: from quarl (helo=localhost) by hkn.eecs.berkeley.edu with local-esmtp id 17rwF2-0001o1-00; Thu, 19 Sep 2002 01:00:52 -0700 Original-To: Richard Stallman In-Reply-To: Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8004 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8004 Addition to previous message on reproducing the bug: The bug only exists when post-command-idle-hook is not nil; for example, I have post-command-idle-hook as (which-func-update). So add: M-: (add-hook 'post-command-idle-hook 'ignore) -- Karl Chen / quarl@quarl.org