XEmacs Wrapper - 1.04wrapper to allow XEmacs to run from the Finder |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| Version 1.04: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Looking for this for ages - Version: 1.05, 6/7/2005 11:41PM PST
pcollinson
Most Recent Replies: View All 1 Replies
- You're welcome!
Multiplying Comments - Version: 1.04, 6/1/2005 10:00AM PST
hypert3000
I just posted a reply to Edwin-schemer's bug report. I now see that there are multiple copies of my comments. I can also see that some of the previous comments for this SW are being duplicated many times.
I have no idea why the same Comments are showing up multiple times here, but I have notified VersionTracker. Hopefully they can fix it...
Your wrapper start X11, but fails to launch xemacs - Version: 1.04, 5/27/2005 10:28AM PST
Edwin-schemer
When I double-click on your wrapper, X11 gets launched, but xemacs does not start up.
I have xemacs-21.5.20, compiled with gcc-4, and installed in the standard location /usr/local/bin/xemacs, with Apple's X11 from the 10.4 Xcode installation.
I usually start Xemacs manually from an xterm, since otherwise it does not get my full $PATH (including /usr/local/teTeX/bin, which is essential fo running AucTeX directly from the buffer).
I watched processes in "top" and whenever I click on your wrapper, Xemacs starts up for a while, and then exits.
The console log says:
CTVD X11DO: Connecting to new XDisplay
Gui error: X server not responding
, "127.0.0.1:0.0"
My Display is :0.0, rather than 127.0.0.1:0.0.
Is there a simple way to fix it? Maybe you could make the source code available, so we could recompile it for the specific local evironment?
Thanks in advance!
Most Recent Replies: View All 3 Replies
I want to use /sw/bin/emacs - and have found I can do that
by altering XEmacs Wrapper.app/Contents/Resources/script so
the line
cmd="xemacs"
reads
cmd="/sw/bin/emacs"