Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Josef.Bauer@svox.com (Josef G. Bauer)
To: info-gnus-english@gnu.org
Subject: Re: How to change the citation style (headers)
Date: Fri, 14 May 2010 13:50:42 +0200	[thread overview]
Message-ID: <wtppr0y1z3h.fsf@storch.intranet.svox.com> (raw)
In-Reply-To: <wtpwrvak2t0.fsf@storch.intranet.svox.com>

Hi,

found the following configuration of supercite to work as desired:

;----------------------------------------------------------------------
(require 'supercite)
(add-hook 'mail-citation-hook 'sc-cite-original)
(setq sc-nuke-mail-headers  'keep) 
(setq sc-nuke-mail-header-list '("^From:" "^Date:" "^To:" "^CC:" "^Subject:"))
(defun sc-eref-insert-selected (&optional nix)
  (insert "---------- original message ----------\n"))
(defun sc-cite-region (start end &optional confirm-p interactive)())
(defun sc-select-attribution () (setq attribution ""))
;----------------------------------------------------------------------


Might be 'crude' (but works).

Greetings

Josef

      reply	other threads:[~2010-05-14 11:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <wtp4oie4wom.fsf@storch.intranet.svox.com>
     [not found] ` <87iq6ubob2.fsf@topper.koldfront.dk>
2010-05-11 13:04   ` Josef G. Bauer
2010-05-14 11:50     ` Josef G. Bauer [this message]

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=wtppr0y1z3h.fsf@storch.intranet.svox.com \
    --to=josef.bauer@svox.com \
    --cc=info-gnus-english@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).