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: ebrowse.el uses the C-c b as a prefix key... Date: Wed, 01 Feb 2006 23:16:32 -0500 Message-ID: References: <0552AE76-9B41-464D-A217-DD47C3661F37@mac.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138854204 3744 80.91.229.2 (2 Feb 2006 04:23:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Feb 2006 04:23:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 02 05:23:23 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F4W04-0000Cs-CV for ged-emacs-devel@m.gmane.org; Thu, 02 Feb 2006 05:23:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4W3A-0000OU-1R for ged-emacs-devel@m.gmane.org; Wed, 01 Feb 2006 23:26:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F4Vxh-0006P1-JA for emacs-devel@gnu.org; Wed, 01 Feb 2006 23:20:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F4Vxf-0006OH-9T for emacs-devel@gnu.org; Wed, 01 Feb 2006 23:20:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4Vxe-0006Nx-OL for emacs-devel@gnu.org; Wed, 01 Feb 2006 23:20:46 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F4VwQ-0003ZY-Jb for emacs-devel@gnu.org; Wed, 01 Feb 2006 23:19:30 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F4VtY-0005oj-So; Wed, 01 Feb 2006 23:16:32 -0500 Original-To: Alexandru Harsanyi In-reply-to: <0552AE76-9B41-464D-A217-DD47C3661F37@mac.com> (message from Alexandru Harsanyi on Wed, 1 Feb 2006 18:25:05 +0800) 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:49909 Archived-At: I just noticed today that ebrowse.el uses the C-c b key sequence as a prefix key. The Elisp Reference Manual, section 'D.2 Key Binding Conventions' mentions that the sequence C-c followed by a letter is reserved for users. Is the reference manual wrong or ebrowse.el uses a key sequence reserved for users? This is indeed a bug in Ebrowse. We ought to change it. However, I don't know what alternative prefix to suggest, because I do not use Ebrowse. I am not really sure what it does. Can peopel who use Ebrowse please suggest what might be a good replacement for C-c b? Are these commands used in all buffers? What do they do?