From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21820 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: xbm in XEmacs? Date: 05 Mar 1999 19:30:12 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86g17jlasr.fsf@kramer.bp.aventail.com> References: <87btia38ls.fsf@pc-hrvoje.srce.hr> <86ogma2cle.fsf@kramer.bp.aventail.com> <87d82nvdrt.fsf@pc-hrvoje.srce.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159854 24913 80.91.224.250 (21 Oct 2002 00:24:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:24:14 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA04934 for ; Fri, 5 Mar 1999 19:30:37 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB20653; Fri, 5 Mar 1999 18:29:58 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 Mar 1999 18:30:03 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id SAA22373 for ; Fri, 5 Mar 1999 18:29:52 -0600 (CST) Original-Received: from slow.bp.aventail.com (usrpri2-36.kiva.net [206.97.75.101]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA04901 for ; Fri, 5 Mar 1999 19:29:42 -0500 (EST) Original-Received: from kramer.bp.aventail.com (kramer.bp.aventail.com [192.168.2.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id TAA06547; Fri, 5 Mar 1999 19:29:06 -0800 Original-Received: (from wmperry@localhost) by kramer.bp.aventail.com (8.8.5/8.8.5) id TAA00984; Fri, 5 Mar 1999 19:30:12 -0500 Original-To: Hrvoje Niksic X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Lars Magne Ingebrigtsen writes: > > > > That's pretty much your only bet unless you want to parse the XBM > > > yourself and convert it to binary garbage. Take a look at > > > xbm-button.el if you want to see the pain you are in for. :) > > > > Good lord! *choke* > > I don't understand Bill and you. > > 1) The really hairy part of xbm-button is the part that defines the > font used in the buttons. > > 2) xbm-button is used to *create* XBM's, not to parse them, so I don't > see how it is relevant in this discussion. Well, it was just an example to show how ugly the raw xbm stuff that XEmacs currently supports is. :) -Bill P.