From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84429 Path: news.gmane.org!not-for-mail From: Ian Kelling Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus keymap elisp confusion Date: Tue, 08 Apr 2014 15:56:36 -0700 Message-ID: <87sipn5t23.fsf@treetowl.lan> References: <87zjjw62ci.fsf@treetowl.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396997896 12791 80.91.229.3 (8 Apr 2014 22:58:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2014 22:58:16 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M32675@lists.math.uh.edu Wed Apr 09 00:58:10 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WXey0-0002TB-ME for ding-account@gmane.org; Wed, 09 Apr 2014 00:58:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1WXex0-0003FM-L9; Tue, 08 Apr 2014 17:57:06 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1WXewx-0003F3-OA for ding@lists.math.uh.edu; Tue, 08 Apr 2014 17:57:03 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WXeww-00056B-1J for ding@lists.math.uh.edu; Tue, 08 Apr 2014 17:57:03 -0500 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WXewu-0007yp-5N for ding@gnus.org; Wed, 09 Apr 2014 00:57:00 +0200 Original-Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1F3BA211B2; Tue, 8 Apr 2014 18:56:59 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 08 Apr 2014 18:56:59 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=R2+SWxaG9xFOj6OOGAusrQGjjRI=; b=FfM5fQ71JHldDjlczky+3yx3ct9G 5zIDborTTFcEcg2g3ObFwKuqYK+yhJUSSq6kckk0q/Tb2KvpXSozFLG99yVFCAgC Ri5w+5Yh0lVHRqba3pc8iI9s0gblje+c468Mpy5cRMAfSrnNnjXye/QKFsAPXfyz k3RCJkJQ5OWLK4A= X-Sasl-enc: 5zVEiP+d20KtOJKHDWGPzpkcwCjE2+YJGRCT9hbzEQh0 1396997818 Original-Received: from treetowl.lan (unknown [67.160.118.141]) by mail.messagingengine.com (Postfix) with ESMTPA id D14B26800DF; Tue, 8 Apr 2014 18:56:58 -0400 (EDT) Original-Received: by treetowl.lan (Postfix, from userid 1000) id 6F5AB1819F6; Tue, 8 Apr 2014 15:56:36 -0700 (PDT) In-Reply-To: (Katsumi Yamaoka's message of "Tue, 08 Apr 2014 10:47:05 +0900") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84429 Archived-At: Katsumi Yamaoka writes: > Why those keys don't appear in `C-h v g-g-mode-map' is > that (probably) the keymap for the G-prefixed group keys are > explicitly defined as `gnus-group-group-map' in gnus-group.el. Double vision! Thanks. - Ian