From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bjemacs Newsgroups: gmane.emacs.help Subject: Re: Redistributing Text After Editing Date: Mon, 30 Oct 2006 08:21:52 -0800 (PST) Message-ID: <7077663.post@talk.nabble.com> References: <20061030013636.GA29022@bill.local> <874ptmfpk6.fsf@gmail.com> <7077306.post@talk.nabble.com> <20061030161426.GM16897@cspcag2.swan.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162225707 17934 80.91.229.2 (30 Oct 2006 16:28:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 16:28:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 30 17:28:25 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GeZto-0004FW-4F for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Oct 2006 17:22:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeZtn-0005UW-EG for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Oct 2006 11:22:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeZtb-0005Tx-1B for help-gnu-emacs@gnu.org; Mon, 30 Oct 2006 11:21:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeZta-0005T2-8n for Help-gnu-emacs@gnu.org; Mon, 30 Oct 2006 11:21:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeZta-0005Si-3A for Help-gnu-emacs@gnu.org; Mon, 30 Oct 2006 11:21:54 -0500 Original-Received: from [72.21.53.35] (helo=talk.nabble.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GeZtZ-0006SE-VM for Help-gnu-emacs@gnu.org; Mon, 30 Oct 2006 11:21:54 -0500 Original-Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GeZtY-0004Eo-Sn for Help-gnu-emacs@gnu.org; Mon, 30 Oct 2006 08:21:52 -0800 Original-To: Help-gnu-emacs@gnu.org In-Reply-To: <20061030161426.GM16897@cspcag2.swan.ac.uk> X-Nabble-From: tfc4@cybcon.com X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38419 Archived-At: Yes! That's it exactly. Much appreciated. Bill ___________________________________________________________ Andy Gimblett wrote: > > On Mon, Oct 30, 2006 at 08:05:50AM -0800, bjemacs wrote: >> >> Here's the scenario. I open a page containing several >> paragraphs. I begin to edit one of the paragraphs. As I am >> editing the paragraph, it begins to take on an 'odd' shape. When >> I have finished editing the paragraph I press M-q and the >> paragraph takes on a more 'normal' shape. >> >> I'm looking for a way to have Emacs shape the paragraph 'as' I >> edit it, rather than having to press M-q each time I'm done >> editing the paragraph. > > Then, as the man said, refill-mode will do what you want. > > Add this to your .emacs file: > > (add-hook 'text-mode-hook '(lambda () (refill-mode))) > > Now every time you're in a text mode buffer, refill-mode will be > turned on automatically. I don't like it personally, but I believe > the above will do what you've asked for... > > -Andy > > -- > Andy Gimblett > Computer Science Department > University of Wales Swansea > http://www.cs.swan.ac.uk/~csandy/ > > > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > > -- View this message in context: http://www.nabble.com/Redistributing-Text-After-Editing-tf2536982.html#a7077663 Sent from the Emacs - Help mailing list archive at Nabble.com.