How to run GNU Emacs from Windows icon
wynfield@gmail.com
wynfield@gmail.com
Wed Jun 3 00:34:00 GMT 2009
emacs can use gtk+, so libXaw7 is not necessary.
Only one of the two, gtk+ or libXaw7 are required. I use gtk+ for example.
Using gtk+ does require a simple work around to use it however, such as
# put the following line in your ~/.xinitrc file
export G_SLICE=always-malloc
exec emacs &
or from within an x window
more simply: (from an X-shell !)
$ G_SLICE=always-malloc emacs &
regards,
wynfield
--
Ken Brown <kbrown@cornell.edu> wrote:
>> ....
> And, to head off the next question, I think the
> ancient-but-still-current version of emacs-X11 needs libXaw7
> (http://cygwin.com/ml/cygwin/2009-05/msg00619.html). Can someone add
> that to the requires line? .....
>...
> Ken
>
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list