From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: matthias Newsgroups: gmane.emacs.help Subject: replace default tool-bar by home-grown tool-bar Date: Tue, 18 Dec 2007 20:04:22 +0100 Message-ID: <5sqjslF1aqhorU1@mid.dfncis.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198006865 24506 80.91.229.12 (18 Dec 2007 19:41:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Dec 2007 19:41:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 18 20:41:17 2007 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 1J4iJE-00067a-3P for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Dec 2007 20:40:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4iIu-0004pe-NU for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Dec 2007 14:40:36 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: news.dfncis.de PpWeYT/fr8WyRuJPnV/KpQeIij1nuMtFif/3KX2maT2x2Y8wJAvqeMLMCd Cancel-Lock: sha1:ad1EHpJYhr0yQB6M0gpklbIgdSQ= User-Agent: Icedove 1.5.0.14pre (X11/20071018) Original-Xref: shelby.stanford.edu gnu.emacs.help:154755 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:50181 Archived-At: Hi there, i am meditating over chapter 22.17 from the Emacs Lisp-manual for a while and couldn't really get a hint on how to have my own tool-bar. I understand how to define a keymap that describes the tool-bar but how do i tell emacs to use my keymap? Maybe it is too obvious, but i can't figure it out... I didn't find any hooks for the tool-bar. While they are used so frequently i wonder why there is none in this case. Wouldn't it be a good idea to have one that defines all the buttons in the tool-bar? If you can point me to a very simple example that would be nice. thanks in advance matthias