On Sep 6, 2008, at 02:32, G. Hom wrote:
Thanks for the beta kit. I understand that bemacs is a volunteer effort so do take your time on this one.
I did try V7.3-171. I copied the tar file to my home directory and used the commandand used the command ~/bemacs-kit/be No luck. Here is the message:
- Start a Terminal session
- cd ~/
- tar xzf bemacs-mac-os-x-intel-V7.3-171.
This is ~/bemacs-kit/be
-----------cut------------
#!/bin/sh
if [ "$DISPLAY" == "" ]
then
export DISPLAY=:0.0
fi
osascript -e 'activate application "x11"'
~/bemacs-kit/bemacs "$@"
-----------cut------------
save the contents and then chmod +x to make runnable.
Barry