From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8045 Path: main.gmane.org!not-for-mail From: Lars Balker Rasmussen Newsgroups: gmane.emacs.gnus.general Subject: Re: Vegetable Gnus (was: Message buffers associated with files?) Date: 26 Sep 1996 12:47:01 +0200 Sender: gnort@daimi.aau.dk Message-ID: <0fvid1a6ze.fsf@fraxinus.daimi.aau.dk> 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 1035148272 9868 80.91.224.250 (20 Oct 2002 21:11:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:11:12 +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 EAA25096 for ; Thu, 26 Sep 1996 04:46:28 -0700 Original-Received: from fraxinus.daimi.aau.dk (fraxinus.daimi.aau.dk [130.225.16.39]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 26 Sep 1996 12:47:09 +0200 Original-Received: (from gnort@localhost) by fraxinus.daimi.aau.dk (8.6.13/8.6.13) id MAA17839; Thu, 26 Sep 1996 12:47:02 +0200 Original-To: ding@ifi.uio.no In-Reply-To: Per Abrahamsen's message of 26 Sep 1996 12:27:41 +0200 Original-Lines: 28 X-Mailer: Red Gnus v0.42/Emacs 19.33 Xref: main.gmane.org gmane.emacs.gnus.general:8045 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8045 ;; Per Abrahamsen writes: ;;; ;; 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))))) ;; But Per! You also have this in your .emacs! ;; ;; Use grey for italic, as the fixed font doesn't have italic! (set-face-foreground 'italic "grey60") (set-face-foreground 'bold-italic "grey60") (condition-case nil (make-face-bold 'bold-italic) (error)) ;; (grey M)ango looks silly :-) ;; as does legal lisp-code posts -- Lars Balker Rasmussen - Duck! - Where!?