>  :: So now i was able to toggle the auto-fill button, and it put
>  back a:: text-mode-hook in custom-set-variables:
>  :: 
>  :: (text-mode-hook (quote (text-mode-hook-identify)))

> auto-fill is now set, by default,  `/etc/emacs/site-start.el'
> 
> If you look in that file you will find this line:
> 
> (add-hook 'text-mode-hook 'turn-on-auto-fill)
> 
> The correct solution (advised by that self-same file) is to add
> this line to your ~/.emacs startup file:
> 
> (remove-hook 'text-mode-hook 'turn-on-auto-fill)

Cool.  Thanks for the info.

I think the reason i had trouble in the first place is that the new
default didn't play well with my (very old) .emacs file.

I would set (from the emacs menus) no fill, then save the options,
but it wouldn't stick.

eric


-- 
Mandrake HowTo's & More:          http://twiki.mdklinuxfaq.org

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to