From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.help Subject: Re: how to change C-x prefix to C-k in a clean way? Date: Tue, 10 Mar 2009 19:42:19 +0100 Organization: Chalmers University of Technology, Sweden Message-ID: References: <9f26e1db-d03a-47f8-a0ad-66d42d504df1@33g2000yqm.googlegroups.com> <87mybxnc0w.fsf@iki.fi> <2ee748a7-49a3-4495-bc2d-2e663f8bcbbf@v15g2000yqn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236714392 12331 80.91.229.12 (10 Mar 2009 19:46:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Mar 2009 19:46:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 10 20:47:48 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 1Lh7vJ-0007K8-EH for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Mar 2009 20:47:33 +0100 Original-Received: from localhost ([127.0.0.1]:60847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lh7tx-0006ae-B2 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Mar 2009 15:46:09 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news2.arglkargh.de!nuzba.szn.dk!pnx.dk!news.solace.miun.se!news.solace.miun.se!gide.ita.chalmers.se!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 7 Original-NNTP-Posting-Host: remote2.student.chalmers.se Original-X-Trace: gide.ita.chalmers.se 1236710561 20265 129.16.29.80 (10 Mar 2009 18:42:41 GMT) Original-X-Complaints-To: usenet@gide.ita.chalmers.se Original-NNTP-Posting-Date: Tue, 10 Mar 2009 18:42:41 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.90 (gnu/linux) Cancel-Lock: sha1:enkbbDaP9PfrnpX00NrAnXMnPDw= Original-Xref: news.stanford.edu gnu.emacs.help:167507 comp.emacs:97989 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:62817 Archived-At: Alan Mackenzie writes: > Then you want to transform keybindings starting "\C-x.." in libraries > you'll load later into "\C-k..". The best way here would be to add > advice to `define-key', but this routine's written in C. That's not a problem.