From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: 30 May 2004 08:08:44 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085893670 18833 80.91.224.253 (30 May 2004 05:07:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 May 2004 05:07:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 30 07:07:44 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 1BUIXw-00044u-00 for ; Sun, 30 May 2004 07:07:44 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUIXw-0000Au-00 for ; Sun, 30 May 2004 07:07:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUIY3-0006cy-Ot for emacs-devel@quimby.gnus.org; Sun, 30 May 2004 01:07:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUIXC-0006J7-7b for emacs-devel@gnu.org; Sun, 30 May 2004 01:06:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUIX9-0006HI-4W for emacs-devel@gnu.org; Sun, 30 May 2004 01:06:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUIX8-0006H3-V7 for emacs-devel@gnu.org; Sun, 30 May 2004 01:06:55 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.34) id 1BUIWz-0001Ux-V0; Sun, 30 May 2004 01:06:46 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on 29 May 2004 23:11:59 -0400) 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:24207 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24207 > From: Stefan Monnier > Date: 29 May 2004 23:11:59 -0400 > > > Windows Notepad is often held up as an example of the most > > featureless text editor. > > It's all relative. From what I heard it has fairly good unicode support by > Emacs standards (such as bidi). Actually, the bidi support in Notepad is quite awful. Of course, it's much better than what Emacs currently has... > In any case, I think it would be good to have word-wrapping in the display. > But I also think we should postpone discussion to after-21.4. Agreed on both counts.