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

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

Re: fill-paragraph in real-time?


From: Tassilo Horn
Subject: Re: fill-paragraph in real-time?
Date: Thu, 24 May 2007 09:19:27 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Anupam Sengupta <anupamsg@gmail.com> writes:

Hi Anupam,

> Have you tried auto-fill-mode? This lets you do exactly what you are
> looking for.
>
> See:
>        http://www.emacswiki.org/cgi-bin/wiki/AutoFillMode
>
> for additional details.

Since AutoFillMode doesn't fill the paragraph anew when deleting text,
`refill-mode' is more appropriate.

,----[ C-h f refill-mode RET ] 
| refill-mode is an interactive compiled Lisp function in `refill.el'.
| (refill-mode &optional ARG)
| 
| Toggle Refill minor mode.
| With prefix arg, turn Refill mode on iff arg is positive.
| 
| When Refill mode is on, the current paragraph will be formatted when
| changes are made within it.  Self-inserting characters only cause
| refilling if they would cause auto-filling.  
`----

HTH,
Tassilo
-- 
Fighting patents one by one  will never eliminate the danger of software
patents,  any  more than  swatting  mosquitoes  will eliminate  malaria.
(Richard M. Stallman)


reply via email to

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