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

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

Re: [Newbie in Emacs] Predictive-mode invalid face color issue.


From: Jambunathan K
Subject: Re: [Newbie in Emacs] Predictive-mode invalid face color issue.
Date: Tue, 23 Jul 2013 12:21:00 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Maikol Solís <mikesol37@gmail.com> writes:

>> You will also want to start from `emacs -Q' and load just Predictive,
>> to help you narrow things down.  As it stands now there is no telling
>> what timer is involved or what you were doing each time the code tried
>> to cancel that timer.
>
> I tried this but I couldn't load predictive-mode
>
> M-x predi TAB [No match]


You can do 

        M-x load-library RET predictive-mode.el RET

Or 

       M-x load-file RET /path/to/predictive-mode.el RET


>
>>    You can do this.
>>
>>          M-: (setq debug-on-message "Invalid face color")
>>
>
> I did it and I only got this in the **Message** buffer
>
> "Invalid face color".
>
> In fact, If I remove all the .elc files from "~/.emacs.d/",
> predictive-mode works indeed (slow as hell, but it works). But again,
> in the **Message** keep appearing
>
> "Invalid face color [3188 times]"

What do you get with

        C-h v debug-on-message 

It is possible that debug-on-message is not available in your version of
Emacs.

> Thanks for your help.



reply via email to

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