From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: New function for gdb-ui.el? Date: Tue, 25 Oct 2005 14:27:01 +1300 Message-ID: <17245.35301.465398.977861@kahikatea.snap.net.nz> References: <17243.21638.138477.436126@kahikatea.snap.net.nz> <17243.61878.582737.703030@kahikatea.snap.net.nz> <20051024063354.419F683AE@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130203612 32237 80.91.229.2 (25 Oct 2005 01:26:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2005 01:26:52 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 25 03:26:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EUDaB-0001OY-TI for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2005 03:26:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUDaB-0001Y9-BM for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2005 21:26:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUDa2-0001Xf-K2 for emacs-devel@gnu.org; Mon, 24 Oct 2005 21:26:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUDa1-0001X9-3Q for emacs-devel@gnu.org; Mon, 24 Oct 2005 21:26:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUDa0-0001X6-W9 for emacs-devel@gnu.org; Mon, 24 Oct 2005 21:26:21 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EUDZz-0005v1-6C; Mon, 24 Oct 2005 21:26:19 -0400 Original-Received: from kahikatea.snap.net.nz (p155-tnt1.snap.net.nz [202.124.110.155]) by viper.snap.net.nz (Postfix) with ESMTP id 5EA9373125B; Tue, 25 Oct 2005 14:26:15 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id F14F283AE; Tue, 25 Oct 2005 14:27:01 +1300 (NZDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.23 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:44781 Archived-At: > I installed my patch, so now mouse-3 on a fringe breakpoint bitmap > enables/disables the breakpoint... I tried to follow this to add a help-echo (and a hand pointer) to the icon in the fringe (to copy whats already implemented for the margin). This change in gdb-put-string didn't work for the help-echo: (if sprops (add-text-properties 0 1 (append '(help-echo "mouse-1: clear bkpt, mouse-3: enable/disable bkpt") sprops) string)) Is it possible? Nick