From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Global keymaps Date: Sun, 29 Jun 2008 23:24:16 +0200 Message-ID: <4867FD80.4040205@gmail.com> References: <4853F884.7000609@gmail.com> <48545D78.8080103@gmail.com> <4854E536.8040407@gmail.com> <87k5gql900.fsf@jurta.org> <87hcbt59s6.fsf@jurta.org> <87y74ubfnc.fsf@jurta.org> <87fxr1fe7d.fsf@jurta.org> <87ej6l5ffi.fsf@catnip.gol.com> <87bq1mxyem.fsf@jurta.org> <87prq2z9lo.fsf@catnip.gol.com> <87tzfd5wdh.fsf@jurta.org> <87r6agjnc8.fsf@jurta.org> <8763rsf3cm.fsf@jurta.org> <87od5karq0.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214774686 9867 80.91.229.12 (29 Jun 2008 21:24:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2008 21:24:46 +0000 (UTC) Cc: Miles Bader , Stefan Monnier , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 29 23:25:31 2008 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.50) id 1KD4Oo-0002p7-JN for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2008 23:25:30 +0200 Original-Received: from localhost ([127.0.0.1]:51852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD4Ny-0005KJ-9U for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2008 17:24:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KD4Nt-0005JF-TM for emacs-devel@gnu.org; Sun, 29 Jun 2008 17:24:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KD4Ns-0005J3-1D for emacs-devel@gnu.org; Sun, 29 Jun 2008 17:24:32 -0400 Original-Received: from [199.232.76.173] (port=40160 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD4Nr-0005J0-Sm for emacs-devel@gnu.org; Sun, 29 Jun 2008 17:24:31 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:48590) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KD4Nn-0003hs-Ry; Sun, 29 Jun 2008 17:24:28 -0400 Original-Received: from c83-254-145-59.bredband.comhem.se ([83.254.145.59]:60029 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KD4Nk-0000l3-6L; Sun, 29 Jun 2008 23:24:25 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <87od5karq0.fsf@jurta.org> X-Antivirus: avast! (VPS 080629-0, 2008-06-29), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.145.59 X-Scan-Result: No virus found in message 1KD4Nk-0000l3-6L. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1KD4Nk-0000l3-6L 104b0145c1b917d608910bcd7d6f3d12 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:100172 Archived-At: Juri Linkov wrote: >>> Please review the following patch. It creates a new keymap >> It looks OK, tho I wonder why you introduce all those >> foo-map-prefix thingies. I know such things are already used elsehwere, >> but they've never made much sense to me. > > I took them from ctl-x-4-prefix, ctl-x-5-prefix and other similar maps > and don't know what they are good for. So I could install the patch > without them. I think names like ctl-x-4-prefix could make sense for a user trying to add new key bindings.