Hi Please upload at your earliest convinience
-------------------------------- cut here ------------------------------------ #!/bin/bash mkdir -p xemacs/xemacs-emacs-common xemacs/xemacs-tags cd xemacs wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-21.4.15-1-src.tar.bz2 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-21.4.15-1.tar.bz2 cd xemacs-tags wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-tags/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-tags/xemacs-tags-21.4.15-1.tar.bz2 cd ../xemacs-emacs-common wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-emacs-common/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-emacs-common/xemacs-emacs-common-21.4.15-1.tar.bz2 -------------------------------- cut here ------------------------------------ DESCRIPTION: ============ A powerful, highly customizable open source text editor and application development system CYGWIN NEWS: ============ * routine update * removed --with-offixe from configure as it needs --with-dragndrop which doesn't work on cygwin right now * this version uses again the original package-get.el as my local patch doesn't cleanly apply because of a major update to the package lisp stuff * explicitely include --with-dialogs=motif when configuring Thanks Volker