From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61392 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: hard-newline changes in lisp/gnus/message.el Date: Sat, 19 Nov 2005 22:33:06 -0500 Message-ID: <87psowt2ml.fsf@stupidchicken.com> References: <878xvkdgtw.fsf@pacem.orebokech.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: sea.gmane.org 1132457612 7835 80.91.229.2 (20 Nov 2005 03:33:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 03:33:32 +0000 (UTC) Cc: Gnus , Emacs development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 20 04:33:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Edfx8-0000tU-Rt for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 04:33:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edfx7-0002E5-Gv for ged-emacs-devel@m.gmane.org; Sat, 19 Nov 2005 22:33:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Edfww-0002E0-5n for emacs-devel@gnu.org; Sat, 19 Nov 2005 22:33:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Edfwu-0002Dn-CO for emacs-devel@gnu.org; Sat, 19 Nov 2005 22:33:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edfwu-0002Dk-A0 for emacs-devel@gnu.org; Sat, 19 Nov 2005 22:33:04 -0500 Original-Received: from [18.95.5.42] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Edfwu-0000RX-FC for emacs-devel@gnu.org; Sat, 19 Nov 2005 22:33:04 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 146241E4389; Sat, 19 Nov 2005 22:33:06 -0500 (EST) Original-To: Romain Francoise In-Reply-To: <878xvkdgtw.fsf@pacem.orebokech.com> (Romain Francoise's message of "Sat, 19 Nov 2005 12:20:43 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:46317 gmane.emacs.gnus.general:61392 Archived-At: >> As for `hard-newline': Obviously `hard-newline' is not defined in >> Emacs < 22. I'm not sure what's the best way to deal with this. > > Revert this gross `hard-newline' hack, accept that longlines.el > won't work with all modes in Emacs 22, and spend our time on real > problems? OK, I've reverted message.el. I'll see if I can figure out some other way to make it work.