Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: Bug: Gnus uses face gnus-cite-1 for non-cited text
Date: Thu, 08 Feb 2007 18:12:35 +0900	[thread overview]
Message-ID: <b4mlkj9au7w.fsf@jpl.org> (raw)
In-Reply-To: <87sldigl4v.fsf@baldur.tsdh.de>

>>>>> In <871wl2i4sf.fsf@baldur.tsdh.de> Tassilo Horn wrote:

> I updated my checkout half an hour ago, but still the bug is present.

[...]

>> Showing the local value of `font-lock-keywords' in the message
>> buffer

> (t
>  ((#[(limit)

[...]

>> and the value of `message-cite-prefix-regexp' would be helpful.

> "\\([ 	]*[-_.[:word:]]+>+\\|[ 	]*[]>|}+]\\)+"

Thanks.  But I found no oddity there.

> Currently I didn't apply this patch, because in your follow up to
> yourself you said you probably fixed the bug. Or was that another
> change? Should I apply the patch below manually and check again?

>> --- gnus-cite.el~	2007-01-24 07:12:47 +0000
>> +++ gnus-cite.el	2007-02-07 01:42:02 +0000
>> @@ -1126,10 +1126,12 @@

You have no need to try the patch, since I've already applied it
in the trunk.

Could you let me know the results of evaluating the following
two forms?  Note that both should be done in the line which is
highlighted with gnus-cite-* face unwillingly.  The results will
be put in the *Messages* buffer.

--8<---------------cut here---------------start------------->8---
(text-properties-at (point))

(mapcar 'overlay-properties (overlays-at (point)))
--8<---------------cut here---------------end--------------->8---

In addition, please check whether it is effective to evaluate
the following form in the message buffer (it might be useless if
you don't see the `field' property in the above results, though).

--8<---------------cut here---------------start------------->8---
(set (make-local-variable 'inhibit-field-text-motion) t)
--8<---------------cut here---------------end--------------->8---

Regards,



  reply	other threads:[~2007-02-08  9:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-06 11:34 Tassilo Horn
2007-02-07  1:43 ` Katsumi Yamaoka
2007-02-07  9:25   ` Katsumi Yamaoka
2007-02-07 11:30   ` Tassilo Horn
2007-02-07 13:20     ` Tassilo Horn
2007-02-08  9:12       ` Katsumi Yamaoka [this message]
2007-02-08 11:03         ` Tassilo Horn
2007-02-08 13:16           ` Katsumi Yamaoka
2007-02-08 14:41             ` Tassilo Horn
2007-02-09  9:35               ` Katsumi Yamaoka
2007-02-09 10:59                 ` Tassilo Horn
2007-02-09 11:08                   ` Tassilo Horn

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=b4mlkj9au7w.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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).