From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5217 Path: news.gmane.org!not-for-mail From: Lars Haugseth Newsgroups: gmane.emacs.gnus.user Subject: Citation and blank lines Date: Wed, 15 Jun 2005 07:05:52 GMT Organization: I could tell you, but then I'd have to kill you. Message-ID: <87br68p0g9.fsf@skapulf.larshaugseth.com> Reply-To: Lars Haugseth NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670988 26525 80.91.229.2 (31 Jan 2006 01:29:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:29:48 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:57 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.pionier.net.pl!news.glorb.com!newsfeed2.easynews.com!easynews.com!easynews!easynews-local!fe10.news.easynews.com.POSTED!skapulf.larshaugseth.com!news Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:Sq/iMg919MXbAZRn7fpNEubLisM= Original-X-Complaints-To: abuse@easynews.com X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5359 Original-Lines: 33 X-Gnus-Article-Number: 5359 Tue Jan 17 17:34:57 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5217 Archived-At: I want my citations to look like this: * Bob wrote: | | Hi! | | How are you? To accomplish this, I have the following in my .gnus.pl: ;; Message citation (setq message-cite-function 'message-cite-original-without-signature) (defun my-insert-citation-line () "Function that inserts a simple citation line." (when message-reply-headers (insert "* " (mail-header-from message-reply-headers) " wrote:\n|\n"))) (setq message-citation-line-function 'my-insert-citation-line) (setq message-yank-prefix "| ") This almost works. The only problem is, blank lines in the cited text yields '>' instead of '|' as prefix, like this: * Bob wrote: | | Hi! > | How are you? Any ideas why this is happening and what I can do to fix it? -- Lars Haugseth