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: Enhanced enhanced visual feedback in `*Completions*' buffer Date: Mon, 10 Oct 2005 00:15:41 -0400 Message-ID: References: <20051008.160207.188502984.jet@gyve.org> <20051009.131610.197346394.jet@gyve.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 1128918118 22190 80.91.229.2 (10 Oct 2005 04:21:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2005 04:21:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 10 06:21:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EOp85-00007M-UV for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 06:19:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOp83-000810-Jk for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 00:19:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EOp4g-0006qC-MT for emacs-devel@gnu.org; Mon, 10 Oct 2005 00:15:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EOp4f-0006pn-S6 for emacs-devel@gnu.org; Mon, 10 Oct 2005 00:15:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOp4f-0006pj-NU for emacs-devel@gnu.org; Mon, 10 Oct 2005 00:15:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EOp4f-00045o-OB for emacs-devel@gnu.org; Mon, 10 Oct 2005 00:15:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EOp4f-0001Fh-6N; Mon, 10 Oct 2005 00:15:41 -0400 Original-To: Masatake YAMATO In-reply-to: <20051009.131610.197346394.jet@gyve.org> (message from Masatake YAMATO on Sun, 09 Oct 2005 13:16:10 +0900 (JST)) 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:43770 Archived-At: > Have you found all the functions in Emacs that would need to be changed? Not yet. I may have to check all the place where `display-completion-list' is used. Please do find them. As part of deciding whether to make this change, we would want to see how many places need to be changed.