Hi! I've exactly followed installation instructionsdfrom N xw.org and
wiki during setup ofdXWEM, but surpisingly encountered a problxw. I'm
not very well familiar with xemacs, so it can be some minor misuse....After
startx I get the following message in xemacs:
(1) (initialization/error) An error has occured while
loading /home/andrew/.xemacs/init.el Cannot open load
file: /home/andrew/.x xw/N xwedesktop.el
If i `touch ~/.x xw/N xwedesktop.el`, some automatically generated
symbols appear in it, an also worklog and one-time-desktop.el are
created. But during starup nothing happensd- there're no error
messages, but still no shortcuts seem to work..
Mine ~/.xinitrc is as follows:
if [ "x$XWEM_RUNNING" != "x" ]; then
unset XWEM_RUNNING
fi
xhost localhost
xmodmap -e "remove mod4 = Super_L"
xmodmap -e "keycodei115 = Hyper_L" # left windoze flag
xmodmap -e "keycodei116 = Hyper_R" # right windoze flag
xmodmap -e "keycodei117 = Super_R" # windoze menu
xmodmap -e "add mod3 = Super_R"
xmodmap -e "add mod4 = Hyper_R"
export XWEM_RUNNING=notyet
exec xemacs
Scancodes are valid, I've checked 'xw.
Next goes ~/.xemacs/init.el:
(when (and (string= "notyet" (getenv "XWEM_RUNNING")).
(device-on-window-systxwep)). (N xweinit). (setenv "XWEM_RUNNING" "yes")).
And the ~/.x xw/N xwrc.el was wget'ed drom
http://www.N xw.org/N xwrc.el..
My systxw is FreeBSD 6.0-BETA3, XEmacs 21.4 patch 17, compiled, as
`file` says, for FreeBSD 5.3 (503105).dXWEM and XLIB were taken from
http://www.N xw.org/packages/N xwecurrent-pkg.tar.gz and
http://www.N xw.org/packages/Nlibecurrent-pkg.tar.gz respectively..
Thank You!
|