From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Global keymaps Date: Sun, 29 Jun 2008 16:03:42 -0400 Message-ID: References: <4853F884.7000609@gmail.com> <7dbe73ed0806141442h342f8ff0u83863f3980a7e229@mail.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214769841 28596 80.91.229.12 (29 Jun 2008 20:04:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2008 20:04:01 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 29 22:04:46 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 1KD38f-0004yn-Op for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2008 22:04:46 +0200 Original-Received: from localhost ([127.0.0.1]:57201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD37p-0003Mj-Os for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2008 16:03:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KD37l-0003Me-5j for emacs-devel@gnu.org; Sun, 29 Jun 2008 16:03:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KD37k-0003MS-N0 for emacs-devel@gnu.org; Sun, 29 Jun 2008 16:03:48 -0400 Original-Received: from [199.232.76.173] (port=45685 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD37k-0003MP-8O for emacs-devel@gnu.org; Sun, 29 Jun 2008 16:03:48 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:37682) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KD37f-0004ZW-Gi; Sun, 29 Jun 2008 16:03:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjQFABeHZ0hFxIdG/2dsb2JhbACBWqxsgXo X-IronPort-AV: E=Sophos;i="4.27,723,1204520400"; d="scan'208";a="23743787" Original-Received: from 69-196-135-70.dsl.teksavvy.com (HELO pastel.home) ([69.196.135.70]) by ironport2-out.teksavvy.com with ESMTP; 29 Jun 2008 16:03:42 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8C220835A; Sun, 29 Jun 2008 16:03:42 -0400 (EDT) In-Reply-To: <8763rsf3cm.fsf@jurta.org> (Juri Linkov's message of "Sun, 29 Jun 2008 22:28:09 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:100164 Archived-At: > 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. Stefan