From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Toggle view in gdba Date: Mon, 25 Oct 2004 09:38:58 +1300 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <16764.4834.765363.283732@farnswood.snap.net.nz> References: <20041019.110517.30163083.jet@gyve.org> <16756.62414.504591.39527@farnswood.snap.net.nz> <20041020.012158.92573776.jet@gyve.org> <20041023.170146.246827276.jet@gyve.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098650730 16103 80.91.229.6 (24 Oct 2004 20:45:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2004 20:45:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 22:45:23 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CLpEx-0004Bb-00 for ; Sun, 24 Oct 2004 22:45:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLpMY-0001EU-WE for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2004 16:53:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLpMG-00017k-89 for emacs-devel@gnu.org; Sun, 24 Oct 2004 16:52:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLpMF-000174-2m for emacs-devel@gnu.org; Sun, 24 Oct 2004 16:52:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLpME-00016o-SX for emacs-devel@gnu.org; Sun, 24 Oct 2004 16:52:54 -0400 Original-Received: from [202.124.110.177] (helo=farnswood.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLpEL-0004Db-RC for emacs-devel@gnu.org; Sun, 24 Oct 2004 16:44:46 -0400 Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 69AD162FA6; Sun, 24 Oct 2004 21:38:59 +0100 (BST) Original-To: Masatake YAMATO In-Reply-To: <20041023.170146.246827276.jet@gyve.org> X-Mailer: VM 6.97 under Emacs 21.2.1 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28856 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28856 > > Is it ok if the key bindings are not propagated to the other modes (and global-map)? > > > > Experimentally, I added new a argument LOCAL to gud-def and added line > > > > (use-local-map (copy-keymap (current-local-map))) > > > > to `gdb-ann3'. > > No objectoin about my patch? > I don't think the benefit justifies the extra complexity (also there's another set of commands gud-frame-assembler-buffer etc that the user might prefer to use). Let's leave this one, for the moment, and review it again when/if, at some stage in the future, the keybindings, in general, are simplified. Nick