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

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

Re: How to change the citation style (headers)


From: Josef G. Bauer
Subject: Re: How to change the citation style (headers)
Date: Wed, 08 Dec 2010 15:42:39 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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 via email to

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