From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Wedler, Christoph" Newsgroups: gmane.emacs.devel Subject: RE: [Suggestion] New function `sorted-key-descriptions' Date: Mon, 5 May 2003 14:53:32 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <67B8CED503F3D511BB9F0008C75DAD66054855CC@dewdfx17> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1052140148 4382 80.91.224.249 (5 May 2003 13:09:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 5 May 2003 13:09:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 05 15:08:59 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 19CfXF-0000OL-00 for ; Mon, 05 May 2003 14:57:37 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19CfaG-0000iL-00 for ; Mon, 05 May 2003 15:00:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CfXS-0000QF-01 for emacs-devel@quimby.gnus.org; Mon, 05 May 2003 08:57:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CfWP-0007kh-00 for emacs-devel@gnu.org; Mon, 05 May 2003 08:56:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CfUD-0006eL-00 for emacs-devel@gnu.org; Mon, 05 May 2003 08:54:30 -0400 Original-Received: from smtpde02.sap-ag.de ([155.56.68.170]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CfTU-0006WW-00; Mon, 05 May 2003 08:53:44 -0400 Original-Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id OAA18165; Mon, 5 May 2003 14:53:56 +0200 (MESZ) Original-To: "'rms@gnu.org'" X-Mailer: Internet Mail Service (5.5.2656.59) X-SAP: out X-SAP: out X-SAP: out Original-cc: "'hrvoje@xemacs.org'" X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13689 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13689 Richard Stallman wrote: > [1] This function is already defined in XEmacs. > That is a good enough reason to add the function, I guess. Did you > write the code yourself, or did you copy it from XEmacs? If the > latter, who actually wrote it, and do we have papers from him for it? The code for `sorted-key-descriptions' is copied from XEmacs: - 4 lines function body (the same as part of the code in `icomplete-get-keys', also in Emacs) - 1 line function head - 3 lines docstring I don't know whether you need papers in this case. Here is the corresponding entry in XEMACS/lisp/ChangeLog.1: 1997-07-11 Hrvoje Niksic [...] * prim/help.el (sorted-key-descriptions): New function. CC to Hrvoje Niksic . - Christoph