>> "Lars" == Lars Magne Ingebrigtsen writes: > Lars Magne Ingebrigtsen writes: >> This is a single paragraph with a long line of text that >> should be long enough here. > Yup. Content-Type: text/plain; format=flowed I have the following in my setting (add-hook 'message-setup-hook 'my-use-hard-newlines) (defun my-use-hard-newlines () (interactive) (use-hard-newlines) (describe-variable use-hard-newlines)) Now when I create a new message I am asked make newlines hard. I say n, but hardlines *is* turned ON, as shown by the describe variables. When I bind use-hard-newlines to a key, then the minibuffer correctly informs me whether hardlines are on or not, so calling the function interactively is ok, putting it in a hook is not. Any idea of this bizarre behaviour? Uwe Brauer