From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Smith Newsgroups: gmane.emacs.help Subject: Reserved keymap not reserved anymore? Date: Sun, 17 Nov 2013 15:57:34 -0500 Organization: GNU's Not UNIX! Message-ID: <1384721854.2758.329.camel@homebase> Reply-To: psmith@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1384721876 18865 80.91.229.3 (17 Nov 2013 20:57:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Nov 2013 20:57:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 17 21:58:01 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vi9Pt-0000Tj-Gq for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Nov 2013 21:58:01 +0100 Original-Received: from localhost ([::1]:40284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vi9Pt-0007zn-5C for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Nov 2013 15:58:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vi9Pb-0007zT-Qo for help-gnu-emacs@gnu.org; Sun, 17 Nov 2013 15:57:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vi9PT-0007Un-E5 for help-gnu-emacs@gnu.org; Sun, 17 Nov 2013 15:57:43 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vi9PT-0007Uj-AX for help-gnu-emacs@gnu.org; Sun, 17 Nov 2013 15:57:35 -0500 Original-Received: from 146-115-71-23.c3-0.lex-ubr1.sbo-lex.ma.cable.rcn.com ([146.115.71.23]:57218 helo=[172.31.1.206]) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Vi9PT-0005V5-3B for help-gnu-emacs@gnu.org; Sun, 17 Nov 2013 15:57:35 -0500 X-Mailer: Evolution 3.6.4-0ubuntu1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94522 Archived-At: It used to be that the keymap C-c was reserved (documented to be so in the Emacs manual) for user customizations, so I could be sure that if I set a key in that map, other modes would not conflict with it. However I just went looking in the Emacs 24 manual and I can't find any reference to this reservation there. Was it removed? Is there a new one? Is there some new facility which means it's not needed as much anymore?