From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: Emphasize the character to be typed next in *Completions* Date: Fri, 26 Mar 2004 01:03:57 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040326.010357.13403853.jet@gyve.org> References: <20040325063231.137606B7A5@imf.math.ku.dk> <4062C344.4040204@math.ku.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1080231294 10399 80.91.224.253 (25 Mar 2004 16:14:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Mar 2004 16:14:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 25 17:14:41 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6XVB-00066U-00 for ; Thu, 25 Mar 2004 17:14:41 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6XVA-0002EV-00 for ; Thu, 25 Mar 2004 17:14:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6XSt-0006pY-7P for emacs-devel@quimby.gnus.org; Thu, 25 Mar 2004 11:12:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B6XSP-0006pH-NO for emacs-devel@gnu.org; Thu, 25 Mar 2004 11:11:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B6XRt-0006la-LQ for emacs-devel@gnu.org; Thu, 25 Mar 2004 11:11:48 -0500 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6XKt-0005yQ-Ob for emacs-devel@gnu.org; Thu, 25 Mar 2004 11:04:03 -0500 Original-Received: from localhost (h219-110-076-159.catv01.itscom.jp [219.110.76.159]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i2PG3tX09310 for ; Fri, 26 Mar 2004 01:03:56 +0900 (JST) Original-To: emacs-devel@gnu.org In-Reply-To: <4062C344.4040204@math.ku.dk> X-Mailer: Mew version 4.0.62 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20912 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20912 Thank you for many suggestions. I installed the patch with following new faces: (defface completion-emphasis '((t (:inherit bold))) "Face put on the first uncommon character in completions in *Completions* buffer." :group 'completion) (defface completion-de-emphasis '((t (:inherit default))) "Face put on the common prefix substring in completions in *Completions* buffer." :group 'completion) If you hit on better face names, let me know. Masatake YAMATO