This is Info file XEmacs-faq.info, produced by Makeinfo-1.63 from the input file ../Texinfo/XEmacs-faq.texi.  File: XEmacs-faq.info, Node: 22.10., Prev: 22.9., Up: 22. Miscellaneous 22.10. Filladapt used to work after I loaded it. Now in 19.13 it doesn't. What gives? ======================================================================================== Filladapt 2.x is included in 19.13+. In it filladapt is now a minor mode and minor modes are traditionally off by default. The following added to your .emacs will turn it on for all buffers: (setq-default filladapt-mode t) Use `turn-on-filladapt-mode' to turn Filladapt on in particular major modes, like this: (add-hook 'text-mode-hook 'turn-on-filladapt-mode)