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

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

Re: global-visual-line-mode Word Wrap


From: Perry Smith
Subject: Re: global-visual-line-mode Word Wrap
Date: Sun, 17 Jul 2011 09:07:18 -0500

On Jul 15, 2011, at 6:49 PM, spinner wrote:

> I'm new to emacs and would have thought line wrapping from such edits would
> occur automatically.

Emacs is a sea of options... this is an option.  Check out auto-fill-mode

Probably one newbie tendency is to find things like this and add them always to 
be the default with:

(auto-fill-mode t)

which is fine but you probably want to hook in to the mode hooks to do that so 
that auto fill is on (or off) depending upon the mode of the buffer.  I flip 
back and forth frequently so I have this tied to a key.

Good luck!
pedz




reply via email to

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