Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: message mode, leading colons, and fake cited text
Date: Wed, 14 Aug 2002 11:15:17 +0900	[thread overview]
Message-ID: <yotl7kiu9oei.fsf@jpl.org> (raw)
In-Reply-To: <81lm7afvtz.fsf@zion.bpnetworks.com>

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

>>>>> In <81lm7afvtz.fsf@zion.bpnetworks.com>
>>>>>	Ami Fischman <usenet@fischman.org> wrote:

> Ah.  Thanks.  Added
> (makunbound 'message-font-lock-keywords)
> (load "message" nil t)

I've solved it in CVS.  Here's a patch for the released version
of Oort Gnus v0.07:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 560 bytes --]

--- message.el~	2002-07-27 21:04:10 +0000
+++ message.el	2002-08-14 02:12:38 +0000
@@ -1012,7 +1012,11 @@
 	    `((,(concat "^\\(" (regexp-quote mail-header-separator) "\\)$")
 	       1 'message-separator-face))
 	  nil)
-      (,(concat "^\\(" message-cite-prefix-regexp "\\).*")
+      (,(lambda (limit)
+	  (re-search-forward (concat "^\\("
+				     message-cite-prefix-regexp
+				     "\\).*")
+			     limit t))
        (0 'message-cited-text-face))
       ("<#/?\\(multipart\\|part\\|external\\|mml\\|secure\\)[^>]*>"
        (0 'message-mml-face))))

  reply	other threads:[~2002-08-14  2:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-13  7:36 Ami Fischman
2002-08-13  8:38 ` Katsumi Yamaoka
2002-08-13 18:38   ` Ami Fischman
2002-08-14  2:15     ` Katsumi Yamaoka [this message]
2002-08-14 15:57       ` Ami Fischman
2002-08-15  0:14       ` Benjamin Rutt
2002-08-15  1:03         ` Katsumi Yamaoka
2002-08-15  1:59           ` Benjamin Rutt
2002-08-15  2:26             ` Jesper Harder
2002-08-15  2:35               ` Katsumi Yamaoka
2002-08-15 10:33                 ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yotl7kiu9oei.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).