From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16577 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: article highlighting in pgnus-0.13 Date: 01 Sep 1998 18:19:18 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035155428 28692 80.91.224.250 (20 Oct 2002 23:10:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:10:28 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA28019 for ; Tue, 1 Sep 1998 18:21:40 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id QAF30421; Tue, 1 Sep 1998 16:51:18 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 01 Sep 1998 17:20:04 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id RAA15505 for ; Tue, 1 Sep 1998 17:19:54 -0500 (CDT) Original-Received: from pocari-sweat.jprc.com (POCARI-SWEAT.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA27981 for ; Tue, 1 Sep 1998 18:19:48 -0400 (EDT) Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.7/8.8.7) id SAA13285; Tue, 1 Sep 1998 18:19:19 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: John H Palmieri's message of "01 Sep 1998 17:07:28 -0500" Original-Lines: 32 User-Agent: Pterodactyl Gnus v0.13/XEmacs 20.4 - "Emerald" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16577 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16577 John H Palmieri writes: > GNU Emacs 20.3.1 (sparc-sun-solaris2.5.1, X toolkit) of Thu Aug 27 1998 on darwin > Sometime between version 0.10 and 0.13 of pgnus, the highlighting of > some mail messages has changed. For example, in the recent message to > the ding list from Bill White (reproduced below for your enjoyment), > the main text (starting "I've added gnus-article-decode-charset") > appears entirely in italics, as though it were a signature. Is this > happening to anyone else? For the record, no unusual signature italicization happens for me; the signature is detected correctly after the "--" and the latter half of the article is signature-italicized, from "Bill White\nbillw@wolfram.com" on down. - RH5.1 Linux - XEmacs 20.4 [mule-less], from RH contrib *.rpm - pgnus 0.13 - gnus-article-display-hook consists of: (gnus-article-decode-charset gnus-article-decode-rfc1522 gnus-article-hide-headers-if-wanted gnus-article-hide-boring-headers gnus-article-treat-overstrike gnus-article-maybe-highlight gnus-article-display-x-face gnus-article-highlight-citation gnus-article-emphasize gnus-article-date-lapsed gnus-article-hide-pgp gnus-smiley-display) Perhaps order is (erroneously) significant, for -maybe-highlight placement?