The following message is a courtesy copy of an article
that has been posted to comp.emacs.xemacs as well.
>>>> "kguy" == kguy <kguy(a)gmx.at> writes:
kguy> have downloaded and installed the latest version of Xemacs
kguy> (21.4.10 Military intelligence). I have cygwin running and X
kguy> also running pretty well. The env var DISPLAY ist set to
kguy> :0.0 but unfortunately when starting from within X window,
kguy> xemacs switches back to GUI. This happens even when the
kguy> X-server is started in fullscreen modus. Moreover, when
kguy> started form within cygwin, Xemacs is also not very happy
kguy> with the entries in my init.el file. Entries like
kguy> (display-time) will cause a "Symbol function definition is
kguy> void: display-time" error
Seawas kguy!
Have you installed packages as well?
M-x find-function RET display-time RET (with all packages installed :-)
finds it in
xemacs-packages\lisp\time\time.el
so it's the time package.
After I done this:
XEmacs <= 21.1
Options->Manage Packages->Add Download
Site->xemacs.org
Options->Manage Packages->List & Install
XEmacs >= 21.4
Tools->Packages->Add Download
Site->xemacs.org
Tools->Packages->List & Install
(package-get-package-provider 'time)
will confirm you this:
(time "1.12")
It's the time package you need to have installed.
Hope this helps,
Adrian
kguy> Thanks for any hint.
kguy> Guy
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/