From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michal Newsgroups: gmane.emacs.help Subject: help needed on toolbar in emacs 23. Date: Wed, 24 Jun 2009 13:48:20 +0200 Organization: education Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245847351 28254 80.91.229.12 (24 Jun 2009 12:42:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2009 12:42:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 24 14:42:25 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MJRo0-0007Yt-Dc for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Jun 2009 14:42:24 +0200 Original-Received: from localhost ([127.0.0.1]:39302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJRnz-0003Jg-Lh for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Jun 2009 08:42:23 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.esat.net!feeder.news.heanet.ie!feeder.erje.net!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!news.task.gda.pl!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: jupiter.adlex.com Original-X-Trace: news.task.gda.pl 1245844190 19077 157.25.157.162 (24 Jun 2009 11:49:50 GMT) Original-X-Complaints-To: abuse@news.task.gda.pl Original-NNTP-Posting-Date: Wed, 24 Jun 2009 11:49:50 +0000 (UTC) X-Mailer: KMail/1.7.1 User-Agent: mozilla news reader Cancel-Lock: sha1:b2L+WPFVOox2BT7lyoVJGFsJBno= Original-Xref: news.stanford.edu gnu.emacs.help:170257 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65477 Archived-At: Hallo group readers! Is there any document that would describe aspects of toolbar in emacs 23. For example I added some icons to c++-mode-map's tool-bar. Then I opened tool.cpp file which contains my new icons. Then I run gdb, set breakpoint to some place in main.cpp so the program stopped there (tool bar contents totally differs for such buffer). But it happens that my c++-mode-map's tool-bar icons also in main.cpp tool bar. Now I want to add icon to be visible only in main.cpp like buffers (ie. buffers where gdb is invoked). how to do this? Hopefuly my explanation is clear. best regards, Michal