MapaDoSite ModificaçõesRecentes Notícias SeçãoElisp HowTo

WrapMode

Last edit

Added: 12a13

> This apparently does the same thing as RefillMode, which is included in Emacs 21.2.


wrap-mode.el is a minor mode for word wrapping like typical word processors.

You can get it here: http://nbcs.rutgers.edu/~jszabo/wrap-mode.el

Comparison to autofill-mode

Auto-fill-mode breaks the current line (calls indent-new-comment-line) at the appropriate place when you press return or the space-bar on a column past the fill-column.

Wrap-mode re-fills the current paragraph (calls fill-paragraph) under these conditions (much like a word processor):

Bugs:

This apparently does the same thing as RefillMode, which is included in Emacs 21.2.


CategoryModes