From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Apropos scoring Date: Sun, 13 Jul 2003 13:34:41 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <84znkk1jcl.fsf@lucy.is.informatik.uni-duisburg.de> <5x8yr4o7vk.fsf@kfs2.cua.dk> <844r1s3y0x.fsf@lucy.is.informatik.uni-duisburg.de> <5xhe5rdz3p.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1058117913 25483 80.91.224.249 (13 Jul 2003 17:38:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Jul 2003 17:38:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jul 13 19:38:31 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19bknv-0006cs-00 for ; Sun, 13 Jul 2003 19:38:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19bl0n-0007wF-00 for ; Sun, 13 Jul 2003 19:51:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19bkni-0005gZ-IJ for emacs-devel@quimby.gnus.org; Sun, 13 Jul 2003 13:38:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19bkkW-00041I-Lk for emacs-devel@gnu.org; Sun, 13 Jul 2003 13:35:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19bkkJ-0003wc-92 for emacs-devel@gnu.org; Sun, 13 Jul 2003 13:34:47 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19bkkD-0003vF-TU for emacs-devel@gnu.org; Sun, 13 Jul 2003 13:34:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19bkkD-0005i3-NJ; Sun, 13 Jul 2003 13:34:41 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: <5xhe5rdz3p.fsf@kfs2.cua.dk> (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:15581 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15581 Since apropos scoring is new in 21.4, I think we can just change the name of that variable. I think a better name would be apropos-list-ordering with options nil (lexical), t (scoring), 'show (scoring, show scores). Ok. BTW, the new entry added to NEWS about the recent change should be rewritten to describe apropos scoring in general (I'm sorry I forgot to add one when I originally introduced scoring). Would you please do that too?