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: Finding faces to customize Date: Tue, 28 Jun 2005 14:47:53 -0400 Message-ID: References: <42BEEE4F.8080709@student.lu.se> <8764w0pu61.fsf@jurta.org> <42BF4DAE.9020309@student.lu.se> <87mzpbnsu8.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119986044 15560 80.91.229.2 (28 Jun 2005 19:14:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 19:14:04 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 21:13:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnLU0-0000Jp-7b for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 21:10:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnLbt-0003WE-UO for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 15:19:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnLM3-0006Er-Id for emacs-devel@gnu.org; Tue, 28 Jun 2005 15:02:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnLLp-000656-7N for emacs-devel@gnu.org; Tue, 28 Jun 2005 15:02:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnLLo-00061L-U6 for emacs-devel@gnu.org; Tue, 28 Jun 2005 15:02:28 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnLDg-0005r7-1B for emacs-devel@gnu.org; Tue, 28 Jun 2005 14:54:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DnL7h-0004zT-Eg; Tue, 28 Jun 2005 14:47:53 -0400 Original-To: Juri Linkov In-reply-to: <87mzpbnsu8.fsf@jurta.org> (message from Juri Linkov on Tue, 28 Jun 2005 03:00:33 +0300) 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:39818 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39818 Your patch looks good to me. Please install it. One drawback of such approach is that it doesn't allow completion for multiple face names (there is the file emacs-lisp/crm.el distribued with Emacs that could be used here but it is not up-to-date). Could you tell me more about the problem? If this package no longer works, we ought to fix it. Is there an actual bug?