From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: Key-binding clash between gnus and calc Date: Mon, 21 Nov 2005 16:15:43 -0600 Message-ID: <87psotejg0.fsf@vh213602.truman.edu> References: <85acg5u9nl.fsf@lola.goethe.zz> <878xvilw44.fsf@cut.bc.hsia.telus.net> Reply-To: belanger@truman.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1132612122 23552 80.91.229.2 (21 Nov 2005 22:28:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Nov 2005 22:28:42 +0000 (UTC) Cc: belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 21 23:28:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EeK8A-0003ia-OP for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 23:27:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EeK8A-0001e7-75 for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 17:27:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EeJyn-0003qk-TD for emacs-devel@gnu.org; Mon, 21 Nov 2005 17:17:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EeJyl-0003pZ-T8 for emacs-devel@gnu.org; Mon, 21 Nov 2005 17:17:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EeJyl-0003pU-PK for emacs-devel@gnu.org; Mon, 21 Nov 2005 17:17:39 -0500 Original-Received: from [150.243.160.94] (helo=uranium.truman.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EeJyl-0007qF-4P for emacs-devel@gnu.org; Mon, 21 Nov 2005 17:17:39 -0500 Original-Received: from uranium.truman.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id ED98613FC8 for ; Mon, 21 Nov 2005 16:14:18 -0600 (CST) Original-Received: from vh213602.truman.edu.truman.edu (vh213602.truman.edu [150.243.64.31]) by uranium.truman.edu (Postfix) with ESMTP id C365513FFD; Mon, 21 Nov 2005 16:14:18 -0600 (CST) Original-To: emacs-devel@gnu.org In-Reply-To: (Richard M. Stallman's message of "Mon, 21 Nov 2005 16:39:50 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:46410 Archived-At: "Richard M. Stallman" writes: > C-c C-SPC > > That's fine; it's reserved for major modes. > > C-c ` > > In the Lisp manual it says > > @item > Sequences consisting of @kbd{C-c} followed by any other punctuation > character are allocated for minor modes. Using them in a major mode is > not absolutely prohibited, but if you do that, the major mode binding > may be shadowed from time to time by minor modes. > > So you might want to change ` to a different character. These aren't major mode bindings, though. Once rcirc is loaded, they're global bindings. Jay