From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "dericbytes@gmail.com" Newsgroups: gmane.emacs.help Subject: Re: ecb and key bound to make Date: Fri, 6 Mar 2009 07:53:53 -0800 (PST) Organization: http://groups.google.com Message-ID: <0b25a2e9-fcea-4297-a321-ce4a9978f8d0@v15g2000yqn.googlegroups.com> References: 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 1236358752 13844 80.91.229.12 (6 Mar 2009 16:59:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Mar 2009 16:59:12 +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 Mar 06 18:00:29 2009 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 1LfdPK-0001nj-8g for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2009 18:00:22 +0100 Original-Received: from localhost ([127.0.0.1]:36777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfdNz-0004gd-1Z for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2009 11:58:59 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!postnews.google.com!v15g2000yqn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: 82.10.67.62 Original-X-Trace: posting.google.com 1236354833 14574 127.0.0.1 (6 Mar 2009 15:53:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 6 Mar 2009 15:53:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v15g2000yqn.googlegroups.com; posting-host=82.10.67.62; posting-account=lWCYjAoAAAD13Fx4x0JbFUmayOpl-DWA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 (.NET CLR 3.5.30729), gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:167391 X-Mailman-Approved-At: Fri, 06 Mar 2009 11:57:33 -0500 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:62691 Archived-At: On Mar 6, 2:03=A0pm, Alain Muls wrote: > Hi > > i would like to change the key-binding in ECB for th emake command from C= -c ' > c to the key. > > Tx/Alain > -- > -------------------------------------------------------------------------= ----------- > Alain MULS =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 alain.m...@telenet.be > CISS-GENA =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 +32.2.7426340 > Renaissance Avenue 30 > 1000 BRUSSELS - Belgium > -------------------------------------------------------------------------= ----------- > Protect your freedom, join the Fellowship of FSFE!http://www.fsfe.org > Please don't send me proprietary file formats, > use ISO standard ODF instead (ISO/IEC 26300) > -------------------------------------------------------------------------= ----------- (global-unset-key [f8]) (global-set-key [f8] 'emake)