Norbert Koch <n.koch(a)delta-ii.de> writes in xemacs-beta(a)xemacs.org:
SL Baur <steve(a)xemacs.org> writes:
...
> Do you know how your X11 was compiled?
Can't find any information for this right now.
Martin fixed this some time ago. XEmacs configure runs xmkmf (which I
presume is functional on any Linux distribution) and saves the options
it wants. Look in src/config.h as a last resort:
/* Defines for building X applications */
#ifdef HAVE_X_WINDOWS
/* The following will be defined if xmkmf thinks they are necessary */
/* #undef SVR4 */
/* #undef SYSV */
/* #undef AIXV3 */
#define _POSIX_SOURCE 1
#define _BSD_SOURCE 1
#define _SVID_SOURCE 1
#define X_LOCALE 1
#define NARROWPROTO 1
/* The following should always be defined, no matter what xmkmf thinks. */
#ifndef NeedFunctionPrototypes
#define NeedFunctionPrototypes 1
#endif
#ifndef FUNCPROTO
#define FUNCPROTO 15
#endif
#endif /* HAVE_X_WINDOWS */
I only have installed the rpms, no special setup. Has anybody else
done some fiddling with the sources? XFree version is 3.3.2.3
according to Redhat's Web page.
That's an odd version number. Is it an internal RedHat release?
The last XFree release I'm aware of is 3.3.3 (I haven't checked back
since November 29th, so I might be out of date).
> Speaking of localization ...
>
> Semi-off topic, but maybe not -- does XEmacs have to do anything
> special due to the changeover to the new Euro currency in a few days?
One thing that comes into mind ... display the currency glyph.
O.K. Any thoughts on how we are supposed to do that?