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: just-one-space Date: Sat, 24 Mar 2007 01:15:39 +0200 Message-ID: <200703240115.40177.pogonyshev@gmx.net> References: <200703231800.30770.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174691153 32730 80.91.229.12 (23 Mar 2007 23:05:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Mar 2007 23:05:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 24 00:05:47 2007 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 1HUspK-00087g-Ov for ged-emacs-devel@m.gmane.org; Sat, 24 Mar 2007 00:05:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUsrH-0000Ei-BU for ged-emacs-devel@m.gmane.org; Fri, 23 Mar 2007 18:07:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUsr8-0008MX-CI for emacs-devel@gnu.org; Fri, 23 Mar 2007 19:07:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUsr4-0008FE-Fx for emacs-devel@gnu.org; Fri, 23 Mar 2007 19:07:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUsr4-0008Er-Ad for emacs-devel@gnu.org; Fri, 23 Mar 2007 18:07:30 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HUsp6-0007CZ-GT for emacs-devel@gnu.org; Fri, 23 Mar 2007 19:05:28 -0400 Original-Received: (qmail invoked by alias); 23 Mar 2007 23:05:27 -0000 Original-Received: from unknown (EHLO [80.94.234.126]) [80.94.234.126] by mail.gmx.net (mp036) with SMTP; 24 Mar 2007 00:05:27 +0100 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX19pHMo8wnNpYOvfUNprycagWhcyld9dRtdVwcgizL ZZkz1q6cwjG2fD User-Agent: KMail/1.7.2 In-Reply-To: <200703231800.30770.pogonyshev@gmx.net> Content-Disposition: inline X-Y-GMX-Trusted: 0 X-detected-kernel: 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:68440 Archived-At: I wrote: > Would it be a good enhancement if that function could also optionally > delete newlines around point, based on a customizable variable? Same > could also apply to `delete-horizontal-space', probably, but its name > insists on current behaviour. Probably not that good, since it spoils M-/ M-SPC M-/ ... sequence. Paul