From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [cvs] bug when using pc-selection-mode/transient-mark-mode Date: Mon, 23 Sep 2002 12:00:05 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200209222248.g8MMmKZ26653@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032797079 18065 127.0.0.1 (23 Sep 2002 16:04:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Sep 2002 16:04:39 +0000 (UTC) Cc: quarl@hkn.eecs.berkeley.edu, 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 17tVhO-0004hD-00 for ; Mon, 23 Sep 2002 18:04:38 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17tWNk-0003ru-00 for ; Mon, 23 Sep 2002 18:48:24 +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 17tVhR-0007IR-00; Mon, 23 Sep 2002 12:04:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17tVd2-0006zU-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 12:00:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17tVd0-0006zI-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 12:00:07 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tVcz-0006zC-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 12:00:05 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17tVcz-0002pM-00; Mon, 23 Sep 2002 12:00:05 -0400 Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200209222248.g8MMmKZ26653@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) 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:8123 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8123 So maybe we should not make it buffer-local but instead make it hold a list of buffers whose mark should be deactivated. That seems like a good idea.