From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Mon, 31 May 2004 14:39:31 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <867jutq2pq.fsf@rumba.de.uu.net> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086028837 31758 80.91.224.253 (31 May 2004 18:40:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 May 2004 18:40:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 31 20:40:27 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUrhy-0001ym-00 for ; Mon, 31 May 2004 20:40:26 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUrhy-0007yP-00 for ; Mon, 31 May 2004 20:40:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUriA-0007RB-Ha for emacs-devel@quimby.gnus.org; Mon, 31 May 2004 14:40:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUrhS-0006vQ-3g for emacs-devel@gnu.org; Mon, 31 May 2004 14:39:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUrhL-0006sx-ET for emacs-devel@gnu.org; Mon, 31 May 2004 14:39:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUrhL-0006oX-5d for emacs-devel@gnu.org; Mon, 31 May 2004 14:39:47 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUrh6-0000TF-8a for emacs-devel@gnu.org; Mon, 31 May 2004 14:39:33 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BUrh5-0005mm-Ld; Mon, 31 May 2004 14:39:31 -0400 Original-To: Kai Grossjohann In-reply-to: <867jutq2pq.fsf@rumba.de.uu.net> (message from Kai Grossjohann on Sun, 30 May 2004 18:50:09 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24289 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24289 One of the washing functions affects long lines: You receive a message which has long lines, you then invoke the washing function, and Gnus will display the message with newlines in the right places. There are other washing functions, but those are not relevant in this context. So M-x view-file RET could, in principle, offer similar functions. However, IMVHO, this is not a substitute for display word wrapping. Why not?