From root@gits.dyndns.org  Mon May  8 22:55:18 2000
Return-Path: <root@gits.dyndns.org>
Received: from lafontaine.cybercable.fr (lafontaine.cybercable.fr [212.198.0.202])
	by hub.freebsd.org (Postfix) with SMTP id 1763A37BDC1
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 May 2000 22:55:16 -0700 (PDT)
	(envelope-from root@gits.dyndns.org)
Received: (qmail 17668279 invoked from network); 9 May 2000 05:55:13 -0000
Received: from r225m254.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.225.254]) (envelope-sender <root@gits.dyndns.org>)
          by lafontaine.cybercable.fr (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 9 May 2000 05:55:13 -0000
Received: (from root@localhost)
	by gits.dyndns.org (8.9.3/8.9.3) id HAA05210;
	Tue, 9 May 2000 07:55:13 +0200 (CEST)
	(envelope-from root)
Message-Id: <200005090555.HAA05210@gits.dyndns.org>
Date: Tue, 9 May 2000 07:55:13 +0200 (CEST)
From: clefevre@citeweb.net
Sender: root@gits.dyndns.org
Reply-To: clefevre@citeweb.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: X11 us keymap dead keys working the same way as describe in PR: misc/18459
X-Send-Pr-Version: 3.2

>Number:         18460
>Category:       misc
>Synopsis:       X11 us keymap dead keys working the same way as describe in PR: misc/18459
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 08 23:00:01 PDT 2000
>Closed-Date:    Mon Jun 25 21:20:47 PDT 2001
>Last-Modified:  Mon Jun 25 21:21:22 PDT 2001
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.0-STABLE FreeBSD 4.0-STABLE #15: Tue May  9 00:32:14 CEST 2000     root@gits:/disk2/4.0-STABLE/src/sys/compile/CUSTOM  i386

>Description:

	this patch makes the dead keys under X11 to work the same
	was as describe in PR: misc/18459. it is based on the file
	/usr/X11R6/lib/X11/xkb/symbols/us_intl.

>How-To-Repeat:

	ALTGR-' + e now gives  using the following configuration
	in /etc/XF86Config :

		Section "Keyboard"
		    Protocol    "Standard"
		    RightAlt    Compose
		    XkbKeycodes  "xfree86"
		    XkbTypes     "default"
		    XkbCompat    "default"
		    XkbSymbols   "us(pc101)+us_iso+group(switch)"
		    XkbGeometry  "pc"
		EndSection

>Fix:

diff -u /usr/X11R6/lib/X11/xkb/symbols/us_intl /usr/X11R6/lib/X11/xkb/symbols/us_iso
--- /usr/X11R6/lib/X11/xkb/symbols/us_intl	Sat Jan  8 17:42:50 2000
+++ /usr/X11R6/lib/X11/xkb/symbols/us_iso	Sun Mar 19 03:14:00 2000
@@ -5,15 +5,15 @@
 // by Conectiva (http://www.conectiva.com.br)
 // modified by Ricardo Y. Igarashi (iga@that.com.br)
 
-partial default alphanumeric_keys
+partial alphanumeric_keys alternate_group
 xkb_symbols "basic" {
 
-    name[Group1]= "US/ASCII";
+    name[Group2]= "US/ASCII/DEAD";
 
     // Alphanumeric section
-    key <TLDE> {	[ dead_grave,	dead_tilde	]	};
-    key <AE06> {	[	  6,	dead_circumflex	]	};
-    key <AC11> {	[ dead_acute,	dead_diaeresis	]	};
+    key <TLDE> {	[], [ dead_grave,	dead_tilde	]	};
+    key <AE06> {	[], [	  6,	dead_circumflex	]	};
+    key <AC11> {	[], [ dead_acute,	dead_diaeresis	]	};
 
     // End alphanumeric section
 };

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mikeh 
State-Changed-When: Mon Jun 25 21:20:47 PDT 2001 
State-Changed-Why:  
This patch should be sent to the XFree86 project. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18460 
>Unformatted:
