From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: ebrowse.el uses the C-c b as a prefix key... Date: Thu, 02 Feb 2006 13:58:05 -0700 Message-ID: References: <0552AE76-9B41-464D-A217-DD47C3661F37@mac.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1138917006 27772 80.91.229.2 (2 Feb 2006 21:50:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Feb 2006 21:50:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 02 22:50:04 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 1F4mK9-0003Oy-1c for ged-emacs-devel@m.gmane.org; Thu, 02 Feb 2006 22:49:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4mNG-0005Q7-S0 for ged-emacs-devel@m.gmane.org; Thu, 02 Feb 2006 16:52:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F4laq-00084I-Ox for emacs-devel@gnu.org; Thu, 02 Feb 2006 16:02:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F4lap-00083K-2P for emacs-devel@gnu.org; Thu, 02 Feb 2006 16:02:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4lan-00083D-AJ for emacs-devel@gnu.org; Thu, 02 Feb 2006 16:02:13 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F4lZg-0001ev-Ik for emacs-devel@gnu.org; Thu, 02 Feb 2006 16:01:04 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F4lXH-0005Ag-Qn for emacs-devel@gnu.org; Thu, 02 Feb 2006 21:58:36 +0100 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Feb 2006 21:58:35 +0100 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Feb 2006 21:58:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 33 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: 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:49937 Archived-At: Richard M. Stallman wrote: > 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? I don't use Ebrowse, but `C-c C-b' seems like an obvious choice... > Are these commands used in all buffers? According to the Finding and Viewing node of the Ebrowse manual, they are used in C++ source buffers. `C-c C-b' is already bound to c-submit-bug-report in C++ Mode buffers. How about `C-c C-f' and/or `C-c C-v', which aren't bound, as mnemonics for "find" and "view"? > What do they do? They display the declaration or definition of a class member. -- Kevin Rodgers