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: pbm files and elisp manual Date: Thu, 14 Nov 2002 20:54:21 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: <15828.3453.22611.884316@nick.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037308271 20208 80.91.224.249 (14 Nov 2002 21:11:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 14 Nov 2002 21:11:11 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18CRGX-0005Fm-00 for ; Thu, 14 Nov 2002 22:11:09 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18CRT5-0000Ir-00 for ; Thu, 14 Nov 2002 22:24:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CRG8-0006x4-00; Thu, 14 Nov 2002 16:10:44 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18CR1X-0003Rp-00 for emacs-devel@gnu.org; Thu, 14 Nov 2002 15:55:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18CR1V-0003RA-00 for emacs-devel@gnu.org; Thu, 14 Nov 2002 15:55:38 -0500 Original-Received: from bts-0053.dialup.zetnet.co.uk ([194.247.48.53] helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CR1U-0003Qt-00 for emacs-devel@gnu.org; Thu, 14 Nov 2002 15:55:36 -0500 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 1D93B76037; Thu, 14 Nov 2002 20:54:22 +0000 (GMT) Original-To: emacs-devel@gnu.org X-Mailer: VM 6.97 under Emacs 21.3.50.11 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9428 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9428 Having *almost* installed my changes for gud.el and gdb-ui.el correctly, I've got the following questions : 1) I've also installed a set of 12 XPM image files in emacs/lisp/toolbar whose names are all prefixed with gud. I see that all the xpm files have a pbm counterpart. I don't know why they are needed (do people really have binary displays ?) and presume these are generated from the xpm files. Can someone please either install the pbm counterparts for me or explain how to do it (whichever is easier) ? 2) I found the elisp manual invaluable in writing gdb-ui.el. Could a section for the functions in button.el (e.g define-button-type, insert-text-button etc.) be added as these seem to be of general interest ? Nick