Lars Magne Ingebrigtsen writes: > Zlatko Calusic writes: > >> Now, how do you make multilevel faces, that is my question? > > `gnus-convert-image-to-gray-x-face'. This doesn't work for me: I get output like X-Face:compface: (warning) : excess data ignored compface: (warning) : excess data ignored X-Face-1:compface: (warning) : excess data ignored compface: (warning) : excess data ignored X-Face-2:compface: (warning) : excess data ignored compface: (warning) : excess data ignored If I change this: (shell-command-on-region (point-min) (point-max) "pbmtoxbm | compface" (current-buffer) t) to this: (shell-command-on-region (point-min) (point-max) "pbmtoxbm | xbmtoikon | compface" (current-buffer) t) it works. I found xbmtoikon here: I'm attaching xbmtoikon. Perhaps someone could just translate it to lisp... -- J. H. Palmieri Dept of Mathematics, Box 354350 mailto:palmieri@math.washington.edu University of Washington http://www.math.washington.edu/~palmieri/ Seattle, WA 98195-4350