From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Customizing faces with `defcustom' Date: Thu, 17 Nov 2005 09:07:23 -0500 Message-ID: References: <43103F48.1020804@gmx.at> <4313F4CB.10200@gmx.at> <4375A332.6070000@gmx.at> <437B87FD.6050004@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1132241765 28913 80.91.229.2 (17 Nov 2005 15:36:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Nov 2005 15:36:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 17 16:35:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eclij-0005QM-An for ged-emacs-devel@m.gmane.org; Thu, 17 Nov 2005 16:30:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EclhD-00069E-2i for ged-emacs-devel@m.gmane.org; Thu, 17 Nov 2005 10:29:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EckQA-0006hm-Dz for emacs-devel@gnu.org; Thu, 17 Nov 2005 09:07:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EckQ8-0006gi-P5 for emacs-devel@gnu.org; Thu, 17 Nov 2005 09:07:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EckQ7-0006gW-U0 for emacs-devel@gnu.org; Thu, 17 Nov 2005 09:07:24 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EckQ7-0000nq-U8 for emacs-devel@gnu.org; Thu, 17 Nov 2005 09:07:23 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EckQ7-0002A8-FN; Thu, 17 Nov 2005 09:07:23 -0500 Original-To: martin rudalics In-reply-to: <437B87FD.6050004@gmx.at> (message from martin rudalics on Wed, 16 Nov 2005 20:26:53 +0100) 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:46160 Archived-At: The problem reported in my last mail is obviously not related to the change. I did not byte-compile `cus-edit'. Opening a customization buffer for `basic-faces' and attempting to show the face of `mode-line' always gets me a "Lisp nesting exceeds `max-lisp-eval-depth'" provided `cus-edit.el' is not byte-compiled. Lots of programs would give this result if they were not compiled. Don't worry about that.