From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Enabling Transient Mark Mode by default Date: Sat, 23 Feb 2008 00:16:00 -0500 Message-ID: References: <87myq4saw1.fsf@catnip.gol.com> <20080219190127.GA1106@muc.de> <877ih0o9dx.fsf@catnip.gol.com> <85ablvftqe.fsf@lola.goethe.zz> <8e24944a0802201130y1601cd6dvf22a8089e2de97f7@mail.gmail.com> <858x1fe6fc.fsf@lola.goethe.zz> <8e24944a0802201241o4a2a70d0xb823b3fa27692bfd@mail.gmail.com> <87zltujk8n.fsf@jurta.org> <873arkpj2n.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203743785 2609 80.91.229.12 (23 Feb 2008 05:16:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 05:16:25 +0000 (UTC) Cc: rms@gnu.org, wilde@sha-bang.de, david.delaharpe.golden@gmail.com, lennart.borgman@gmail.com, emacs-devel@gnu.org, juri@jurta.org, dann@ics.uci.edu, storm@cua.dk, acm@muc.de, Miles Bader To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 06:16:48 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 1JSmkh-0006gp-Eg for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 06:16:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSmkB-0004qp-PS for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 00:16:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSmk7-0004qO-U9 for emacs-devel@gnu.org; Sat, 23 Feb 2008 00:16:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSmk5-0004nc-M1 for emacs-devel@gnu.org; Sat, 23 Feb 2008 00:16:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSmk5-0004nZ-GA for emacs-devel@gnu.org; Sat, 23 Feb 2008 00:16:09 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSmjy-00007l-CR; Sat, 23 Feb 2008 00:16:02 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah4FAGY6v0dMCpz5Wmdsb2JhbACQUgEgnSyBAQ X-IronPort-AV: E=Sophos;i="4.25,393,1199682000"; d="scan'208";a="14874427" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 23 Feb 2008 00:16:01 -0500 Original-Received: from pastel.home ([76.10.156.249]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id DHN23801; Sat, 23 Feb 2008 00:16:01 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 9ED468A37; Sat, 23 Feb 2008 00:16:00 -0500 (EST) In-Reply-To: <873arkpj2n.fsf@bzg.ath.cx> (Bastien's message of "Sat, 23 Feb 2008 01:17:36 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:90098 Archived-At: > `transient-mark-mode', then swapping the commands behind C-SPC and C-SPC > C-SPC [2] is strictly an equivalent of setting `transient-mark-mode' to > non-nil by default. Or am I missing something? You're missing the other commands that activate the mark, e.g. mark-* Stefan