From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: "C-h k" reports " is undefined" Date: Thu, 05 Jan 2012 21:47:59 +0100 Message-ID: <874nw9swow.fsf@thinkpad.tsdh.de> References: <87hb0arms9.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325796496 2824 80.91.229.12 (5 Jan 2012 20:48:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2012 20:48:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: York Zhao Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 05 21:48:12 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 1RiuEM-0006t8-RL for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2012 21:48:10 +0100 Original-Received: from localhost ([::1]:54709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiuEM-0000lB-3q for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2012 15:48:10 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiuEI-0000l4-Cs for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 15:48:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiuEG-0002fS-2X for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 15:48:06 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]:56675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiuEF-0002fF-OK for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 15:48:03 -0500 Original-Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id A2B4320AF7 for ; Thu, 5 Jan 2012 15:48:02 -0500 (EST) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 05 Jan 2012 15:48:02 -0500 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=/2lpYwqCK0ZK8K8k0RKfK0FdJ78=; b=IU+Zz1ccZVSyVsIiq2UOBqVvJj7x 52aoO1l/G4n9GifZh+a/PPuz+fmZocBXSI5pdOXIohrDndUMsIGKaABbZ9FSaU8E zLCRz7UsMn+cgtaEaAsueaLQil+KgtKR8kj7UpSTz2NtvJiyvr+gtllU8AuB4COv IkDDAmCB5rlYY+M= X-Sasl-enc: CKVO82WkQ+yeqW8rNJUFf39tT9FHJ0eetyNFHj+fNABz 1325796482 Original-Received: from thinkpad.tsdh.de (91-67-11-43-dynip.superkabel.de [91.67.11.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id CB8A78E0097; Thu, 5 Jan 2012 15:48:01 -0500 (EST) In-Reply-To: (York Zhao's message of "Thu, 5 Jan 2012 15:31:36 -0500") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.28 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:83361 Archived-At: York Zhao writes: >> Could you please show the code that establishes the binding? > > Thank you for the response and as Mike just pointed out this seems to > be a problem with Evil package. Ah, ok. > But anyways here's my code that binds the key. > > (global-set-key (kbd "M-q") 'fill-paragraph-or-region) Well, that's clearly correct. Bye, Tassilo