The file wafe-0.94-for-alpha.tar.Z contains some modifications for Wafe 0.94 and some of its application programs for DEC Alpha machines. There is still a problem with **some** translations on that machine. In the following Wafe script the translation for Right is ignored (only on the Alpha workstation). It looks, like something has overwritten the translation table... but still, if you try to run Wafe on a Alpha, using the modifications below is a better start than the vanilla Wafe 0.94 distribution. Apart from this problem, everything seems to work nicely. ================================================begin Wafe script========== #! /usr/bin/X11/wafe --f form f topLevel label h f \ label "Press a, Tab, Right or other Key" width 300 label t f \ label "" width 300 height 200 fromVert h action f override "\ a: exec(sV t label {Key %s was pressed}) \n\ Right: exec(sV t label {Key %s was pressed}) \n\ Tab: exec(sV t label {Key %s was pressed}) \n\ Return: exec(sV t label {Key %s was pressed}) \n\ : exec(sV t label {No Match!! Key %s <%k> was pressed})" realize ================================================end Wafe script========== The archive contains: plotter/At/At.h plotter/At/Text.c src/wafe.c apps/monitoring/vmstats apps/monitoring/iostats apps/monitoring/wafeping apps/news/wafegopher XmGraph/Makefile XmGraph/ArcP.h XmGraph/Arc.c -gustaf