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.14-2-src.tar.bz2 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-21.4.14-2.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.14-2.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.14-2.tar.bz2 -------------------------------- cut here ------------------------------------ DESCRIPTION: ============ A powerful, highly customizable open source text editor and application development system CYGWIN NEWS: ============ * Build with cygwin-1.5.7 * Removed --with-dragndrop from configure line This option prevented some W32 processes (notibly Opera/IE/Netscape) from exiting when XEmacs was still running * Workaround for the warning message "Couldn't find an obvious default for the root of the XEmacs hierarchy." at Xemacs startup. Obviously it *finds* all of its files * Added a copy of sample.init.el,a sample XEmacs initialization script, to /usr/share/doc/xemacs-21.4.14 See the comments at the start of the file for more information * Removed empty /etc/postinstall directory from binary distribution * Added crypt and minires as dependencies in setup.hint * Removed cygipc from build dependencies in xemacs.README Thanks Volker
