saus@venera.isi.edu (Mark Sausville) (10/07/88)
Greetings, The following excerpt is from xterm.c. XPopUpWindow () { =============================== == Code elided for brevity == =============================== XSelectInput (XXwindow, KeyPressed | ExposeWindow | ButtonPressed #ifndef HPUX | ButtonReleased #endif | ExposeRegion | ExposeCopy); =============================== == Code elided for brevity == =============================== } I'm running a GnuEmacs 18.51 on HP 9000/3xx machines. Some users on a previous version had functions bound to x upclicks. My config is now not sensing the upclicks. I think the above #ifndef HPUX is the reason this is so. Why, oh why, is this sucker in here? Can I just take it out and recompile? I figure someone must know. On a related topic: can gnu live with either version 10 or 11 of X or must I compile one gnu for each? Regards, Mark. -- Mark Sausville saus@venera.isi.edu 213-822-1511 University of Southern California Information Sciences Institute 4676 Admiralty Way, Marina del Rey, California 90292
dana@dino.bellcore.com (Dana A. Chee) (10/07/88)
In article <6447@venera.isi.edu> saus@venera.isi.edu (Mark Sausville) writes:
On a related topic: can gnu live with either version 10 or 11 of X or
must I compile one gnu for each?
You must compile one for each, since the library function names are
the same (XOpenDisplay for one).
Regards,
Mark.
--
Mark Sausville saus@venera.isi.edu 213-822-1511
University of Southern California Information Sciences Institute
4676 Admiralty Way, Marina del Rey, California 90292
--
+*************************************************************************+
* Dana Chee (201) 829-4488 *
* Bellcore *
* Room 2Q-250 *
* 445 South Street ARPA: dana@bellcore.com *
* Morristown, NJ 07960-1910 UUCP: {gateways}!bellcore!dana *
+*************************************************************************+