From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68510 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: supercite Outlook top-quoting style Date: Fri, 01 May 2009 12:48:37 +0200 Message-ID: <87my9x85fe.fsf@marauder.physik.uni-ulm.de> References: <86fxfqkrqq.fsf@lifelogs.com> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241175023 17351 80.91.229.12 (1 May 2009 10:50:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 May 2009 10:50:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16943@lists.math.uh.edu Fri May 01 12:50:14 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LzqJo-0000Hj-UJ for ding-account@gmane.org; Fri, 01 May 2009 12:50:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1LzqIq-0008BR-2a; Fri, 01 May 2009 05:49:12 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LzqIn-0008Ay-6Q for ding@lists.math.uh.edu; Fri, 01 May 2009 05:49:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LzqIh-00024I-Bg for ding@lists.math.uh.edu; Fri, 01 May 2009 05:49:09 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LzqJ8-0006AH-00 for ; Fri, 01 May 2009 12:49:30 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LzqIe-0006Hu-8a for ding@gnus.org; Fri, 01 May 2009 10:49:00 +0000 Original-Received: from p4fd461f9.dip.t-dialin.net ([79.212.97.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 May 2009 10:49:00 +0000 Original-Received: from Reiner.Steib by p4fd461f9.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 May 2009 10:49:00 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 59 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4fd461f9.dip.t-dialin.net X-Face: .*T0'iU(sujq_j9\J>-d4fg;N/1++U#U$_5ii6k.=|"-n'?5O:Hyz&wi'-!I~,}7~GgT=0S /&-R5sbkNy5+Xo1y{Tw2KKxi@Xh"g@]Qc|.U<*]WDd)qvGowFDvfU1F]{EDho:7P0@|oOD=Bc{K4?> WP68K[Mx:}=`ZT'6g4'f+g?;`vri2!)xGy}3:=l'(/Cea0l4lo^H5#@/Z3ev Mail-Copies-To: nobody User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:kkeIyd6rnIbLiGob26sYjBWQMlg= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68510 Archived-At: On Thu, Apr 30 2009, Ted Zlatanov wrote: > I looked at supercite.el and there's no pre-defined top-quoting style > like this. I looked at the Emacs Wiki and all over, nothing. > > (my cursor here) > ----------------------- > On (Date) (Name) wrote: > > (original message, unquoted) I'd expect you can do this without Supercite, using the un-advertised variable `message-cite-reply-above': ,----[ v message-cite-reply-above RET ] | message-cite-reply-above is a variable defined in `message.el'. | Its value is nil | | Documentation: | If non-nil, start own text above the quote. | | Note: Top posting is bad netiquette. Don't use it unless you | really must. You probably want to set variable only for specific | groups, e.g. using `gnus-posting-styles': | | (eval (set (make-local-variable 'message-cite-reply-above) t)) | | This variable has no effect in news postings. `---- Something like... --8<---------------cut here---------------start------------->8--- (setq message-citation-line-function 'message-insert-formatted-citation-line) (setq message-cite-reply-above t) (setq message-yank-prefix "" message-yank-cited-prefix "" message-yank-empty-prefix "") (setq message-citation-line-format "----------------------- On %a, %b %d %Y, %N wrote: ") ;; If you even want it more Outlook-ish: (setq message-citation-line-format "\ -----Original Message----- From: %f Sent: %A, %B %d, %Y %H:%M %Z ") --8<---------------cut here---------------end--------------->8--- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/