From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: [Newbie in Emacs] Predictive-mode invalid face color issue. Date: Mon, 22 Jul 2013 22:47:43 +0530 Message-ID: <871u6qpl8o.fsf@gmail.com> References: <51ED3DEA.9010005@gmail.com> <4653d7f4-9f2c-442e-a890-b65945c49ae4@default> <8761w2pljd.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1374515075 13859 80.91.229.3 (22 Jul 2013 17:44:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jul 2013 17:44:35 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Maikol =?utf-8?Q?Sol=C3=ADs?= To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 22 19:44:33 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 1V1K9x-0001mZ-AK for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Jul 2013 19:44:33 +0200 Original-Received: from localhost ([::1]:51113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1Jx0-0005Wv-T6 for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Jul 2013 13:31:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1JwW-0005Pq-59 for help-gnu-emacs@gnu.org; Mon, 22 Jul 2013 13:30:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1JwU-0002b5-VM for help-gnu-emacs@gnu.org; Mon, 22 Jul 2013 13:30:40 -0400 Original-Received: from mail-pb0-x236.google.com ([2607:f8b0:400e:c01::236]:35987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1Jii-0005d4-KF for help-gnu-emacs@gnu.org; Mon, 22 Jul 2013 13:16:24 -0400 Original-Received: by mail-pb0-f54.google.com with SMTP id ro2so7305213pbb.13 for ; Mon, 22 Jul 2013 10:16:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=RbMmLaINpXh10IIlyzUdZ1KmR+iAQQI7buY/5aAIip0=; b=jnbrS4o4Ksw3szI73wcIJ0XNSQb8aayoVJAgt3nL7ieFHSb+oOq3j00dgLTjjIpABz ckCpSmk4aQWISsp4l5PryieD8i/lAX8l2RZ7+XMBLMVRh6JISreHu0pQAy6c2e1+A1F9 yT1Z8xIqkH1mA9TqfSCDw1n8jIfuvw6oSwKoNtRNR1xOc04Ovs2ceUETw537oxfbTDH4 4SumKxySx2p6XEobA1F6dBST75OOtxK9ClYbzRvzOwJVLMo3Em7e/SGTnnBBa/OGPtEE Wrpunst/jIe9mMBifqw+PCSFGhwWSOQ4B3Na3tsDT1MFd5+pCftZK+QdXdMnaeuHiElr SJdw== X-Received: by 10.66.161.166 with SMTP id xt6mr33501044pab.87.1374513383918; Mon, 22 Jul 2013 10:16:23 -0700 (PDT) Original-Received: from debian-6.05 ([101.63.142.182]) by mx.google.com with ESMTPSA id jb2sm36922776pbc.8.2013.07.22.10.16.19 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Mon, 22 Jul 2013 10:16:23 -0700 (PDT) In-Reply-To: <8761w2pljd.fsf@gmail.com> (Jambunathan K.'s message of "Mon, 22 Jul 2013 22:41:18 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::236 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:92328 Archived-At: Jambunathan K writes: >> Too bad that the "Invalid face color" message does not print out >> what the invalid color value is. > > May be the OP can use `debug-on-message' to figure out the call > sequence. > > ,---- > | debug-on-message > | Variable: If non-nil, debug if a message matching this regexp is > | displayed. > `---- I didn't look at the subject line. You can do this. M-: (setq debug-on-message "Invalid face color") You will get a *Backtrace* buffer stating something like Debugger entered--Lisp error If you are lucky it will give you some clue. But the problem is happening in timer and it possible that you remain clueless as well. ps: This works better if you remove your .elc files and load just the .el files.