Gnus development mailing list
 help / color / mirror / Atom feed
From: wmperry@aventail.com (William M. Perry)
Subject: Re: xbm in XEmacs?
Date: 03 Mar 1999 21:49:33 -0500	[thread overview]
Message-ID: <86ogma2cle.fsf@kramer.bp.aventail.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "04 Mar 1999 02:27:36 +0100"

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Hrvoje Niksic <hniksic@srce.hr> writes:
> 
> > Then Gnus should probably use TM's code for rendering xbm's.
> 
> 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. :)

-bp


  reply	other threads:[~1999-03-04  2:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-02 17:22 Lars Magne Ingebrigtsen
1999-03-03 13:13 ` Paul Stodghill
1999-03-03 14:13   ` Didier Verna
1999-03-03 14:18     ` Paul Stodghill
1999-03-03 14:27     ` Lee Willis
1999-03-03 14:43       ` Paul Stodghill
1999-03-03 15:18         ` Hrvoje Niksic
1999-03-04  1:27           ` Lars Magne Ingebrigtsen
1999-03-04  2:49             ` William M. Perry [this message]
1999-03-05 19:55               ` Lars Magne Ingebrigtsen
1999-03-05 21:15                 ` Hrvoje Niksic
1999-03-06  0:30                   ` William M. Perry
1999-03-06 19:15                   ` Lars Magne Ingebrigtsen
1999-03-07 13:25                     ` Hrvoje Niksic
1999-03-14 15:51                       ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86ogma2cle.fsf@kramer.bp.aventail.com \
    --to=wmperry@aventail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).