From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 08 19:06:32 2013 Received: (at submit) by debbugs.gnu.org; 9 Feb 2013 00:06:32 +0000 Received: from localhost ([127.0.0.1]:44934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U3xxg-00006G-At for submit@debbugs.gnu.org; Fri, 08 Feb 2013 19:06:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39575) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U3xxd-000069-Fk for submit@debbugs.gnu.org; Fri, 08 Feb 2013 19:06:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3xxW-0000g2-Af for submit@debbugs.gnu.org; Fri, 08 Feb 2013 19:06:23 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-102.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:39016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3xxW-0000fy-7u for submit@debbugs.gnu.org; Fri, 08 Feb 2013 19:06:22 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3xxU-0007sx-46 for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2013 19:06:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3xxS-0000fT-92 for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2013 19:06:19 -0500 Received: from mail-da0-f50.google.com ([209.85.210.50]:50115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3xxS-0000fL-0C for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2013 19:06:18 -0500 Received: by mail-da0-f50.google.com with SMTP id h15so2044519dan.23 for ; Fri, 08 Feb 2013 16:06:16 -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=20DbpXoFN3HCvkQyvk1LKI+hpKxZn2P02dDGLOxWQtE=; b=GxlbCtdyZunpuS0MLarSIg9PmE8R+zxdeTmUw4cOh+77d9blJjG1chcYyIE+EAMiTI W6YXzjyr5kzmhYjhi9Tkk5+E29inZnE8G5TnodqURShLO8rWdFCOLV3R30Chbac+e2gG 0TXL+kDDOmKqXtn0GXQwekz+grzVrmAPwfu6wpTngV5fYdgcFcjd6/fdXk4OTKEbZYfz jijrjtWEwU5xO0xFCqZpQT0ugkRpxgB8ZwA4n2ZMFW932s5Rq+JlmtuBBbD8WIfSLnDB dnKYrYkz/BPU9E7+zr7OWB+kACbZZ3F73HifcnKZvqd1gdN9F6c9irTQmxet6V5r5DKa FkGw== X-Received: by 10.66.88.37 with SMTP id bd5mr22170203pab.75.1360368376642; Fri, 08 Feb 2013 16:06:16 -0800 (PST) Received: from Emacs ([49.118.21.177]) by mx.google.com with ESMTPS id o5sm58168925pay.5.2013.02.08.16.06.14 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Feb 2013 16:06:15 -0800 (PST) Date: Sat, 9 Feb 2013 08:06:12 +0800 From: Xue Fuqiao To: bug-gnu-emacs@gnu.org Subject: 24.3.50; `make-keymap' manual bug Message-Id: <20130209080612.50b4db370cbb522aed8b4fbd@gmail.com> Organization: The Church of Emacs X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) 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 ...]) Looks like the manual should be updated, the post was in: http://lists.gnu.org/archive/html/help-gnu-emacs/2013-02/msg00097.html In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.0) of 2013-02-03 on Emacs Bzr revision: 111664 eggert@cs.ucla.edu-20130202191800-c04eft82qxtf7y32 Windowing system distributor `The X.Org Foundation', version 11.0.11300000 System Description: Ubuntu 12.10 Configured using: `configure --config-cache --enable-link-time-optimization' Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: r e - e m - b u g Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind inotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 08 21:37:34 2013 Received: (at 13657-done) by debbugs.gnu.org; 9 Feb 2013 02:37:34 +0000 Received: from localhost ([127.0.0.1]:45072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U40Jp-0004ho-My for submit@debbugs.gnu.org; Fri, 08 Feb 2013 21:37:34 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:60832) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U40Jo-0004hh-2R for 13657-done@debbugs.gnu.org; Fri, 08 Feb 2013 21:37:32 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U40Jg-0005Ko-So; Fri, 08 Feb 2013 21:37:24 -0500 From: Glenn Morris To: 13657-done@debbugs.gnu.org Subject: Re: bug#13657: 24.3.50; `make-keymap' manual bug References: <20130209080612.50b4db370cbb522aed8b4fbd@gmail.com> X-Spook: BRLO Crowell dictionary Arnett mania KGB explosion SCUD X-Ran: 1WHCu]akM3X.r4U;=1"YLOFR)>+"^iJywM^q>9]WRHAY^4Hp:;E%NG+rt9d67MX!]lIf1% X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 08 Feb 2013 21:37:24 -0500 In-Reply-To: <20130209080612.50b4db370cbb522aed8b4fbd@gmail.com> (Xue Fuqiao's message of "Sat, 9 Feb 2013 08:06:12 +0800") Message-ID: <3h38x6us9n.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 13657-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Version: 24.2.94 Thanks. From unknown Sat Jun 14 03:55:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 09 Mar 2013 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator