From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ryan Yeske Newsgroups: gmane.emacs.devel Subject: Re: Key-binding clash between gnus and calc Date: Sun, 20 Nov 2005 15:47:55 -0800 Message-ID: <878xvilw44.fsf@cut.bc.hsia.telus.net> References: <85acg5u9nl.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1132530549 14311 80.91.229.2 (20 Nov 2005 23:49:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 23:49:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 21 00:49:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Edyun-0006VW-QB for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 00:48:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edyun-0002UI-At for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 18:48:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Edyuf-0002SL-VF for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:48:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Edyue-0002Pj-C4 for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:48:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edyue-0002PU-86 for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:48:00 -0500 Original-Received: from [199.185.220.223] (helo=priv-edtnes27.telusplanet.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Edyuc-0003WP-M5; Sun, 20 Nov 2005 18:47:58 -0500 Original-Received: from cut.bc.hsia.telus.net ([207.216.180.100]) by priv-edtnes27.telusplanet.net (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20051120234756.JBNL21609.priv-edtnes27.telusplanet.net@cut.bc.hsia.telus.net>; Sun, 20 Nov 2005 16:47:56 -0700 Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) 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:46380 Archived-At: Are there any conventions for global keybindings? Yes--you should always ask me. With all the recent talk about global bindings and calc, I thought I should mention that the recently added rcirc package includes two global bindings after it is loaded: C-c ` C-c C-SPC both run the command: rcirc-next-active-buffer: "Go to the ARGth rcirc buffer with activity. The function given by `rcirc-switch-to-buffer-function' is used to show the buffer." C-c ` was the original binding I used, and C-c C-SPC was added as people who were familiar ERC preferred that binding.