From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Enabling Transient Mark Mode by default Date: Sat, 23 Feb 2008 09:14:32 +0900 Message-ID: <87lk5ch6l3.fsf@uwakimon.sk.tsukuba.ac.jp> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203725264 27947 80.91.229.12 (23 Feb 2008 00:07:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 00:07:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 01:08:00 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 1JShvr-0002LM-U5 for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 01:08:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JShvM-0005WB-Ix for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 19:07:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JShvJ-0005Vq-1I for emacs-devel@gnu.org; Fri, 22 Feb 2008 19:07:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JShvE-0005Tx-K5 for emacs-devel@gnu.org; Fri, 22 Feb 2008 19:07:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JShvE-0005Tt-Ce for emacs-devel@gnu.org; Fri, 22 Feb 2008 19:07:20 -0500 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JShvA-0005Zz-Gd; Fri, 22 Feb 2008 19:07:16 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id 3DAB81535A8; Sat, 23 Feb 2008 09:07:15 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id C6E581A29E5; Sat, 23 Feb 2008 09:14:32 +0900 (JST) In-Reply-To: X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" 42711a251efd XEmacs Lucid 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:90066 Archived-At: Richard Stallman writes: > M-SPC is an important Emacs command, Oh, yeah, that reminds me of an occasional wish: should M-SPC respect `sentence-end-double-space'? It currently doesn't, but it sort of feels like a filling command to me. If this has been tried and failed, or there are strong intuitions against, I'd like to know.