From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: Should M-SPC respect `sentence-end-double-space'? Date: Sat, 23 Feb 2008 02:46:44 +0200 Message-ID: <200802230246.45509.pogonyshev@gmx.net> References: <87lk5ch6l3.fsf@uwakimon.sk.tsukuba.ac.jp> <87ir0gh54a.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203727389 834 80.91.229.12 (23 Feb 2008 00:43:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 00:43:09 +0000 (UTC) Cc: "Stephen J. Turnbull" , rms@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 01:43:34 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 1JSiUB-0002Xr-Mr for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 01:43:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSiTg-0000eW-A0 for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 19:42:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSiTb-0000dw-9z for emacs-devel@gnu.org; Fri, 22 Feb 2008 19:42:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSiTZ-0000dL-OZ for emacs-devel@gnu.org; Fri, 22 Feb 2008 19:42:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSiTZ-0000dE-IC for emacs-devel@gnu.org; Fri, 22 Feb 2008 19:42:49 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JSiTY-0004OO-Uo for emacs-devel@gnu.org; Fri, 22 Feb 2008 19:42:49 -0500 Original-Received: (qmail invoked by alias); 23 Feb 2008 00:42:47 -0000 Original-Received: from unknown (EHLO [10.19.3.202]) [212.98.162.3] by mail.gmx.net (mp031) with SMTP; 23 Feb 2008 01:42:47 +0100 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX18bJFs90qwbNCKMgfXUl3wysuCfJl7905v4lcH02j 1lpzeNDrxrt0xw User-Agent: KMail/1.7.2 In-Reply-To: <87ir0gh54a.fsf@uwakimon.sk.tsukuba.ac.jp> Content-Disposition: inline X-Y-GMX-Trusted: 0 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:90077 Archived-At: Stephen J. Turnbull writes: > 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. FWIW, I use this command editing program code, not text, so for me such respecting would be annoying. Paul