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

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

Re: auto-fill-mode for WordWrap


From: Kai Großjohann
Subject: Re: auto-fill-mode for WordWrap
Date: Tue, 21 Jan 2003 09:14:32 +0100
User-agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.3.50 (i686-pc-linux-gnu)

"Peter Wu" <peterwu@hotmail.com> writes:

> However, I don't know how to customize the number of characters from which
> the wordwrap functions starts work. For example, I want sentences to be
> wordwrapped at character #74.

C-h f auto-fill-mode RET shows me this:

/----
| auto-fill-mode is an interactive compiled Lisp function in `simple'.
| (auto-fill-mode &optional ARG)
| 
| Toggle Auto Fill mode.
| With arg, turn Auto Fill mode on if and only if arg is positive.
| In Auto Fill mode, inserting a space at a column beyond `current-fill-column'
| automatically breaks the line at a previous space.
| 
| The value of `normal-auto-fill-function' specifies the function to use
| for `auto-fill-function' when turning Auto Fill mode on.
\----

So it's current-fill-column.

Also see the command C-x f (set-fill-column).
-- 
Ambibibentists unite!


reply via email to

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