From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57924 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: suggestion: don't treat ">From " as quote Date: Mon, 21 Jun 2004 19:12:34 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp X-Trace: sea.gmane.org 1087812864 10154 80.91.224.253 (21 Jun 2004 10:14:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Jun 2004 10:14:24 +0000 (UTC) Original-X-From: ding-owner+M6465@lists.math.uh.edu Mon Jun 21 12:14:15 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BcLod-0005MD-00 for ; Mon, 21 Jun 2004 12:14:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BcLnJ-00066f-00; Mon, 21 Jun 2004 05:12:53 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BcLn7-00066X-00 for ding@lists.math.uh.edu; Mon, 21 Jun 2004 05:12:41 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BcLn6-0005cs-Dz for ding@lists.math.uh.edu; Mon, 21 Jun 2004 05:12:40 -0500 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id 74A803A005C for ; Mon, 21 Jun 2004 05:12:38 -0500 (CDT) Original-Received: from yamaoka by washington.hostforweb.net with local (Exim 4.34) id 1BcLn4-0001V2-FO for ding@gnus.org; Mon, 21 Jun 2004 06:12:38 -0400 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:Xlv3/iIMfYslM25vDoeVNvY8zOs= X-Hashcash: 0:040621:ding@gnus.org:e3bdc87abc2342e2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [32041 32041] / [47 12] X-AntiAbuse: Sender Address Domain - washington.hostforweb.net X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57924 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57924 >>>>> In >>>>> Karl Chen wrote: > If a line in text starts with "from ", then the mailer > automatically changes it to ">from ". Gnus treats this as quoted > text. It's more annoying when it's automatically hidden. Perhaps > this can be fixed (optionally). Isn't it enough for the purpose? (push '("^\\([Ff][Rr][Oo][Mm]\\) " 1 'mode-line) message-font-lock-keywords) -- From :-p Katsumi Yamaoka