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:48:56 -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 1032425387 20148 127.0.0.1 (19 Sep 2002 08:49:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2002 08:49:47 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17rx0M-0005Eo-00 for ; Thu, 19 Sep 2002 10:49:46 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17rxf4-00062F-00 for ; Thu, 19 Sep 2002 11:31:50 +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 17rx0i-00039t-00; Thu, 19 Sep 2002 04:50:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17rwza-00036I-00 for emacs-devel@gnu.org; Thu, 19 Sep 2002 04:48:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17rwzY-000366-00 for emacs-devel@gnu.org; Thu, 19 Sep 2002 04:48:57 -0400 Original-Received: from hkn.eecs.berkeley.edu ([128.32.138.82]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17rwzY-000362-00 for emacs-devel@gnu.org; Thu, 19 Sep 2002 04:48:56 -0400 Original-Received: from quarl (helo=localhost) by hkn.eecs.berkeley.edu with local-esmtp id 17rwzY-0001zG-00 for ; Thu, 19 Sep 2002 01:48:56 -0700 Original-To: emacs-devel@gnu.org 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:8006 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8006 Based on the fact that post-command-idle-hook must be non-nil, I believe the bug has to do with the following functions: sit_for(... display = 1) wait_reading_process_input() although I don't see anything that would affect mark-active or be affected by x_own_selection(). [BTW: it's unneccessarily (except for historic reasons) confusing that the lisp sit-for and the C sit_for have opposite meanings for their arguments.] -- Karl Chen / quarl@quarl.org