all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus: default position of point in replies
Date: Mon, 28 Nov 2011 09:07:29 +0800	[thread overview]
Message-ID: <87lir12gxa.fsf@ericabrahamsen.net> (raw)
In-Reply-To: EC19BA4E-E563-4CA7-B26E-6E11694F8315@math.ethz.ch

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	other threads:[~2011-11-28  1:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-27 22:48 Gnus: default position of point in replies Marius Hofert
2011-11-28  1:07 ` Eric Abrahamsen [this message]
2011-11-28  7:14   ` Marius Hofert
2011-11-28  7:24     ` Eric Abrahamsen
2011-11-28  8:08       ` Marius Hofert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lir12gxa.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.