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: Fri, 22 Feb 2008 17:57:42 -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> <87hcg1xo6q.fsf@bzg.ath.cx> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1203721543 17718 80.91.229.12 (22 Feb 2008 23:05:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 23:05:43 +0000 (UTC) Cc: wilde@sha-bang.de, lennart.borgman@gmail.com, emacs-devel@gnu.org, juri@jurta.org, dann@ics.uci.edu, monnier@iro.umontreal.ca, storm@cua.dk, acm@muc.de, miles@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 00:06:06 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 1JSgx7-0008EA-Ac for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 00:05:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSgwb-0002zB-Uo for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 18:04:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSgpv-0006C8-M2 for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSgpu-0006AO-1T for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSgpt-0006AE-SK for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:45 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSgpt-0001MN-Ts for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JSgpq-0005MK-Uf; Fri, 22 Feb 2008 17:57:42 -0500 In-reply-to: <87hcg1xo6q.fsf@bzg.ath.cx> (message from Bastien on Fri, 22 Feb 2008 10:47:41 +0000) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:90047 Archived-At: What about this: C-SPC set the mark and temporarily turn on Transient Mark mode C-@ only sets the mark It is not a good idea to make them different. And on a tty it is impossible. C-SPC on a tty sends C-@.