From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Weylandt Newsgroups: gmane.emacs.help Subject: Re: retroactive auto-fill? Date: Fri, 28 Mar 2014 15:50:01 -0400 Message-ID: <6CC07EA1-AF91-408E-9597-9398E8767DEE@gmail.com> References: <20140328113804.290db788@voltron.arsc.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1396036328 2948 80.91.229.3 (28 Mar 2014 19:52:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2014 19:52:08 +0000 (UTC) Cc: Gnu Emacs Help To: Christopher Howard Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 28 20:52:17 2014 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 1WTcp7-0001Mb-KV for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Mar 2014 20:52:17 +0100 Original-Received: from localhost ([::1]:35697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTcp7-0006uk-A3 for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Mar 2014 15:52:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTcnA-000539-3S for help-gnu-emacs@gnu.org; Fri, 28 Mar 2014 15:50:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTcn4-0006vt-3w for help-gnu-emacs@gnu.org; Fri, 28 Mar 2014 15:50:16 -0400 Original-Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]:45789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTcn3-0006vk-W2 for help-gnu-emacs@gnu.org; Fri, 28 Mar 2014 15:50:10 -0400 Original-Received: by mail-qa0-f48.google.com with SMTP id m5so5669384qaj.21 for ; Fri, 28 Mar 2014 12:50:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=PTzQ7p8hF3WIC/WXUzR5mRjNrCUZiiWkfYuTy1jAIyk=; b=G0WS3auxuLJN1Si+i+ydjJXz1VM1thl1fdmdHCcT2r4oqevF5rlRUbRzjqpq3qF9jh NdmMJqMRxFA+zPnOvJk5ofIG+lr5l1GZezZtSHgnD6n9ekT7b+OH3y9Xdfe8sJzJiI+P u7A/AJIEmSJrMOvLd49bSfnIR9RIVSrUi4X/DxH3Sm/aZ7tWP5PD2iyeNa333PreOF5c 4DAGh6YUpT17Xpd/bpJ2UsHCZ9FoiiE6IJTYsvIhIGBW1IHCfM6kjCH/q3HHBiIu2arV rRdW/+Trqr26vj1ZA1ZFQO/AMJjqGfah9NzGbHfx7Q+K2fQqZFd4sikauvqe0DTqPS8a xW9A== X-Received: by 10.224.152.17 with SMTP id e17mr3677769qaw.100.1396036208925; Fri, 28 Mar 2014 12:50:08 -0700 (PDT) Original-Received: from [10.186.137.15] (mobile-198-228-198-098.mycingular.net. [198.228.198.98]) by mx.google.com with ESMTPSA id 65sm8300312qgj.20.2014.03.28.12.50.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Mar 2014 12:50:07 -0700 (PDT) In-Reply-To: <20140328113804.290db788@voltron.arsc.edu> X-Mailer: iPhone Mail (10B500) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::230 X-Mailman-Approved-At: Fri, 28 Mar 2014 15:52:05 -0400 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:96818 Archived-At: C-x h M-q Might break source blocks so replace M-q with M-x fill-individual-paragraphs= .=20 M On Mar 28, 2014, at 15:38, Christopher Howard wrote: > Hi. I don't want to keep auto-fill mode on all the time. Nevertheless, > frequently I finish writing a buffer, and then afterwards remember > that I forgot to turn on auto-fill mode. Is there a command that will > reformat the text as though I had been typing with auto-fill mode on? >=20