Gnus development mailing list
 help / color / mirror / Atom feed
From: Hrvoje Niksic <hniksic@srce.hr>
Subject: Re: void function make-annotation
Date: 13 Apr 1999 09:00:37 +0200	[thread overview]
Message-ID: <87iub1ypgq.fsf@pc-hrvoje.srce.hr> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "02 Apr 1999 15:43:11 +0200"

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

> Ok; then we should check something else to see whether xbms can be
> displayed.
> 
> (featurep 'xbm)
> => nil
> 
> even if XEmacs can do xbms, so what is the proper test?

What XEmacs is that?  (featurep 'xbm) evaluates to t for me.  You
could do (featurep 'x), but XBMs can also be displayed in lateish MS
Windows XEmacsen.  I'm not sure if it's possible to compile XEmacs
without XBM support, but with X support.  If not, then this might be
the correct test:

    (or (featurep 'x)
        (featurep 'xbm))

Oh yes, you could also test it with this:

    (valid-image-instantiator-format-p 'xbm)

...which should reliably return t on all XEmacsen able to display an
XBM.



  parent reply	other threads:[~1999-04-13  7:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-26 21:55 Alan Shutko
1999-03-28 17:24 ` Lars Magne Ingebrigtsen
1999-03-28 18:23   ` Alan Shutko
1999-04-02 13:43     ` Lars Magne Ingebrigtsen
1999-04-02 18:08       ` Kim-Minh Kaplan
1999-04-05 20:27       ` Colin Rafferty
1999-04-13  7:00       ` Hrvoje Niksic [this message]
1999-04-13 13:58         ` Colin Rafferty
1999-04-13 15:01           ` Hrvoje Niksic
1999-04-13 15:11             ` Colin Rafferty
1999-04-13 15:12             ` Kai.Grossjohann
1999-04-13 15:20               ` Hrvoje Niksic
1999-04-17  6:06         ` 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=87iub1ypgq.fsf@pc-hrvoje.srce.hr \
    --to=hniksic@srce.hr \
    /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).