Gnus development mailing list
 help / color / mirror / Atom feed
* font-lock-verbose error
@ 2002-01-12 18:43 Karl Kleinpaste
  2002-01-12 19:02 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Kleinpaste @ 2002-01-12 18:43 UTC (permalink / raw)


In the last day or so, I am getting this when trying to send mail:

Symbol's value as variable is void: font-lock-verbose

(1) (warning/warning) Error caught in `font-lock-pre-idle-hook': (void-variable font-lock-verbose)

Signaling: (void-variable font-lock-verbose)
  font-lock-fontify-buffer()
  font-lock-mode(1)
  turn-on-font-lock()
  run-hooks(turn-on-font-lock)
  derived-mode-run-hooks(message-mode)
  message-mode()
  message-pop-to-buffer("*mail*")
  message-mail()
  gnus-summary-mail-other-window(nil)
  call-interactively(gnus-summary-mail-other-window)

What's weird about this is that, having grep'd the entirety of XEmacs'
xemacs/packages/lisp/*.el for font-lock-verbose, I don't find it
defined anywhere.  I would guess this is something to report on
xemacs-beta, yes?

In any event, a simple workaround is simply to set font-lock-verbose.

The only recent mention of font-locking in Changelog is ShengHuo's
January 10th comment.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: font-lock-verbose error
  2002-01-12 18:43 font-lock-verbose error Karl Kleinpaste
@ 2002-01-12 19:02 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-12 19:02 UTC (permalink / raw)


Karl Kleinpaste <karl@charcoal.com> writes:

> Signaling: (void-variable font-lock-verbose)

[...]

> What's weird about this is that, having grep'd the entirety of XEmacs'
> xemacs/packages/lisp/*.el for font-lock-verbose, I don't find it
> defined anywhere.  I would guess this is something to report on
> xemacs-beta, yes?

It's bound by `mm-display-inline-fontify', so that when font-lock is
loaded, the variable becomes unbound.

I've now put a `(require 'font-lock)' in that function, which should
fix the problem.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-12 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-12 18:43 font-lock-verbose error Karl Kleinpaste
2002-01-12 19:02 ` Lars Magne Ingebrigtsen

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