From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: York Zhao Newsgroups: gmane.emacs.help Subject: "C-h k" reports " is undefined" Date: Wed, 4 Jan 2012 12:31:33 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1325698743 17279 80.91.229.12 (4 Jan 2012 17:39:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2012 17:39:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 04 18:38:59 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RiUng-0007as-Jz for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jan 2012 18:38:56 +0100 Original-Received: from localhost ([::1]:35080 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiUnf-0006YV-Vy for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jan 2012 12:38:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:37397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiUgZ-0005Ks-Gj for help-gnu-emacs@gnu.org; Wed, 04 Jan 2012 12:31:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiUgY-0000nf-Gv for help-gnu-emacs@gnu.org; Wed, 04 Jan 2012 12:31:35 -0500 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:38373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiUgY-0000nb-Ec for help-gnu-emacs@gnu.org; Wed, 04 Jan 2012 12:31:34 -0500 Original-Received: by vbbfn1 with SMTP id fn1so16220868vbb.0 for ; Wed, 04 Jan 2012 09:31:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=4EWsv0iRtN3cOq6Glxcyid7D81VwJY6YYu0Jh+Yrj70=; b=yAJV3kfSOORxJgb+iWTETeWZNKTlQfegyfMFWMCDpPMcnJjW5xTy13mOeqguHNPDlu yfvVZnR6hrx45ay0x4z1BZBMsTXuNrpf68U+l8WT7P2H0Ttw+tXRYvcgj9kZBvlvdOYx GuX9D7AtuI5p2ueJRMIfJp0VhdRbPL72TTvd0= Original-Received: by 10.52.70.209 with SMTP id o17mr27386679vdu.86.1325698293424; Wed, 04 Jan 2012 09:31:33 -0800 (PST) Original-Received: by 10.52.37.169 with HTTP; Wed, 4 Jan 2012 09:31:33 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 X-Mailman-Approved-At: Wed, 04 Jan 2012 12:38:51 -0500 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:83319 Archived-At: Hi there, I have noticed this problem for awhile that for some of the key bindings "C-h k" shows " is undefined". For example, when I type "C-h k M-q", it says "M-q is undefined", but I really did bind it to my own function and my function was working because If I set breakpoint in the function where "M-q" was being bound to and press "M-q" I was able to get into the function. The key bindings not being shown by "C-h k" is not limited to "M-q" but a bunch of others as well. However, there are also a number of other key bindings that can be reported by "C-h k". I have no idea why this is happening. Can somebody tell me with this? Thanks, York