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

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

Re: Message goto signature


From: Richard Riley
Subject: Re: Message goto signature
Date: Thu, 05 Mar 2009 21:23:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Francis Moreau <francis.moro@gmail.com> writes:

> Nikolaj Schumacher <me@nschum.de> writes:
>
>> Do you mean before the /separator/?  It should already move to the
>> beginning of the signature.
>
> Yes I mean before the separator.
>
> I usually want to move to the bottom of the email body when replying,
> so I would find more convenient if the cursor is moved before the
> separator.
>
> Actually I don't see any use case where moving between the separator
> and the signature is usefull...
>
> Thanks

Just as some bg info, I believe the cursor is put at the start to
encourage you to snip replies.

I think this code that follows is bad style in so many ways, but
something like this. I guess you would use a backward search for sig
separator function instead but this works for now:

(defadvice message-goto-signature (after message-goto-signature
activate)(progn (previous-line)(previous-line)))

-- 
 important and urgent problems of the technology of today are no longer the 
satisfactions of the primary needs or of archetypal wishes, but the reparation 
of the evils and damages by the technology of yesterday.  ~Dennis Gabor, 
Innovations:  Scientific, Technological and Social, 1970


reply via email to

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