From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: help with double spaces etc. Date: Fri, 27 Sep 2002 03:21:35 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033090577 25904 127.0.0.1 (27 Sep 2002 01:36:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2002 01:36:17 +0000 (UTC) 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 17uk3D-0006jg-00 for ; Fri, 27 Sep 2002 03:36:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17uk3L-0005s7-00; Thu, 26 Sep 2002 21:36:23 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!small.news.tele.dk!193.162.153.118!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1918 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1918 Todd Wylie writes: > For example, I would really like to view text in emacs as > double-spaced with auto-fill word-wrapping - but to lose the wrapping > and line returns when saved. For the double-spacing part you can use the variable `line-spacing', ,----[ C-h v line-spacing RET ] | line-spacing's value is nil | | Documentation: | Additional space to put between lines when displaying a buffer. | The space is measured in pixels, and put below lines on window systems. `---- This only changes the display, not the file itself.