From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: About `make-keymap' Date: Thu, 7 Feb 2013 08:41:14 +0800 Organization: The Church of Emacs Message-ID: <20130207084114.e612863ca21d2ac46d17755a@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360197690 5745 80.91.229.3 (7 Feb 2013 00:41:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2013 00:41:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 07 01:41:51 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 1U3FYh-00047h-6n for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Feb 2013 01:41:47 +0100 Original-Received: from localhost ([::1]:52427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3FYO-0004wB-9J for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Feb 2013 19:41:28 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:44673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3FYI-0004vh-IY for help-gnu-emacs@gnu.org; Wed, 06 Feb 2013 19:41:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3FYH-0001t4-6X for help-gnu-emacs@gnu.org; Wed, 06 Feb 2013 19:41:22 -0500 Original-Received: from mail-pa0-f54.google.com ([209.85.220.54]:39561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3FYH-0001sr-0u for help-gnu-emacs@gnu.org; Wed, 06 Feb 2013 19:41:21 -0500 Original-Received: by mail-pa0-f54.google.com with SMTP id fa10so1063680pad.13 for ; Wed, 06 Feb 2013 16:41:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=JJaE/imzZccL9Ncy/RMmifm64NH7LwdA1hJQ5TQoajw=; b=czM60NGscwym/Z7icpXtJ8MIPMEdBZe42Zd8ZqUFOUjdDI9p3kz+XK/cZ2jAKe5gVy dNos2m4A5X71KSca3DrfBYaXtfsXuiVF5ATRmTEnu6rNW76xU5FyofZsKGWzuRPAsYDD gv5WpRHhNw9ZVazYsW5SqGXJscQ83y3I6VeL0oB+cVFhp1sDclhWD974QX/Tgkchtn1C o67P1cgt9VMd++O5T3E8m3rMVDlN4lmbMabFXztZ72AxHq7TokLKu4wxMRTu6qthZtI8 872oXLlxPLQ4oadpcNx+WDE6xPkbGUbbSZohVVGK1dgh2jHMZ5RpM4vx0LV11JQjpctx zmrA== X-Received: by 10.66.82.163 with SMTP id j3mr351621pay.31.1360197679604; Wed, 06 Feb 2013 16:41:19 -0800 (PST) Original-Received: from Emacs ([49.118.21.177]) by mx.google.com with ESMTPS id y9sm41450715paw.1.2013.02.06.16.41.17 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Feb 2013 16:41:18 -0800 (PST) X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.54 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:89003 Archived-At: 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. -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao