From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: require-hard-newlines to use newline Date: Tue, 1 Mar 2005 21:55:17 -0600 (CST) Message-ID: <200503020355.j223tHF21790@raven.dms.auburn.edu> References: <1483.220.255.172.231.1109730379.squirrel@www.stupidchicken.com> <200503020302.j2232fR21722@raven.dms.auburn.edu> <2750.220.255.172.231.1109734015.squirrel@www.stupidchicken.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109737233 8749 80.91.229.2 (2 Mar 2005 04:20:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2005 04:20:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 02 05:20:31 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D6LKk-00044x-1h for ged-emacs-devel@m.gmane.org; Wed, 02 Mar 2005 05:19:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6LdQ-0002dv-Ld for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2005 23:38:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D6LaY-0000yd-1N for emacs-devel@gnu.org; Tue, 01 Mar 2005 23:35:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D6LUj-0007l5-28 for emacs-devel@gnu.org; Tue, 01 Mar 2005 23:29:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6LUh-0007Yy-9i for emacs-devel@gnu.org; Tue, 01 Mar 2005 23:29:55 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D6KzX-0007CM-Oq for emacs-devel@gnu.org; Tue, 01 Mar 2005 22:57:43 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j223vh9N008382; Tue, 1 Mar 2005 21:57:43 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j223tHF21790; Tue, 1 Mar 2005 21:55:17 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: cyd@stupidchicken.com In-reply-to: <2750.220.255.172.231.1109734015.squirrel@www.stupidchicken.com> (cyd@stupidchicken.com) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:34038 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34038 Chong Yidong wrote: Nothing will go wrong when you save in the middle of a paragraph, since the code inserts the newline inside a save-excursion. The hard newline always goes *after* point, at the end of the buffer, where it won't get in the way. I guess you may be right. (But it is probably better if Richard still takes a look at it.) Sincerely, Luc.