From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Reserved keymap not reserved anymore? Date: Mon, 18 Nov 2013 04:40:50 +0100 Message-ID: <87ob5ie5rx.fsf@web.de> References: <1384721854.2758.329.camel@homebase> <01fe8243-3ed0-45a7-9c4e-9c0280f947e1@default> <1384723924.2758.332.camel@homebase> <874n7a6424.fsf@web.de> <1384730310.2758.338.camel@homebase> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1384746080 16728 80.91.229.3 (18 Nov 2013 03:41:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Nov 2013 03:41:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 18 04:41:25 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 1ViFiG-0000nP-Ks for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Nov 2013 04:41:24 +0100 Original-Received: from localhost ([::1]:41114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViFiG-0007q6-5W for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Nov 2013 22:41:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViFi1-0007px-Dt for help-gnu-emacs@gnu.org; Sun, 17 Nov 2013 22:41:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViFhv-0000qA-G0 for help-gnu-emacs@gnu.org; Sun, 17 Nov 2013 22:41:09 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:45964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViFhv-0000pz-9K for help-gnu-emacs@gnu.org; Sun, 17 Nov 2013 22:41:03 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ViFhu-0000fH-7m for help-gnu-emacs@gnu.org; Mon, 18 Nov 2013 04:41:02 +0100 Original-Received: from ip-90-186-252-235.web.vodafone.de ([90.186.252.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Nov 2013 04:41:02 +0100 Original-Received: from michael_heerdegen by ip-90-186-252-235.web.vodafone.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Nov 2013 04:41:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ip-90-186-252-235.web.vodafone.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:/+v1YvsiWBcRSLbXivT1jZRycNI= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:94532 Archived-At: Paul Smith writes: > On Sun, 2013-11-17 at 23:45 +0100, Michael Heerdegen wrote: > > Drew, don't you think it belongs in the user manual? This is not a > > programmer's issue - a user should know which keys he can use for his > > bindings, and which are reserved. Do I miss something? > > I think it belongs in both. In the Emacs manual, as you say, so users > know about it. And in the Elisp manual so people writing new modes, > etc. know about the reservation and don't use it. Yes, I didn't mean we should remove it from the Lisp manual ;-) Ok, I have opened bug#15917 about this issue. Thanks Paul and Drew. Regards, Michael.