From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoff Gole Newsgroups: gmane.emacs.devel Subject: Re: Emacs User Friendliness Question/Hope Date: Sun, 18 Jul 2010 21:20:18 +0800 Message-ID: References: <1279277325.2135.114.camel@logrus.localdomain> <1279290657.2135.131.camel@logrus.localdomain> <4C410A4C.3070508@gmail.com> <87k4ou26yc.fsf@catnip.gol.com> <87mxtq7ql8.fsf@telefonica.net> <87pqylynju.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1279459231 2094 80.91.229.12 (18 Jul 2010 13:20:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Jul 2010 13:20:31 +0000 (UTC) Cc: =?ISO-8859-1?Q?=D3scar_Fuentes?= , "Stephen J. Turnbull" , emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 18 15:20:28 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OaTnA-0000CK-20 for ged-emacs-devel@m.gmane.org; Sun, 18 Jul 2010 15:20:28 +0200 Original-Received: from localhost ([127.0.0.1]:44287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaTn9-00059f-Cn for ged-emacs-devel@m.gmane.org; Sun, 18 Jul 2010 09:20:27 -0400 Original-Received: from [140.186.70.92] (port=50858 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaTn3-00059Q-0R for emacs-devel@gnu.org; Sun, 18 Jul 2010 09:20:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OaTn1-0003TC-WD for emacs-devel@gnu.org; Sun, 18 Jul 2010 09:20:20 -0400 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:53857) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaTn1-0003T6-Tg for emacs-devel@gnu.org; Sun, 18 Jul 2010 09:20:19 -0400 Original-Received: by qyk32 with SMTP id 32so1369457qyk.0 for ; Sun, 18 Jul 2010 06:20:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=HoWGuQQwfcAlG/FpxRuagFKVpYvvzUDtTvj7o2u2RzE=; b=NCJ3QPHM0eRZHqFeQdG5csLeYqWwbcbQ/gL9kN3UbPWtgmqhen8oA1P29d9T9qi4SM x1Lt1xXYo002bUcV68XT3ZnrRRq7gF/C9Tgfh1wyYT8MLc270yzpqvc/TmLDC4J2MF0A uu5siQzcDypiWdcVynSLfFpqX2bnOK9ANs0PQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AKt6F4KgzzpohiVQvug5dswthpnAjgVATSLeo2DFzh/6Ir8Oyoa0SiicbHLlS+nBoy FSl0uXNDDfkZp4CuXxTmaEbCxQffwwfrwz2faY1I4TVzLOVwDp8Z/eJBDQ+lFkjFKnJz voBL0YoMAiXUmAZvSA3aF21xw4s6ziitp5Jbo= Original-Received: by 10.224.116.75 with SMTP id l11mr2916134qaq.300.1279459218661; Sun, 18 Jul 2010 06:20:18 -0700 (PDT) Original-Received: by 10.229.48.194 with HTTP; Sun, 18 Jul 2010 06:20:18 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127553 Archived-At: > How would I do that? This is what I use today to make C-t my C-x (only > when used as a prefix): > > (global-set-key (kbd "C-t") (lookup-key global-map (kbd "C-x"))) > > Is there a different way? See the variable ctl-x-map.