[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bitmap files
From: |
Miles Bader |
Subject: |
Re: bitmap files |
Date: |
Fri, 13 Oct 2000 09:59:56 +0900 (JST) |
Miles Bader <address@hidden> writes:
> Then code could just do `(find-image (if monop NAME (concat NAME "_mono")))'
> without all the hardwired image types &c in the lisp code. For systems
> like yours, we could even supply 2 sets of monochrome images, .xpm and .xbm.
I meant `(find-image (if monop (concat NAME "_mono") NAME))', of course.
-Miles
--
Love is a snowmobile racing across the tundra. Suddenly it flips over,
pinning you underneath. At night the ice weasels come. --Nietzsche
- bitmap files, Miles Bader, 2000/10/12
- Re: bitmap files, Eli Zaretskii, 2000/10/12
- Re[1]: bitmap files, Eric M. Ludlam, 2000/10/12
- Re: Re[1]: bitmap files, Dave Love, 2000/10/12
- Re[1]: bitmap files, Eric M. Ludlam, 2000/10/12
- Re: Re[1]: bitmap files, Dave Love, 2000/10/13
- Re[1]: bitmap files, Eric M. Ludlam, 2000/10/13
- Re: Re[1]: bitmap files, Dave Love, 2000/10/13
- Re: Re[1]: bitmap files, Gerd Moellmann, 2000/10/16
- Re: Re[1]: bitmap files, Gerd Moellmann, 2000/10/13
Re: bitmap files, Dave Love, 2000/10/12