On Tue, Aug 13, 2002 at 07:58:47PM -0400, Walt Mankowski wrote: > > That's pretty much what I have, and it works for me. The only thing I > can think of is that (auto-fill-mode) doesn't *turn on* auto fill > mode, it *toggles* auto fill mode. Maybe you have code elsewhere in > your .emacs file that's turning it on, so then this line is turning it > back off. > > To always turn it on, try this instead: > > (auto-fill-mode 1)
That did it. Thanks. [It has been so long since I've messed with any emacs stuff that I had forgotten that was a toggle.] andy