info-gnus-english
[Top][All Lists]
Advanced

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

Re: citation line above or below body?


From: Philipp Haselwarter
Subject: Re: citation line above or below body?
Date: Mon, 24 Jan 2011 11:36:47 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

"G" == Gary  <gnus@garydjones.name> writes:

G> Philipp Haselwarter wrote:

>> "G" == Gary writes:
>> 
G> Eric Abrahamsen wrote:
>> 
>>>> When I reply to messages and cite the original, point ends up below
>>>> the citation line. This leads to weird threads, where my text ends
>>>> up right below the "so-and-so wrote:" line
>> 
G> What do you mean? That you then type where the cursor is? You can
G> always move it down, you know :) In fact I would encourage you to do
G> so.
>> 
>> That's the point. Moving down manually every time is a bit of a pain
>> if you just want to quote and start typing.

G> Gnus isn't psychic.

disagreed, sir ;)

When you're using supercite, it's no big deal:

--8<---------------cut here---------------start------------->8---
(defun my-mv-pre-sign ()
  (when (message-mail-p)
    (message-goto-signature)
    (previous-line 3)))

(add-hook 'sc-post-hook 'my-mv-pre-sign)
--8<---------------cut here---------------end--------------->8---

There's probably a way to do it without using `sc-post-hook' (using
advices?), but this has the advantage of being Really Simple.

-- 
Philipp Haselwarter




reply via email to

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