From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to modify the emacs butten menu area? Date: Tue, 10 Dec 2002 08:14:28 +0200 (IST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1039504634 10331 80.91.224.249 (10 Dec 2002 07:17:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2002 07:17:14 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Ledk-0002gM-00 for ; Tue, 10 Dec 2002 08:17:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18LeYD-0006lS-08 for gnu-help-gnu-emacs@m.gmane.org; Tue, 10 Dec 2002 02:11:29 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18LeVz-0006XE-00 for help-gnu-emacs@gnu.org; Tue, 10 Dec 2002 02:09:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18LeVq-0006Tt-00 for help-gnu-emacs@gnu.org; Tue, 10 Dec 2002 02:09:07 -0500 Original-Received: from gnudist.gnu.org ([199.232.41.7]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18LeVo-0006Sx-02 for help-gnu-emacs@gnu.org; Tue, 10 Dec 2002 02:09:00 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by gnudist.gnu.org with esmtp (Exim 4.10.13) id 18LdfA-00042W-00 for help-gnu-emacs@gnu.org; Tue, 10 Dec 2002 01:14:36 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA16455 for ; Tue, 10 Dec 2002 08:14:29 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4464 On Mon, 9 Dec 2002, Tom Oswald wrote: > I am using emacs 21.2.1 in a redhad 7.3 distribution. In this version > of emacs there appears a row of buttons under the usual menu buttons > that allow saving, buffer removal, etc. That would be the toolbar. > Can this row of buttons be > modified? By that I mean whether new button with corresponding actions > be added. Can buttons be removed? Can the image be change? etc. See lisp/toolbar/tool-bar.el in the Emacs distribution.