From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6820 invoked by alias); 5 Mar 2002 21:26:40 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 6703 invoked from network); 5 Mar 2002 21:26:33 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 5 Mar 2002 21:26:33 -0000 Received: from makita.cygnus.com (makita.cygnus.com [205.180.230.78]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA06037; Tue, 5 Mar 2002 13:26:31 -0800 (PST) Received: from localhost (keiths@localhost) by makita.cygnus.com (8.8.8+Sun/8.6.4) with ESMTP id NAA29091; Tue, 5 Mar 2002 13:26:30 -0800 (PST) X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Tue, 05 Mar 2002 13:26:00 -0000 From: Keith Seitz X-X-Sender: To: "Martin M. Hunt" cc: Insight Mailing List Subject: Re: [RFA] Remove src-font In-Reply-To: <200203052114.g25LE1K02842@localhost.localdomain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q1/txt/msg00177.txt.bz2 On Tue, 5 Mar 2002, Martin M. Hunt wrote: > How about changing the section in question to this: > > # There are a bunch of console prefs that have no UI > # for the user to modify them. In the event that the user > # really wants to change them, they will have to be modified > # in prefs.tcl or by editing .gdbtkinit. When these prefs > # gain a prefs UI, the user may change them dynamically > # and the console window will need notification that they > # have changed. Add them to the following list and > # Console::_update_option. > foreach option {gdb/console/wrap} { > pref add_hook $option [code $this _update_option] > } Yes, excellent. Exactly. Lord knows we've abused the preferences thing long enough. All the examples of doing it the right way that we can possible infect the code with is a good thing, imo. THanks! Keith