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: Sun, 25 Dec 2005 14:07:06 -0500 Message-ID: References: <43103F48.1020804@gmx.at> <4313F4CB.10200@gmx.at> <4375A332.6070000@gmx.at> <87fyperhgd.fsf@jurta.org> <438D5913.7030801@gmx.at> <43ABFA5C.2080302@gmx.at> <87y82afehi.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135537730 32314 80.91.229.2 (25 Dec 2005 19:08:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Dec 2005 19:08:50 +0000 (UTC) Cc: rudalics@gmx.at, abraham@dina.kvl.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 25 20:08:48 2005 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EqbEd-0007Zh-Jd for ged-emacs-devel@m.gmane.org; Sun, 25 Dec 2005 20:08:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqbFn-0002f5-Ry for ged-emacs-devel@m.gmane.org; Sun, 25 Dec 2005 14:09:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EqbEb-00029o-PN for emacs-devel@gnu.org; Sun, 25 Dec 2005 14:08:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EqbEb-00029O-3N for emacs-devel@gnu.org; Sun, 25 Dec 2005 14:08:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqbEa-00029H-Qj for emacs-devel@gnu.org; Sun, 25 Dec 2005 14:08:44 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EqbEH-0007YK-LU for emacs-devel@gnu.org; Sun, 25 Dec 2005 14:08:25 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EqbD0-000392-6k; Sun, 25 Dec 2005 14:07:06 -0500 Original-To: Juri Linkov In-reply-to: <87y82afehi.fsf@jurta.org> (message from Juri Linkov on Sat, 24 Dec 2005 22:14:57 +0200) 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:48357 Archived-At: We don't have to fix all these rogue-by-default variables before the release, but it would be nice to fix some more. Meanwhile, this seems to fix cpp.el. But it needs another fix, because it doesn't know that some colors are available on ttys. *** cpp.el 15 Dec 2005 20:52:23 -0500 1.33 --- cpp.el 25 Dec 2005 13:57:53 -0500 *************** *** 189,195 **** '(("default" . default) ("invisible" . invisible)) "Alist of names and faces available even if you don't use a window system." ! :type '(repeat (cons string face)) :group 'cpp) (defvar cpp-face-all-list --- 189,195 ---- '(("default" . default) ("invisible" . invisible)) "Alist of names and faces available even if you don't use a window system." ! :type '(repeat (cons string cpp-face)) :group 'cpp) (defvar cpp-face-all-list