help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Message goto signature


From: Francis Moreau
Subject: Re: Message goto signature
Date: Fri, 6 Mar 2009 00:47:18 -0800 (PST)
User-agent: G2/1.0

On Mar 6, 12:03 am, Richard Riley <rileyrg...@gmail.com> wrote:
> Francis Moreau <francis.m...@gmail.com> writes:
> > Reiner Steib <reinersteib+gm...@imap.cc> writes:
>
> >> On Thu, Mar 05 2009, Richard Riley wrote:
>
> >>> Francis Moreau <francis.m...@gmail.com> writes:
> >>>> Actually I don't see any use case where moving between the separator
> >>>> and the signature is usefull...
>
> >> To edit the signature?
>
> > Hmm do you usually edit your signature ?
>
> > I don't and never have the need. But the fact is I usually need to go
> > to the bottom of the body.
>
> > thanks
>
> This works for followup:
>
> (defadvice gnus-summary-followup (after followup-sig
> activate)(progn (message-goto-signature)(previous-line)(previous-line)))
>
> And this for reply:
>
> (defadvice gnus-summary-reply-with-original (after reply-sig
> activate)(progn (message-goto-signature)(previous-line)(previous-line)))
>
> I dont know if there is a better way than previous-line.
>
> I am assuming its cleaner to do it at this level then
> message-goto-signature
>

Thanks for this.

But the point of my initial question was about the default behaviour
of goto-signature.
I don't see the point why it puts the cursor where it does so I was
asking in case I
miss something.

thanks


reply via email to

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