info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange indentation in message-mode


From: Bastien
Subject: Re: Strange indentation in message-mode
Date: Thu, 03 May 2012 23:54:05 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Thorsten Jolitz <tjolitz@googlemail.com> writes:

> ,---------------------------------------------------------------------------
> | =orgstruct++-mode= is enabled in =Gnus= message buffers to aid in
> | creating structured email messages.
> | 
> | #+begin_src emacs-lisp :tangle yes
> |   (add-hook 'message-mode-hook 'orgstruct++-mode 'append)
> |   (add-hook 'message-mode-hook 'turn-on-auto-fill 'append)
> |   ; (add-hook 'message-mode-hook 'bbdb-define-all-aliases 'append)
> |   (add-hook 'message-mode-hook 'orgtbl-mode 'append)
> |   (add-hook 'message-mode-hook 'auto-complete-mode 'append)
> |   ; (add-hook 'message-mode-hook 'turn-on-flyspell 'append)
> |   (add-hook 'message-mode-hook
> |             '(lambda () (setq fill-column 72))
> |             'append)
> |   (add-hook 'message-mode-hook
> |             '(lambda () (local-set-key (kbd "C-c M-o") 'org-mime-htmlize))
> |             'append)
> | #+end_src
> `---------------------------------------------------------------------------

Can you please try to put the orgstruct++-mode hook at the end of
`message-mode-hook' and report ?

`orgstruct++-mode' modifies variables and should be put at the end
(yes, this is not clean enough, I will work on this over the WE.)

Thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]