Kriston(a)aol.com writes:
 When "emacs" is symbolically-linked to "xemacs",
XEmacs fails to start
 and instead gives this error:
 
 % ./emacs
 
 
 temacs can only be run in -batch mode. 
You cannot run a --pdump xemacs from a link. You are probably better
off with a script.
    #!/bin/sh
    exec xemacs
Put in the full path for xemacs if you want.
Cheers,
   Sean