Reiner Hammer wrote:

  #!/bin/sh
  edir="/cygdrive/c/Programme/Emacs/emacs-22.1"

Don't use Cygwin paths for non-Cygwin programs. You shouldn't need to set any environment variables anyway, as Emacs will pick up the registry entries (assuming they are correct), or if the registry entries are not there, it will find the files it needs relative to where emacs.exe is located.




Reply via email to