From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jeff Clough Newsgroups: gmane.emacs.help Subject: Re: retroactive auto-fill? Date: Fri, 28 Mar 2014 16:06:22 -0400 Message-ID: <87a9cagkap.fsf@gmail.com> References: <20140328113804.290db788@voltron.arsc.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396040649 22530 80.91.229.3 (28 Mar 2014 21:04:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2014 21:04:09 +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 22:04:19 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 1WTdwm-00057M-2p for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Mar 2014 22:04:16 +0100 Original-Received: from localhost ([::1]:35960 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTdwl-0000wB-8n for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Mar 2014 17:04:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTd2z-0005wX-OD for help-gnu-emacs@gnu.org; Fri, 28 Mar 2014 16:06:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTd2r-0003WN-UY for help-gnu-emacs@gnu.org; Fri, 28 Mar 2014 16:06:37 -0400 Original-Received: from mail-qc0-x22f.google.com ([2607:f8b0:400d:c01::22f]:36498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTd2r-0003WB-P0 for help-gnu-emacs@gnu.org; Fri, 28 Mar 2014 16:06:29 -0400 Original-Received: by mail-qc0-f175.google.com with SMTP id e16so6415033qcx.6 for ; Fri, 28 Mar 2014 13:06:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=hkwltK43pzMqbWGnyVJ/DnPaVTu24IFRWzFeG79z+c0=; b=CEwcT+Qd4hvfWQxl4QKgqNtMlQFN8C3siY/ZWRe466FS19O3ko76UwwANSKF7BL4j0 xnd1DVRbeZpNDjdTrTzPWiAsfDQigPZELabq3dopjYdBnmWsSooPT0B7RpWW22XtkTcR 6vXIViLbGFDIIuHjg0zNf5JlG4onCRgSQo9o5zoS020bMkL3EoddJrsBpxQ7szaJYXje hTin8xZYQJxlcjv/E3O7Ojv88PHZHTOdCyp+TS743XLnfLsjFIa3Y7kix9P7/57SEKgZ Gtdo4N96x3g9PwIoEO//yiIDXniiw1HfgQ5hsYme1ZnUwY4KD774wkDoTAguWLZXrr3Q WSiw== X-Received: by 10.224.160.142 with SMTP id n14mr11803736qax.17.1396037189093; Fri, 28 Mar 2014 13:06:29 -0700 (PDT) Original-Received: from jeff-Inspiron-3537 (cpe-74-65-172-226.maine.res.rr.com. [74.65.172.226]) by mx.google.com with ESMTPSA id f2sm11941350qaa.28.2014.03.28.13.06.28 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 28 Mar 2014 13:06:28 -0700 (PDT) In-Reply-To: <20140328113804.290db788@voltron.arsc.edu> (Christopher Howard's message of "Fri, 28 Mar 2014 11:38:04 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::22f X-Mailman-Approved-At: Fri, 28 Mar 2014 17:04:04 -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:96821 Archived-At: Christopher Howard writes: > 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? Is 'fill-region' what you're looking for? Jeff