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: font-lock in machine mode of gdba Date: Sun, 24 Oct 2004 12:59:04 +1300 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <16762.61512.420416.827053@farnswood.snap.net.nz> References: <16757.5765.225553.503676@farnswood.snap.net.nz> <20041020.013816.97281206.jet@gyve.org> <16762.54914.444953.532606@farnswood.snap.net.nz> <20041024.084913.71110562.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 1098576276 1444 80.91.229.6 (24 Oct 2004 00:04:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2004 00:04:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 02:04: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 1CLVry-0001yj-00 for ; Sun, 24 Oct 2004 02:04:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLVzX-0007gm-Ks for ged-emacs-devel@m.gmane.org; Sat, 23 Oct 2004 20:12:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLVzQ-0007gW-5Q for emacs-devel@gnu.org; Sat, 23 Oct 2004 20:12:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLVzP-0007gK-OI for emacs-devel@gnu.org; Sat, 23 Oct 2004 20:12:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLVzP-0007gG-Je for emacs-devel@gnu.org; Sat, 23 Oct 2004 20:12:03 -0400 Original-Received: from [202.124.110.135] (helo=farnswood.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLVrX-0004WO-4O for emacs-devel@gnu.org; Sat, 23 Oct 2004 20:03:55 -0400 Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id F153C62FA6; Sun, 24 Oct 2004 00:59:04 +0100 (BST) Original-To: Masatake YAMATO In-Reply-To: <20041024.084913.71110562.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:28812 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28812 > I could reproduce the bug. > > In my last kewords definition, underscores in a function name was not handled. > Now underscores and periods are handled. > > I've changed my mind: the addresses have no fontification becuase finally I think > too decorative. Please install these kinds of changes directly, you don't need to refer them to me. > The address fontification will be worth if other gud-ui buffers > introduce font-lock; the awareness of address string in the buffers > will be improved by using the same face on the all gud-ui buffers. > However, I have not used other buffers of gud-ui well yet, I should > not touch more. Switch view between source and machine code by > keyboard is much more important:) In general, hat might be a good idea but note that I've specifically turned font-lock off in the frames buffer. That seemed to be necessary to get inverse video for the current frame, although that might not be the case now kill-all-local-variables is used. Nick