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: Re: "C-h k" reports " is undefined" Date: Wed, 4 Jan 2012 12:35:55 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1325698748 17337 80.91.229.12 (4 Jan 2012 17:39:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2012 17:39:08 +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:39:05 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 1RiUnn-0007dd-5N for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jan 2012 18:39:03 +0100 Original-Received: from localhost ([::1]:35665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiUnm-0006t7-MT for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jan 2012 12:39:02 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:58914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiUkn-0005sX-Ly for help-gnu-emacs@gnu.org; Wed, 04 Jan 2012 12:35:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiUkm-0001Ya-Ad for help-gnu-emacs@gnu.org; Wed, 04 Jan 2012 12:35:57 -0500 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:43475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiUkm-0001YT-6h for help-gnu-emacs@gnu.org; Wed, 04 Jan 2012 12:35:56 -0500 Original-Received: by vcge1 with SMTP id e1so15210313vcg.0 for ; Wed, 04 Jan 2012 09:35:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=4IAooy6YLKtJ7ZtIu0UF601/Mj1vEbYBCFywkWeu0KQ=; b=Ygpc7Fj557w2hMtyb1W7YFJl+OEZhC9+OWQRQNUNeYGNfmJW3Hd6pAZAd6MtDL/QOE FTxgx+fTlI7TvPo1tkPH8IkrHh7z+Lc9SrVeQxa3z9y97QcEIAF8/NBLoG06QmlIQZAU 22cT2npU6YlDjOGFeQeUhjyVFCP/g2dEDOE50= Original-Received: by 10.52.34.97 with SMTP id y1mr6273779vdi.69.1325698555277; Wed, 04 Jan 2012 09:35:55 -0800 (PST) Original-Received: by 10.52.37.169 with HTTP; Wed, 4 Jan 2012 09:35:55 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 X-Mailman-Approved-At: Wed, 04 Jan 2012 12:38:57 -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:83320 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? Forgot to mention that I'm using the latest emacs from git: commit 0ade109630e14430d3eb48c29417804130a0cbff Author: Bastien Guerry Date: Wed Jan 4 16:20:49 2012 +0100 Fix trailing whitespaces in Org files. I built it under windows using mingw. Thanks, York