bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1744: marked as done (bug-reference-mode doesn't fontify when called


From: Emacs bug Tracking System
Subject: bug#1744: marked as done (bug-reference-mode doesn't fontify when called from mode hook)
Date: Wed, 14 Jan 2009 00:50:03 +0000

Your message dated Wed, 14 Jan 2009 02:44:32 +0200
with message-id <87vdsiaf7z.fsf@jurta.org>
and subject line Re: bug#1744: bug-reference-mode doesn't fontify when called 
from mode hook
has caused the Emacs bug report #1744,
regarding bug-reference-mode doesn't fontify when called from mode hook
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1744: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1744
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: bug-reference-mode doesn't fontify when called from mode hook Date: Wed, 31 Dec 2008 01:44:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)
With the following mode hook:

  (add-hook 'change-log-mode-hook 'bug-reference-mode)

and a file local variable `bug-reference-url-format'
in the ChangeLog file:

;; Local Variables:
;; bug-reference-url-format: 
"http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s";
;; End:

bug references never get fontified because `bug-reference-mode' tests
whether a variable `bug-reference-url-format' is non-nil before calling
`(jit-lock-register #'bug-reference-fontify)' in `bug-reference-mode',
and this variable is not yet set because it gets initialized later
in `hack-local-variables' called after `set-auto-mode' in `normal-mode'.

-- 
Juri Linkov
http://www.jurta.org/emacs/



--- End Message ---
--- Begin Message --- Subject: Re: bug#1744: bug-reference-mode doesn't fontify when called from mode hook Date: Wed, 14 Jan 2009 02:44:32 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)
Fixed.

-- 
Juri Linkov
http://www.jurta.org/emacs/


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]