message-goto-body after <#secure
authorŁukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
Tue, 23 Nov 2010 20:55:35 +0000 (21:55 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 24 Nov 2010 17:27:49 +0000 (18:27 +0100)
commit2429ee096e23974cbc3beb2a88998b0e45bdda33
tree81b6ea8dacac36afa44aa736fdf974833212d52b
parent962c43a028e130c1662314e9fe9291d5823c1fac
message-goto-body after <#secure

The following patch makes message-goto-body function put cursor after
possible "<#secure" tag. This hits two birds with one stone: pressing
C-c C-b moves me where I can start typing and any citations that get
inserted into a new message buffer when replying (I have not tested
resending or forwarding yet but I suppose it works the same way) leave
the tag at the very begining of a message.

Why I wrote this? I've set up mml-secure-message-sign-pgpmime as a part
of message-setup-hook. I prefere this to putting it in message-send-hook
because I can decide whether to sign a message or not. And it works well
for a new message. However, it fails for replies because just before
citations are inserted message-goto-body sets point *brefore*
the <#secure tag that is there since message-setup-hook gets fired
before citations.

Signed-off-by: Julien Danjou <julien@danjou.info>
lisp/ChangeLog
lisp/message.el