From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Enabling Transient Mark Mode by default Date: Thu, 21 Feb 2008 04:16:19 -0500 Message-ID: References: <87myq4saw1.fsf@catnip.gol.com> <878x1ov227.fsf@jurta.org> <878x1os6mt.fsf@catnip.gol.com> <47B39231.8010108@gmail.com> <200802151711.m1FHB3Y3008798@sallyv1.ics.uci.edu> <200802171658.m1HGwQ4h011067@sallyv1.ics.uci.edu> <20080219085231.GA1032@muc.de> <200802190938.m1J9ccVg016565@sallyv1.ics.uci.edu> <20080219190127.GA1106@muc.de> <877ih0o9dx.fsf@catnip.gol.com> <85ablvftqe.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1203590692 23227 80.91.229.12 (21 Feb 2008 10:44:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 10:44:52 +0000 (UTC) Cc: wilde@sha-bang.de, lennart.borgman@gmail.com, emacs-devel@gnu.org, juri@jurta.org, dann@ics.uci.edu, storm@cua.dk, acm@muc.de, miles@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 11:45:12 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 1JS8vK-0002Zt-9W for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 11:45:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS8up-0005Jh-3o for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 05:44:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JS7XR-0001Uf-GX for emacs-devel@gnu.org; Thu, 21 Feb 2008 04:16:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JS7XQ-0001Tt-S1 for emacs-devel@gnu.org; Thu, 21 Feb 2008 04:16:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS7XQ-0001Tk-NV for emacs-devel@gnu.org; Thu, 21 Feb 2008 04:16:20 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JS7XQ-00009e-IS for emacs-devel@gnu.org; Thu, 21 Feb 2008 04:16:20 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JS7XP-0002HJ-Sx; Thu, 21 Feb 2008 04:16:19 -0500 In-reply-to: (message from Stefan Monnier on Wed, 20 Feb 2008 12:58:48 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Thu, 21 Feb 2008 05:41:37 -0500 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:89815 Archived-At: The issue of the mark being active when you don't want it, is particularly acute for people who push marks for navigation purposes. Could you explain what you mean by this? As far as I know, the mark is active now in the same cases where it would be active when Transient Mark mode is not enabled.