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: Mon, 12 Apr 2004 03:12:27 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040412.031227.189727554.jet@gyve.org> References: <4062C344.4040204@math.ku.dk> <20040326.010357.13403853.jet@gyve.org> <41vfka1lfy.fsf@xpc14.ast.cam.ac.uk> 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 1081707256 17741 80.91.224.253 (11 Apr 2004 18:14:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Apr 2004 18:14:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Apr 11 20:14:09 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 1BCjT7-0001qX-00 for ; Sun, 11 Apr 2004 20:14:09 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BCjT6-0001ZR-01 for ; Sun, 11 Apr 2004 20:14:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BCjSp-0002RM-Tz for emacs-devel@quimby.gnus.org; Sun, 11 Apr 2004 14:13:51 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BCjSM-0002QK-MC for emacs-devel@gnu.org; Sun, 11 Apr 2004 14:13:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BCjRp-0002L3-9n for emacs-devel@gnu.org; Sun, 11 Apr 2004 14:13:21 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BCjRo-0002KE-It for emacs-devel@gnu.org; Sun, 11 Apr 2004 14:12:48 -0400 Original-Received: from localhost (h219-110-074-106.catv01.itscom.jp [219.110.74.106]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i3BICfD23804; Mon, 12 Apr 2004 03:12:42 +0900 (JST) Original-To: gmorris+emacs@ast.cam.ac.uk In-Reply-To: <41vfka1lfy.fsf@xpc14.ast.cam.ac.uk> 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:21485 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21485 > > I installed the patch with following new faces: > > > > (defface completion-emphasis > [...] > > (defface completion-de-emphasis > > How about a NEWS entry for this feature? Thank you. I've added the following item. ** Visual feedback of *Completions* buffer is enhanced. Faces are put on the common prefix substrings and the first uncommon charachters of each completion candidate in the *Completions* buffer. `completion-de-emphasis' is put on the common prefix substrings as the face; and `completion-emphasis' is put on the first uncommon charachters. By default `completion-de-emphasis' is inherited from `default' face. `completion-emphasis' is inherited from `bold' face. Masatake YAMATO