unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* AltGr problems while compiled with xorg-x11
@ 2004-10-13 19:37 Stanislav Brabec
  0 siblings, 0 replies; 2+ messages in thread
From: Stanislav Brabec @ 2004-10-13 19:37 UTC (permalink / raw)


Hallo.

If Emacs (nearly all version from last years) is compiled with xorg-x11
and it is used with European keyboard with AltGr key, pressing AltGr
beeps and breaks i-searches.

Bug is not in Emacs, but in X:
http://freedesktop.org/bugzilla/show_bug.cgi?id=1625

But Emacs can include simple work-around:

--- src/xterm.h	2004-07-03 16:06:51.000000000 +0200
+++ src/xterm.h	2004-10-13 21:33:35.281822816 +0200
@@ -21,8 +21,8 @@
 
 #include <X11/Xlib.h>
 #include <X11/cursorfont.h>
-#include <X11/Xutil.h>
 #include <X11/keysym.h>
+#include <X11/Xutil.h>
 #include <X11/Xatom.h>
 #include <X11/Xresource.h>
 



________________________________________________________________________

Stanislav Brabec
http://www.penguin.cz/~utx

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: AltGr problems while compiled with xorg-x11
       [not found] <mailman.3082.1097696764.2017.bug-gnu-emacs@gnu.org>
@ 2004-10-13 22:06 ` Kim F. Storm
  0 siblings, 0 replies; 2+ messages in thread
From: Kim F. Storm @ 2004-10-13 22:06 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Stanislav Brabec <utx@penguin.cz> writes:

> Hallo.
>
> If Emacs (nearly all version from last years) is compiled with xorg-x11
> and it is used with European keyboard with AltGr key, pressing AltGr
> beeps and breaks i-searches.
>
> Bug is not in Emacs, but in X:
> http://freedesktop.org/bugzilla/show_bug.cgi?id=1625
>
> But Emacs can include simple work-around:
>
> --- src/xterm.h	2004-07-03 16:06:51.000000000 +0200
> +++ src/xterm.h	2004-10-13 21:33:35.281822816 +0200
> @@ -21,8 +21,8 @@
>  
>  #include <X11/Xlib.h>
>  #include <X11/cursorfont.h>
> -#include <X11/Xutil.h>
>  #include <X11/keysym.h>
> +#include <X11/Xutil.h>
>  #include <X11/Xatom.h>
>  #include <X11/Xresource.h>

I installed the patch.  Thanks.

-- 
Kim F. Storm  http://www.cua.dk

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-13 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.3082.1097696764.2017.bug-gnu-emacs@gnu.org>
2004-10-13 22:06 ` AltGr problems while compiled with xorg-x11 Kim F. Storm
2004-10-13 19:37 Stanislav Brabec

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).