From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.help Subject: Re: soft wrapping and line numbers Date: 02 May 2003 17:23:18 -0400 Organization: Yale University Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <5ld6j1jb5l.fsf@rum.cs.yale.edu> References: <5lllxqgudo.fsf@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051913299 31918 80.91.224.249 (2 May 2003 22:08:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 2 May 2003 22:08:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat May 03 00:08:18 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Bih8-0008GR-00 for ; Sat, 03 May 2003 00:07:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BifF-0004GI-06 for gnu-help-gnu-emacs@m.gmane.org; Fri, 02 May 2003 18:05:57 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!canoe.uoregon.edu!news.wss.yale.edu!news.ycc.yale.edu!rum.cs.yale.edu!rum.cs.yale.edu Original-Newsgroups: gnu.emacs.help Original-Lines: 41 Original-NNTP-Posting-Host: rum.cs.yale.edu User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Original-NNTP-Posting-Host: rum.cs.yale.edu X-Original-Trace: 2 May 2003 17:23:18 -0400, rum.cs.yale.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:112687 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9181 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9181 > With the refill mode in standard text mode using the tab, the tab will tab > every line right after that. Indeed (unless you manually untab the second line, sine the lines after the second are indented like the second). > With paragraph-indent-text-mode I had problems with the size of the tab > indents varying. That is, sometimes they might be the equivalent of eight > spaces, sometimes five. Cutting and pasting from DOS files seemed to > exacerbate this. Sometimes they'd be spaces rather than actual > tabs. Since the original files were tabbed, and not spaced, I don't know > why this is. It also did this with just general cut and pasting within > the file. Sounds like bugs. > For what it's worth, I'm using version 21.1.1. Maybe there's a better answer > out there and I didn't have to go to all this trouble. Maybe I just > displayed my ignorance in front of the world. But it still seems to me like > the most sophisticated editor in the world should have the basic capability > of wordwrap without newlines. Like I said, Windows Notepad can handle it. > Emacs should also. I suspect it would become a whole lot more popular among > writers if it could do this without going to a lot of trouble. Emacs is still pretty strongly aimed at "editing fixed-width 80 column text". I suspect most Emacs hackers still use it mostly in that kind of context and are hence not strongly interested in improving it in the direction you'd like it to go. Another problem is that soft-wrapping as in Notepad tends to be of very limited use when you want indented paragraphs or quoted paragraphs, and so you quickly end up needing something more like Word where there is a notion of page-width, margin and where the document is not purely text but has various formatting info embedded in it. It's probably not *that* hard to add soft-wrapping, but it looks like none of the few people able to do it have any serious interest in such a feature. Stefan