Anyway, I believe that a small patch is needed to better integrate mm2.7 into slackware. The first patch tells shownonascii() where to find the hebrew fonts (they appear to be a standard part of xfree-3.3) and the second patch is aesthetic (I didn't like more() putting up the temporary file name in a three-line banner before the actual text). diff -ru mm2.7~/src/fonts/Makefile mm2.7/src/fonts/Makefile --- mm2.7~/src/fonts/Makefile Mon May 31 13:49:27 1993 +++ mm2.7/src/fonts/Makefile Tue Jan 20 12:09:37 1998 @@ -28,7 +28,7 @@ -${DIRBUILDER} shownonascii: Xshownonascii - sed -e s@/u/nsb/lib/fonts@`pwd`@ < Xshownonascii > shownonascii + sed -e s@/u/nsb/lib/fonts@/usr/X11R6/lib/X11/fonts/misc@ < Xshownonascii > shownonascii chmod +x shownonascii mailto-hebrew: Xmailto-hebrew diff -ru mm2.7~/src/fonts/Xshownonascii mm2.7/src/fonts/Xshownonascii --- mm2.7~/src/fonts/Xshownonascii Wed Feb 2 15:21:26 1994 +++ mm2.7/src/fonts/Xshownonascii Tue Jan 20 12:09:47 1998 @@ -10,8 +10,8 @@ set CMD="$*" set RIGHTTERMCMD="$*" else - set CMD="more $* /dev/null" - set RIGHTTERMCMD="more $*" + set CMD="less $* /dev/null" + set RIGHTTERMCMD="less $*" endif if ($?MM_CHARSET) then if ($MM_CHARSET == "$CHARSET") then