help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Redistributing Text After Editing


From: bjemacs
Subject: Re: Redistributing Text After Editing
Date: Mon, 30 Oct 2006 08:21:52 -0800 (PST)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]