Date: Wed, 16 Feb 2005 10:41:25 +0100 From: Gary Jennejohn <garyj@jennejohn.org> To: Palle Girgensohn <girgen@FreeBSD.org> Cc: krion@FreeBSD.org Subject: Re: ports/xemacs-devel Message-ID: <200502160941.j1G9fPQH001132@peedub.jennejohn.org> In-Reply-To: Message from Palle Girgensohn <girgen@FreeBSD.org> <6D16C66F1FA2677E65735E5F@palle.girgensohn.se>
next in thread | previous in thread | raw e-mail | index | archive | help
Palle Girgensohn writes: > Is it OK with you if I commit this patch (to keep my Alt-Gr key from > beeping an error). > > xemacs-devel$ cat files/patch-src-console-x-h > Reference: > http://list-archive.xemacs.org/xemacs-patches/200501/msg00069.html > > --- src/console-x.h~ Sun Mar 9 03:27:40 2003 > +++ src/console-x.h Wed Feb 16 00:22:38 2005 > @@ -36,11 +36,14 @@ > #ifdef HAVE_X_WINDOWS > > #include "console.h" > +/* must come before Xutil.h, which is included indirectly from > xintrinsic.h, > + to avoid breakage in keysym-parsing macros from X11R6, at least X.org as > + of 2005-01-17, and probably XFree86 too from reports on c.e.x */ > +#include <X11/keysym.h> > #include "xintrinsic.h" > #include "../lwlib/lwlib.h" > > #include <X11/cursorfont.h> > -#include <X11/keysym.h> > #include <X11/Xatom.h> > #include <X11/StringDefs.h> > Fine with me. Since you're still using this port, maybe you'd like to take over as maintainer? Right now it's not maintained. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org garyj[at]denx.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502160941.j1G9fPQH001132>