From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chming Newsgroups: gmane.emacs.devel Subject: Re: The latest lisp/faces.el changes seem to break color-themes again Date: Thu, 16 Oct 2008 13:15:00 -0700 Message-ID: References: <87skqxw20c.fsf@anzu.internal.golden-gryphon.com> <87od1lvxa9.fsf@anzu.internal.golden-gryphon.com> <87abd4vfyb.fsf@grepfind.mwolson.org> <87tzbcfqfe.fsf@cyd.mit.edu> <87ljwouzln.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224188117 11469 80.91.229.12 (16 Oct 2008 20:15:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2008 20:15:17 +0000 (UTC) Cc: Michael Olson , emacs-devel@gnu.org To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 16 22:16:17 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KqZGY-0004NR-VW for ged-emacs-devel@m.gmane.org; Thu, 16 Oct 2008 22:16:15 +0200 Original-Received: from localhost ([127.0.0.1]:48321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqZFT-0002Nu-Vl for ged-emacs-devel@m.gmane.org; Thu, 16 Oct 2008 16:15:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqZFP-0002NN-6m for emacs-devel@gnu.org; Thu, 16 Oct 2008 16:15:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqZFN-0002N3-OM for emacs-devel@gnu.org; Thu, 16 Oct 2008 16:15:02 -0400 Original-Received: from [199.232.76.173] (port=58967 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqZFN-0002N0-Kq for emacs-devel@gnu.org; Thu, 16 Oct 2008 16:15:01 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.184]:61439) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqZFN-0005bK-57 for emacs-devel@gnu.org; Thu, 16 Oct 2008 16:15:01 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so106256nfi.26 for ; Thu, 16 Oct 2008 13:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=rwIQpy5tkycyFEPETqFpkSUpu/vvev1Z25Rej1Io7So=; b=Ti1V1P8HszSOB/fv7EYDgktU/Bnr29yTTkAlbOmzhzz0BAB2MY55wehzv2hr0dB6su 9LhPNFl4niB5qMwJPPFG3wPkoPNB/zHVKPfp2n5AzO0a2SEf665a287wjuwGvW6Gh8vd mHcbbMSPMT5JK+keEUeXQDVq50rMvnq18hndU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JLD6zjsamRW74jtEcxLkOQIe4KvzJqF3bZOhN4ujrbtXmskNW8KnpAr8lryzgvDU2U g+C0tZuD1jiVXaZi+pFolYg7DPz+5lV1xzW/CkLSI6iDSd9BBgcrCbOFK14OIVN9RdVj dUo3elIccVhQmjDJj5qEdGMk+sI1t77uzjvz8= Original-Received: by 10.187.227.5 with SMTP id e5mr422573far.63.1224188100316; Thu, 16 Oct 2008 13:15:00 -0700 (PDT) Original-Received: by 10.187.226.2 with HTTP; Thu, 16 Oct 2008 13:15:00 -0700 (PDT) In-Reply-To: <87ljwouzln.fsf@cyd.mit.edu> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104562 Archived-At: It works without color-theme. Thanks, Max On Thu, Oct 16, 2008 at 12:08 PM, Chong Yidong wrote: > Chming writes: > >> On my side, the normal emacs startup is fine but it is broken if I am >> using multi-tty with emacsclient. Yesterday, I got some errors related >> to the face attribute. Today with cvs update, this is gone but still >> broken for emacsclient session. >> >> BTW, I am using color-theme. > > Does the error still appear when you disable color-theme? >