From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12557 Path: main.gmane.org!not-for-mail From: Felix Lee Newsgroups: gmane.emacs.gnus.general Subject: Re: bug? C-h k versus C-h w Date: Thu, 09 Oct 1997 18:23:09 -0700 Sender: flee@cygnus.com Message-ID: <199710100122.SAA12422@smtp2.teleport.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035152072 4417 80.91.224.250 (20 Oct 2002 22:14:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:14:32 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id UAA03420 for ; Thu, 9 Oct 1997 20:27:08 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id WAA01610 for ; Thu, 9 Oct 1997 22:19:39 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 10 Oct 1997 03:22:30 +0200 Original-Received: (qmail 24297 invoked by uid 504); 10 Oct 1997 01:22:28 -0000 Original-Received: (qmail 24294 invoked from network); 10 Oct 1997 01:22:28 -0000 Original-Received: from smtp2.teleport.com (192.108.254.20) by claymore.vcinet.com with SMTP; 10 Oct 1997 01:22:27 -0000 Original-Received: from cygnus.com (ip-pdx36-29.teleport.com [206.163.127.156]) by smtp2.teleport.com (8.8.7/8.7.3) with ESMTP id SAA12422; Thu, 9 Oct 1997 18:22:17 -0700 (PDT) Original-To: John H Palmieri In-reply-to: Your message of 06 Oct 1997 15:56:56 CDT. Xref: main.gmane.org gmane.emacs.gnus.general:12557 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12557 > GNU Emacs 20.2.1 (sparc-sun-solaris2.5.1, X toolkit) of Thu Sep 25 1997 on darwin > C-h k SPC > I get the message > SPC runs the command gnus-topic-read-group > On the other hand, if I type > C-h w gnus-topic-read-group > I get the message > gnus-topic-read-group is not on any key bug in emacs. where-is-internal does find the key binding, but then it goes to make sure the binding isn't shadowed by another binding, but it does this by doing a key->binding lookup in the wrong keymap. I think. --