From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21741 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: xbm in XEmacs? Date: 04 Mar 1999 02:27:36 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87btia38ls.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 1035159789 24518 80.91.224.250 (21 Oct 2002 00:23:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:23:09 +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 UAA01366 for ; Wed, 3 Mar 1999 20:37:01 -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 TAB03687; Wed, 3 Mar 1999 19:34:59 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 03 Mar 1999 19:36:33 -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 TAA22246 for ; Wed, 3 Mar 1999 19:36:09 -0600 (CST) Original-Received: from quimbies.gnus.org (larsi@ppp024.uio.no [129.240.240.25]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA01314 for ; Wed, 3 Mar 1999 20:35:58 -0500 (EST) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id CAA18163; Thu, 4 Mar 1999 02:35:29 +0100 Mail-Copies-To: never X-Now-Reading: Kjartan =?iso-8859-1?q?Fl=F8gstads?= _Dalen Portland_ X-Now-Playing: David Byrne's _The Catherine Wheel_ Original-To: ding@gnus.org In-Reply-To: Hrvoje Niksic's message of "03 Mar 1999 16:18:07 +0100" User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ 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... -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen