ports/78209: update port editors/emacs: known problems with european keyboards when linked against xorg

Kay Lehmann kay_lehmann at web.de
Mon Feb 28 20:00:32 UTC 2005


>Number:         78209
>Category:       ports
>Synopsis:       update port editors/emacs: known problems with european keyboards when linked against xorg
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 28 20:00:31 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-PRERELEASE #4: Sun Feb 27 00:16:44 CET 2005
    root at bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes



>Description:


Emacs has problems with AltGr-Modifier on several keyboards. It 
allways gives a beep when pressing this button and some shortcuts 
aren't working any more.
This seems to be a known problem and I applied the recommended patch 
from gnu.org and xorg. It just rearrange two header inclusions, so it shouldn't 
make problems.


>How-To-Repeat:


Use german keyboard and press AltGr in current emacs/xorg


>Fix:


--- patch-src:xterm.h begins here ---
--- src/xterm.h.orig	Mon Feb 28 13:53:40 2005
+++ src/xterm.h	Mon Feb 28 13:53:57 2005
@@ -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>
 
--- patch-src:xterm.h ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list