From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Maikol Newsgroups: gmane.emacs.help Subject: [Newbie in Emacs] Predictive-mode invalid face color issue. Date: Sun, 23 Jun 2013 21:11:22 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1372019890 5332 80.91.229.3 (23 Jun 2013 20:38:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Jun 2013 20:38:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 23 22:38:11 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uqr35-0001aM-6w for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jun 2013 22:38:11 +0200 Original-Received: from localhost ([::1]:43364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uqr34-0007qw-Nh for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jun 2013 16:38:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uqphp-0001Oo-FT for help-gnu-emacs@gnu.org; Sun, 23 Jun 2013 15:12:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uqphk-0000CB-7h for help-gnu-emacs@gnu.org; Sun, 23 Jun 2013 15:12:09 -0400 Original-Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:44435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uqphj-0000C1-US for help-gnu-emacs@gnu.org; Sun, 23 Jun 2013 15:12:04 -0400 Original-Received: by mail-ee0-f52.google.com with SMTP id c50so5589983eek.25 for ; Sun, 23 Jun 2013 12:12:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=apy5txeeWvYWUZGSEqXgebns7o9uMBwo3cEP/UxS2uA=; b=k4X0EpmLYtL5rquWMVnzLM8G/s03zJ4cB7s0p6IgspEZBTlgJgjnqvvQebGr+1rurr DPUreSabQ6B3Mmsm7wYofToKhzU4/rF05wGOgg1NPNfYFjkwh/EmpZGyyixtykF0vKDl tR88QhhT7dwQOfOZtOrOuFtpsK7XqncWThH1VUAQ5YUH1UWymYIRFaj1ghs9HBku/uSq /sLDGEL2JkXx7l6aD986rK9qv8xxLhdtYczNP05+tobR9Z778RRtOGaTocMT70wltWtA EtvKzooTjfjPjtdFoxm+uATpUI10EYawzkL5lxza59aBHO7mnj/x7IMScSlaHl7LfAxs QTdQ== X-Received: by 10.15.52.5 with SMTP id o5mr21705355eew.58.1372014722775; Sun, 23 Jun 2013 12:12:02 -0700 (PDT) Original-Received: by 10.15.36.9 with HTTP; Sun, 23 Jun 2013 12:11:22 -0700 (PDT) X-Google-Sender-Auth: PbfHlDH2PMih1oq9RZ_fJNuSk2Y X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::234 X-Mailman-Approved-At: Sun, 23 Jun 2013 16:38:02 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91684 Archived-At: Hello list, Firstly, I'm a newbie using Emacs (a couple of months), but since I discovered AUCTEX I use it everyday to write my LaTeX documents. It's simply awesome. I discovered predictive-mode from EmacsWiki but I had some issues for make it work. My .emacs looks like this (only the part for predictive-mode) ;; predictive install location (add-to-list 'load-path "~/.emacs.d/predictive/") ;; dictionary locations (add-to-list 'load-path "~/.emacs.d/predictive/texinfo") (add-to-list 'load-path "~/.emacs.d/predictive/html") (add-to-list 'load-path "~/.emacs.d/predictive/latex") (add-to-list 'load-path "~/.emacs.d/predictive/misc") ;; load predictive package (autoload 'predictive-mode "predictive" "predictive" t) Now, If I open some file, then type M-x predictive-mode and finally write some text, for starters there is not any autocompletion and in the *Message* buffer appears this, Invalid face color [3120 times] cancel-timer: Invalid timerInvalid face color Invalid face color [306 times] cancel-timer: Invalid timerInvalid face color Invalid face color [306 times] cancel-timer: Invalid timerInvalid face color Invalid face color [306 times] cancel-timer: Invalid timerInvalid face color Invalid face color [306 times] cancel-timer: Invalid timerInvalid face color Invalid face color [630 times]. Does someone have any idea what happened? Thanks for your help. Best regards.