From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim Newsgroups: gmane.emacs.devel Subject: Re: SPC in custom-mode Date: Fri, 08 Jul 2005 12:48:17 +0200 Message-ID: <42CE59F1.4050808@verona.se> References: <48648d648657b8.48657b848648d6@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120820302 27651 80.91.229.2 (8 Jul 2005 10:58:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2005 10:58:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 12:58:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqqYX-0004U3-PL for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2005 12:58:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqqZw-0008M1-P0 for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2005 06:59:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqqUm-0007qu-E7 for emacs-devel@gnu.org; Fri, 08 Jul 2005 06:54:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqqUj-0007pt-Mv for emacs-devel@gnu.org; Fri, 08 Jul 2005 06:54:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqqUi-0007kW-Ij for emacs-devel@gnu.org; Fri, 08 Jul 2005 06:54:08 -0400 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DqqVm-0008Ez-Nc for emacs-devel@gnu.org; Fri, 08 Jul 2005 06:55:15 -0400 Original-Received: from [127.0.0.1] ([213.115.136.6] [213.115.136.6]) by mxfep01.bredband.com with ESMTP id <20050708104818.HTL26070.mxfep01.bredband.com@[127.0.0.1]>; Fri, 8 Jul 2005 12:48:18 +0200 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: LENNART BORGMAN In-Reply-To: <48648d648657b8.48657b848648d6@net.lu.se> 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:40635 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40635 Im no expert on Cua mode, but I suppose the problem ought to be solveable by adding mode specific hooks to change the keymaps of other modes within the startup code of cua.el. /Joakim LENNART BORGMAN wrote: >From: Joakim Verona > > > >>If some windows users want emacs to be more windows-gui consistent on >>their plattform, cant these changes go into Cua mode or something? >> >> > >Yes, it is a good suggestion to use a global minor mode, but how should that be done? Can the global minor mode keymap be made buffer local? (or is it perhaps?) When, in this case, should that be done? Examples? > >