From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: auto fill-paragraph Date: Mon, 19 Nov 2012 09:57:14 -0500 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1353337220 15383 80.91.229.3 (19 Nov 2012 15:00:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2012 15:00:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 19 16:00:31 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TaSpo-0003OO-VE for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Nov 2012 16:00:29 +0100 Original-Received: from localhost ([::1]:35813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaSpb-0001YX-Gq for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Nov 2012 10:00:15 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Injection-Info: mx04.eternal-september.org; posting-host="9b718dca22ff4598baab0f6e08a1d03d"; logging-data="9904"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+lJ0DceGmrHNPKOaZrFTIB" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:zw2fwZyh9YTOA0f/52Ne2FD5aRc= sha1:WKmTm8VHWqaSCHK9X4FmT/yvOFQ= Original-Xref: usenet.stanford.edu gnu.emacs.help:195462 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87785 Archived-At: There's an important element you do not discuss in your description of what you want: do you want the "line-wrapping" to be done on the buffer's content (so that the saved file does not contain lines longer than 75 chars), or only on its rendering on screen? auto-fill-mode and M-q modify the actual buffer content, whereas things like visual-line-mode only affect the display rendering. There are ways to trick the rendering engine to do the line-wrapping at a particular column (e.g. the same column as fill-column). The simplest way is to resize the window. Stefan