From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emacs mode for GDB - 2 questions Date: Thu, 30 May 2002 11:05:03 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200205301705.g4UH53K13560@aztec.santafe.edu> References: <15604.58207.654159.768423@nick.uklinux.net> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1022778482 24548 127.0.0.1 (30 May 2002 17:08:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 May 2002 17:08:02 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17DTP8-0006No-00 for ; Thu, 30 May 2002 19:08:02 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17DTi0-0000Z9-00 for ; Thu, 30 May 2002 19:27:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17DTPo-0006L1-00; Thu, 30 May 2002 13:08:44 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17DTMG-0005xO-00; Thu, 30 May 2002 13:05:04 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g4UH53V00936; Thu, 30 May 2002 11:05:03 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g4UH53K13560; Thu, 30 May 2002 11:05:03 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: nick@nick.uklinux.net In-Reply-To: <15604.58207.654159.768423@nick.uklinux.net> (message from Nick Roberts on Wed, 29 May 2002 15:19:11 +0100) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4512 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4512 1) I wish to use the same icon for enabled and disabled breakpoints (like buttons on the toolbar that can be `greyed out' to show that they have been disabled). However : For inactive menu items, we recently switched from graying them out to using different colors, on displays which support color. Maybe we should do this in GDB mode (and maybe also in the toolbar). What do people think?