emacs-devel
[Top][All Lists]
Advanced

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

Re: describe-function global-font-lock-mode-cmmh


From: Stefan Monnier
Subject: Re: describe-function global-font-lock-mode-cmmh
Date: Mon, 12 Aug 2002 12:11:13 -0400

> This bears some resemblance to a bug I reported in a previous thread
> (bugs in two functions using load-history).  The symptom is similar,
> but I believe the cause could be totally different.
> 
> Do C-h f global-font-lock-mode-cmmh
> 
> Result:
> 
> global-font-lock-mode-cmmh is a compiled Lisp function in `font-lock'.
> (global-font-lock-mode-cmmh)
> not documented
> 
> Click on `font-lock'.
> 
> Result:
> 
> find-function-search-for-symbol: Cannot find definition of
> `global-font-lock-mode-cmmh' in library `font-lock'

`global-font-lock-mode-cmmh' is defined by a macro, so its definition
is partly in easy-mmode.el (where the macro is defined) and partly
in font-lock.el where the macro is invoked.

I don't think there's any easy way to improve the current behavior.


        Stefan





reply via email to

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