From kay_lehmann@web.de  Mon Feb 28 19:50:42 2005
Return-Path: <kay_lehmann@web.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EDAC016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Feb 2005 19:50:42 +0000 (GMT)
Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4088043D55
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Feb 2005 19:50:42 +0000 (GMT)
	(envelope-from kay_lehmann@web.de)
Received: from bippes.finkenkrug.ev (lehmann.in-dsl.de [217.197.85.240])
	(authenticated bits=0)
	by einhorn.in-berlin.de (8.12.10/8.12.10/Debian-4) with ESMTP id j1SJoUcV027053
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Feb 2005 20:50:40 +0100
Message-Id: <1109620599.0@bippes.finkenkrug.ev>
Date: Mon, 28 Feb 2005 20:56:39 +0100
From: "Kay Lehmann" <kay_lehmann@web.de>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: update port editors/emacs: known problems with european keyboards when linked against xorg
X-Send-Pr-Version: gtk-send-pr 0.4.4 
X-GNATS-Notify:

>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:    nobutaka
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 28 20:00:31 GMT 2005
>Closed-Date:    Wed Mar 02 15:06:43 GMT 2005
>Last-Modified:  Wed Mar 02 15:06:43 GMT 2005
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Mar 1 04:46:51 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78209 
State-Changed-From-To: open->closed 
State-Changed-By: nobutaka 
State-Changed-When: Wed Mar 2 15:06:20 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78209 
>Unformatted:
