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: Patch: Syntax and Hard Newlines Date: Sat, 09 Dec 2006 13:25:45 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1165688796 22893 80.91.229.10 (9 Dec 2006 18:26:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Dec 2006 18:26:36 +0000 (UTC) Cc: herberteuler@hotmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 09 19:26:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gt6u8-00040q-Q3 for ged-emacs-devel@m.gmane.org; Sat, 09 Dec 2006 19:26:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gt6u8-0005j9-9k for ged-emacs-devel@m.gmane.org; Sat, 09 Dec 2006 13:26:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gt6tP-0005JT-5j for emacs-devel@gnu.org; Sat, 09 Dec 2006 13:25:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gt6tO-0005Is-1T for emacs-devel@gnu.org; Sat, 09 Dec 2006 13:25:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gt6tN-0005Ie-QV for emacs-devel@gnu.org; Sat, 09 Dec 2006 13:25:45 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gt6tN-0005Dr-Sr for emacs-devel@gnu.org; Sat, 09 Dec 2006 13:25:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1Gt6tN-0006WR-4n; Sat, 09 Dec 2006 13:25:45 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Fri, 08 Dec 2006 22:50:24 -0500) 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:63518 Archived-At: AFAIU the proposal was only to add a hook to fill-newline such that code like longlines-mode can tweak the behavior of filling functions rather than reimplement their own filling code. That method could work.