From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8044 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Vegetable Gnus (was: Message buffers associated with files?) Date: 26 Sep 1996 12:27:41 +0200 Organization: The Church of Emacs Sender: abraham@dina.kvl.dk Message-ID: References: <199609172045.PAA24878@mordor.rsn.hp.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035148271 9867 80.91.224.250 (20 Oct 2002 21:11:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:11:11 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.6/8.6.9) with SMTP id EAA25066 for ; Thu, 26 Sep 1996 04:27:48 -0700 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 26 Sep 1996 12:27:42 +0200 Original-Received: from kolmogorov.dina.kvl.dk (kolmogorov.dina.kvl.dk [130.225.40.209]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id MAA24054; Thu, 26 Sep 1996 12:22:36 +0200 Original-Received: (abraham@localhost) by kolmogorov.dina.kvl.dk (8.6.12/8.6.4) id MAA23935; Thu, 26 Sep 1996 12:27:41 +0200 Original-To: ding@ifi.uio.no X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Lars Magne Ingebrigtsen's message of 25 Sep 1996 21:45:48 +0200 Original-Lines: 13 X-Mailer: Red Gnus v0.40/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:8044 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8044 ;; From my .gnus file: (add-hook 'gnus-article-display-hook 'article-mango) (defun article-mango () "Make sure Mango is displayed properly." (interactive) (save-excursion (let ((buffer-read-only nil)) (goto-char (point-min)) (while (re-search-forward "\\" nil t) (put-text-property (- (point) 5) (- (point) 4) 'face 'italic)))))