I would like to have "Wrap at Window Edge" enabled for all but text-mode buffers (for the latter I have auto-fill turned on via (add-hook 'text-mode-hook 'turn-on-auto-fill)). I couldn't manage to achieve this and finally reduced the contents of my .emacs file stepwise to see where the problem is. Under my setup (see below), I could start with an empty .emacs and obtained by default (as it should be) Wrap at Window Edge with the little squiggle arrows if a line is wrapped over. Everything fine. Now I added the single line (desktop-save-mode 1) to .emacs. Suddenly, the default switches to "Word Wrap (Visual Line mode)". If I then (by hand) set it to "Wrap at Window Edge" (via Options -> Line Wrapping in This Buffer), I obtain the right wrapping but the little squiggle arrows are missing.
What is wrong?
I would really like to use desktop-save-mode but I didn't know that it has such a wide impact on other things.
Here is my setup: I work with GNU Emacs 24.0.95.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) [installed as Emacs-pretest-24.0.91-universal-10.6.7.dmg from http://emacsformacosx.com/builds] on Mac OS X 10.7.3.
buffer-menuand started Emacs with justdesktop-save-modeon/off. Still, word wrap is turned on ifdesktop-save-modeis on and I don't see the squiggle arrows :-(. Is there some other file where Emacs reads its settings from? I always did all of the changes in .emacs so I thought it must be in there. – Marius Hofert Apr 11 '12 at 10:13.emacs.desktopand.emacs.desktop.lockfor it to work. Many thanks, phils! – Marius Hofert Apr 11 '12 at 11:32