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

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

Re: Gnus: default position of point in replies


From: Eric Abrahamsen
Subject: Re: Gnus: default position of point in replies
Date: Mon, 28 Nov 2011 09:07:29 +0800
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux)

On Mon, Nov 28 2011, Marius Hofert wrote:

> Hi,
>
> When replying to a message in Gnus (via "R"), the mail looks like this:
>
> <header>
> --text follows this line--
> John Doe <john.doe@foo.com> writes:
>
> (*)> Dear ...
>> ...
>
> The point is by default at the position indicated by (*). Is there an
> easy way to put it in the following position and then insert a blank
> line between the point and the "John Doe <...> writes:"?

If you're using a recent gnus (you might need the git version for this),
you can mess with `message-cite-reply-position' to get different
behavior. I've got a clause in `gnus-posting-styles' that looks like
this:

("\\(mail\\|mairix\\)"
(eval (set (make-local-variable 'message-cite-reply-position) 'above)))

That means that replying to anything from a mail group lets me top-post,
while replying to news keeps the default behavior.

Hope that helps,
Eric

-- 
GNU Emacs 24.0.91.1 (i686-pc-linux-gnu, GTK+ Version 2.24.6)
 of 2011-11-07 on pellet




reply via email to

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