From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80605 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help,gmane.emacs.gnus.general Subject: Re: Gnus: default position of point in replies Date: Mon, 28 Nov 2011 15:24:27 +0800 Message-ID: <87aa7g1zh0.fsf@ericabrahamsen.net> References: <87lir12gxa.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1322465113 25403 80.91.229.12 (28 Nov 2011 07:25:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2011 07:25:13 +0000 (UTC) Cc: ding@gnus.org To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 28 08:25:09 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RUvaO-00072E-Hg for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Nov 2011 08:25:08 +0100 Original-Received: from localhost ([::1]:39852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUvaI-00055k-H7 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Nov 2011 02:25:02 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUva8-00055d-Il for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 02:24:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUva2-0006Ja-NN for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 02:24:52 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:47805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUva2-0006JU-DU for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 02:24:46 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RUvZz-0006x5-CP for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 08:24:43 +0100 Original-Received: from 50-56-99-223.static.cloud-ips.com ([50.56.99.223]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Nov 2011 08:24:43 +0100 Original-Received: from eric by 50-56-99-223.static.cloud-ips.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Nov 2011 08:24:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 70 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 50-56-99-223.static.cloud-ips.com User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) Cancel-Lock: sha1:IykONxDEJ3fD2RVGa3xTBPVTZ10= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83085 gmane.emacs.gnus.general:80605 Archived-At: On Mon, Nov 28 2011, Marius Hofert wrote: > Dear Eric, > > thanks for helping, that worked. > However, the signature is now also placed above the original message. > Assuming you decide to reply "inline" (to certain parts of the message > individually), then your reply starts with the signature... This would > require to cut the signature and put it in the message foot... > Is there any way to solve that? Huh, good point -- I hadn't even really noticed. Come to think of it it would be nice both have the signature at the bottom, and to not add another one at all if one of your previous quoted messages already contains it. I'm crossposting to gnus.general, where we're more likely to get someone who knows… Eric > Cheers, > > Marius > > On 2011-11-28, at 02:07 , Eric Abrahamsen wrote: > >> On Mon, Nov 28 2011, Marius Hofert wrote: >> >>> Hi, >>> >>> When replying to a message in Gnus (via "R"), the mail looks like this: >>> >>>
>>> --text follows this line-- >>> John Doe 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 >> >> > > > > > -- GNU Emacs 24.0.91.1 (i686-pc-linux-gnu, GTK+ Version 2.24.6) of 2011-11-07 on pellet