Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: [PATCH] Fix gnus-message-citation-mode for (S)XEmacs
Date: Wed, 14 Feb 2007 09:29:10 +0900	[thread overview]
Message-ID: <b4mfy99fup5.fsf@jpl.org> (raw)
In-Reply-To: <m1ps8dg7ne.fsf@davestoy.homelinux.org>

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

>>>>> In <m1ps8dg7ne.fsf@davestoy.homelinux.org> Dave Goldberg wrote:

>>>>>> On Tue, 13 Feb 2007 21:46:09 +0900, Katsumi Yamaoka <yamaoka@jpl.org> said:

>> I seem to have solved this problem.  Could you try it?

> It's odd.  When working on my linux machine at home I get the same messages:

> Fontifying *wide reply to Katsumi Yamaoka on ding@gnus.org*...
> Fontifying *wide reply to Katsumi Yamaoka on ding@gnus.org*... done.

Those were issued when you typed `S W' (or similar) to start a
reply to me, and the fontification was successful (because of
the last `done').  The next ones were issued when you started
another mail, but fontification was not successful.  Am I right?

> Fontifying mail to ding@gnus.org...
> Fontifying mail to ding@gnus.org... (regexps)....
> Fontifying mail to ding@gnus.org... (regexps)........
> Fontifying mail to ding@gnus.org... (regexps)........
> Fontifying mail to ding@gnus.org... (regexps).........
> Fontifying mail to ding@gnus.org... (regexps)..........
> Fontifying mail to ding@gnus.org... (regexps).............
> Fontifying mail to ding@gnus.org... (regexps)..............
> Fontifying mail to ding@gnus.org... (regexps)...............
> Fontifying mail to ding@gnus.org... (regexps)...............
> Fontifying mail to ding@gnus.org... (regexps)...............
> Fontifying mail to ding@gnus.org... (regexps)...............
> Fontifying mail to ding@gnus.org... (regexps)...............
> Fontifying mail to ding@gnus.org... (regexps)................

`font-lock-fontify-keywords-region' issued those messages using:

  (progress-feedback-with-label 'font-lock
                                "Fontifying %s... (regexps)"
                                progress bufname))

But, in message.el there seems to be no function to make the
buffer name which is not surrounded with "*...*".  How do you
start a "mail to ding@gnus.org"?  All those questions might be
fruitless, though.

> Fontifying mail to ding@gnus.org... aborted.aborted.

Well, I might have misunderstood this message.  The reason the
fontification was aborted was not because you typed `C-g', was
it?  If so, it was terminated by an error and we can use the
debugger.  To do that, copy lisp/font-lock.el to the tmp
directory, apply the patch attached in this message, load the
patched font-lock.el, set `debug-on-error' to t, and start a
reply.

You may do it later of course.  Have a good vacation! ;)


[-- Attachment #2: Type: text/x-patch, Size: 511 bytes --]

--- font-lock.el~	2006-02-05 21:54:43 +0000
+++ font-lock.el	2007-02-14 00:27:17 +0000
@@ -1133,11 +1133,8 @@
       ;; much more frequently) I'm afraid of the bad consequences of stealing
       ;; the interrupt character at inopportune times.
       ;;
-      (condition-case nil
 	  (save-excursion
 	    (font-lock-fontify-region (point-min) (point-max)))
-	(t
-	 (setq aborted t)))
 
       (or was-on			; turn it off if it was off.
 	  (let ((font-lock-fontified nil)) ; kludge to prevent defontification

  reply	other threads:[~2007-02-14  0:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-31  7:18 Steve Youngs
2006-12-31 11:52 ` Reiner Steib
2007-01-01  7:26   ` Katsumi Yamaoka
2007-02-07  9:25     ` Katsumi Yamaoka
2007-02-07 15:33       ` Dave Goldberg
2007-02-08  4:42         ` Katsumi Yamaoka
2007-02-08 17:48           ` Dave Goldberg
2007-02-08 23:29             ` Katsumi Yamaoka
2007-02-13 12:46               ` Katsumi Yamaoka
2007-02-13 19:49                 ` Dave Goldberg
2007-02-14  0:29                   ` Katsumi Yamaoka [this message]
2007-02-28 21:14                     ` Dave Goldberg
2007-02-28 22:32                       ` Katsumi Yamaoka
2007-03-01 16:29                         ` Dave Goldberg
2007-03-02 15:28                           ` Dave Goldberg
2007-02-09 23:48       ` Steve Youngs

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=b4mfy99fup5.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).