From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21812 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: xbm in XEmacs? Date: 05 Mar 1999 20:55:45 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87btia38ls.fsf@pc-hrvoje.srce.hr> <86ogma2cle.fsf@kramer.bp.aventail.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159847 24880 80.91.224.250 (21 Oct 2002 00:24:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:24:07 +0000 (UTC) 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 PAA28279 for ; Fri, 5 Mar 1999 15:31:06 -0500 (EST) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB18680; Fri, 5 Mar 1999 14:29:32 -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 14:29:43 -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 OAA18284 for ; Fri, 5 Mar 1999 14:28:38 -0600 (CST) Original-Received: from quimbies.gnus.org (larsi@ppp085.uio.no [129.240.240.90]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA28154 for ; Fri, 5 Mar 1999 15:28:20 -0500 (EST) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id VAA31263; Fri, 5 Mar 1999 21:27:44 +0100 Mail-Copies-To: never X-Now-Reading: Carol O'Connell's _Mallory's Oracle_ X-Now-Playing: Billy Bragg's _Don't Try This At Home_: "Sexuality" Original-To: ding@gnus.org In-Reply-To: wmperry@aventail.com's message of "03 Mar 1999 21:49:33 -0500" User-Agent: Gnus/5.070081 (Pterodactyl Gnus v0.81) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ > TM does this: > > > > (defun bitmap-insert-xbm-file (file) > > (let ((gl (make-glyph (list (cons 'x file)))) > > (e (make-extent (point) (point))) > > ) > > (set-extent-end-glyph e gl) > > )) > > > > But I don't want to create a temporary file... > > 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* Er. Perhaps I can do the temporary file thing instead. :-) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen