wmperry(a)aventail.com (William M. Perry) writes:
Yup, I've actually got xemacs/modules/gpm ready to go if anybody
wants.
Is there way to use the same source file for this so that it can be
decided at configure time?
(not that it is that relevant at this time, because Linux supports
modules anyway).
But to use this the temacs binary MUST be linked in such a way to
export
all symbols (-Wl,--export-dynamic under Linux, etc) since we modify 2
global variables (event_stream and tty_console_methods)
Don't we do that already? I thought that was part of the module
support.
You have more module experience than I do. Would it be more
appropriate to introduce some wrappers to set these (and make the
variables static?).
Jan