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: Key-binding clash between gnus and calc Date: Mon, 21 Nov 2005 21:20:58 -0500 Message-ID: References: <85acg5u9nl.fsf@lola.goethe.zz> <878xvilw44.fsf@cut.bc.hsia.telus.net> <85hda63ma2.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1132626092 25426 80.91.229.2 (22 Nov 2005 02:21:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Nov 2005 02:21:32 +0000 (UTC) Cc: rcyeske@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 22 03:21:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EeNmY-0007Nr-HM for ged-emacs-devel@m.gmane.org; Tue, 22 Nov 2005 03:21:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EeNmX-0002t0-Ov for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 21:21:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EeNmF-0002r7-UG for emacs-devel@gnu.org; Mon, 21 Nov 2005 21:21:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EeNmF-0002pY-6D for emacs-devel@gnu.org; Mon, 21 Nov 2005 21:20:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EeNmF-0002pK-2u for emacs-devel@gnu.org; Mon, 21 Nov 2005 21:20:59 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EeNmF-0006ni-4m for emacs-devel@gnu.org; Mon, 21 Nov 2005 21:20:59 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EeNmE-0006ln-3t; Mon, 21 Nov 2005 21:20:58 -0500 Original-To: David Kastrup In-reply-to: <85hda63ma2.fsf@lola.goethe.zz> (message from David Kastrup on Mon, 21 Nov 2005 00:57:41 +0100) 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:46421 Archived-At: > 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: I had missed that part. rcirc should not bind any C-c keys globally. They are reserved for users, for major modes, or for minor modes. Remember that loading rcirc can occur even without running it. It's not right for loading the file to bind any keys.