From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: customize-face Date: Thu, 25 Apr 2002 18:05:40 +0300 (IDT) Sender: emacs-devel-admin@gnu.org Message-ID: References: <15560.3158.403299.789844@george.floobin.cx> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1019744177 29286 127.0.0.1 (25 Apr 2002 14:16:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 25 Apr 2002 14:16:17 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170k2j-0007cF-00 for ; Thu, 25 Apr 2002 16:16:17 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 170k4v-000384-00 for ; Thu, 25 Apr 2002 16:18:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170k23-0000Dz-00; Thu, 25 Apr 2002 10:15:35 -0400 Original-Received: from delysid.gnu.org ([158.121.106.20]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170jzk-00004v-00 for ; Thu, 25 Apr 2002 10:13:13 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by delysid.gnu.org with esmtp (Exim 3.34 #2) id 170jzf-0004Jt-00 for ; Thu, 25 Apr 2002 10:13:09 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id SAA22790; Thu, 25 Apr 2002 18:05:40 +0300 (IDT) X-Sender: eliz@is Original-To: "Edward O'Connor" In-Reply-To: <15560.3158.403299.789844@george.floobin.cx> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3259 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3259 On Thu, 25 Apr 2002, Edward O'Connor wrote: > Alex Schroeder's face-list.el provides `customize-face-at' and > `describe-face-at' for precisely this sort of situation. I find > them to be very useful, and bind them to C-c f c and C-c f d. What we need, IMHO, is some feature that will suggest such customization, perhaps in a tooltip, so that users won't need to know about special commands such as those you mention above. (To say nothing of the fact that face-list is not part of Emacs, IIRC.)