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: About `make-keymap' Date: Fri, 08 Feb 2013 17:14:14 +0100 Message-ID: <87y5eykckp.fsf@web.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360339974 9345 80.91.229.3 (8 Feb 2013 16:12:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2013 16:12:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 08 17:13:15 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 1U3qZc-0000Wp-7K for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Feb 2013 17:13:12 +0100 Original-Received: from localhost ([::1]:44107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3qZJ-000806-3E for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Feb 2013 11:12:53 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3qZC-0007zx-ET for help-gnu-emacs@gnu.org; Fri, 08 Feb 2013 11:12:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3qZ4-00073l-Gv for help-gnu-emacs@gnu.org; Fri, 08 Feb 2013 11:12:46 -0500 Original-Received: from mout.web.de ([212.227.15.4]:60329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3qZ4-00073D-7g for help-gnu-emacs@gnu.org; Fri, 08 Feb 2013 11:12:38 -0500 Original-Received: from drachen.dragon ([92.74.177.220]) by smtp.web.de (mrweb102) with ESMTPA (Nemesis) id 0LpO93-1UXQY50rNl-00ezpE; Fri, 08 Feb 2013 17:12:36 +0100 Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (Xue Fuqiao's message of "Thu, 7 Feb 2013 08:41:14 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (gnu/linux) X-Provags-ID: V02:K0:kB20QQn1GOElC/crAkaTQf/DAhig5CvdUeTE5w0iED9 SpwiGXfcjRMu1oKz2U4pWuq3O7uqVS9/sgTecz76dzDY4Fry0u ZYW6zR8zQ0m9a4DyRnmGtB33XmMiuuIcsiFckXPVIE0ap33cbA QbkHUjwC4F5/2g1Z4VCRW3zh+JDsziS9QpMviY94cIhu1aWTOf zDvICkeJ4PLY4cMbRi8zYnMSthNATrhfkGpAesqbL8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.4 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:89010 Archived-At: Xue Fuqiao writes: > I have a question about the function `make-keymap'. In (info "(elisp) > Creating Keymaps"): > > (make-keymap) > => (keymap #^[t nil nil nil ... nil nil keymap]) > > But In my *scratch* buffer: > > (make-keymap) > => (keymap #^[nil nil keymap nil nil nil nil nil nil nil nil > nil ...]) > > I don't know why they are different. Can anybody help? Thanks. I see the same. Looks like the doc should be updated. Please M-x report-emacs-bug. Regards, Michael.