From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xend Newsgroups: gmane.emacs.help Subject: Re: Possible to rebind C-m to a function? (like any other control key combo?) Date: Fri, 28 Nov 2008 01:42:59 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <8fcfe2f5-e707-424e-9896-bd0683fc94a3@s9g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1227868900 7564 80.91.229.12 (28 Nov 2008 10:41:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2008 10:41:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 28 11:42:43 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L60o5-000783-LS for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2008 11:42:41 +0100 Original-Received: from localhost ([127.0.0.1]:33468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L60mv-0001a7-Ob for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2008 05:41:29 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x16g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 123.149.26.63 Original-X-Trace: posting.google.com 1227865379 939 127.0.0.1 (28 Nov 2008 09:42:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 28 Nov 2008 09:42:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x16g2000prn.googlegroups.com; posting-host=123.149.26.63; posting-account=o4YrVwoAAAAAIOu9uBqaRT4EH9JiGtz4 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092416 Firefox/3.0.3,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:164857 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60185 Archived-At: On Nov 28, 3:30=A0pm, "seber...@spawar.navy.mil" wrote: > There seems to be some special use for C-m as I cannot rebind it to a > function of my choosing like start-kbd-macro. > > Is there anyway to make C-m into a "normal" combo I can bind like all > the others? > > chris you can try "(global-set-key (kbd "C-m") function)"????