From xemacs-m  Thu Jun 12 04:39:37 1997
Received: from mgate.uni-hannover.de (mgate.uni-hannover.de [130.75.2.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id EAA21440
	for <xemacs-beta@xemacs.org>; Thu, 12 Jun 1997 04:39:35 -0500 (CDT)
Received: from helios (actually helios.tnt.uni-hannover.de) by mgate 
          with SMTP (PP); Thu, 12 Jun 1997 11:38:42 +0200
Received: from daedalus.tnt.uni-hannover.de by helios (SMI-8.6/SMI-SVR4) 
          id LAA21843; Thu, 12 Jun 1997 11:38:12 +0200
Received: by daedalus.tnt.uni-hannover.de (SMI-8.6/SMI-SVR4) id LAA15741;
          Thu, 12 Jun 1997 11:38:10 +0200
Date: Thu, 12 Jun 1997 11:38:10 +0200
Message-Id: <199706120938.LAA15741@daedalus.tnt.uni-hannover.de>
From: Heiko Muenkel <muenkel@tnt.uni-hannover.de>
To: xemacs-beta@xemacs.org
Subject: 20.3b5: Bugfix for x-iso8859-1.el
X-Mailer: VM 6.22 under 19.15p5 XEmacs Lucid
X-Face: n}R'l6CHRf>pi&bj7[x0CW3:kmXm@1)7m+l*9[fp;-Ow4Xe~=5E;skf?2> 
        y]f{HzB|Q(\V9+y$PP~.4G[2n4W7{6Ilm[AMY9B:0kj.K_$-d%p4YIF*bX;=ADp6{ 
        HS@NEv9c.VII+9PgXHASx}K(jy^t=q%qzZ72q1e4E;O!$A$`&wgtLk"1%p.nC_G!] 
        4d1!+J4Q#YD_iXeEy`1x)d\r$1Qn\'23n|[8Y_xzuXJJ7W(EGqnzB]`]aq??;+z=) 
        DW~\'Vq&F'g%QU[Mv2:}nS>SdZFTEC2GsgB=Q,:~H<R5S[:ZN%B:s0;|v1x"Jb
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII

The following bugfix added the grave (`) keysym definition to
x-iso8859-1.el. This keysym is used in x-compose.el. There's an old
note in x-iso8859-1.el that theys:
"Why is there an acute keysym that is distinct from apostrophe/quote,
but no grave keysym that is distinct from backquote?"

I don't know the answer for this question, but grave is needed and
therefore I've added it - maybe the comment should now be deleted in
in this file.

The bug is also in 19.15. I'll send also a patch for it.


*** lisp/x11/x-iso8859-1.el.~1~	Sat Dec 21 21:49:03 1996
--- lisp/x11/x-iso8859-1.el	Thu Jun 12 11:21:06 1997
***************
*** 19,24 ****
--- 19,25 ----
  ;; Boston, MA 02111-1307, USA.
  
  ;; created by jwz, 13-jun-92.
+ ;; changed by Heiko Muenkel, 12-jun-1997: Added a grave keysym.
  
  ;; Under X, when the user types a character that is ISO-8859/1 but not ASCII,
  ;; it comes in as a symbol instead of as a character code.  This keeps things
***************
*** 93,98 ****
--- 94,100 ----
   ;; distributions.  If a vendor varies from this, adjustments will need
   ;; to be made...
  
+  (grave			?\140)
   (nobreakspace		?\240)
   (exclamdown		?\241)
   (cent			?\242)
***************
*** 117,124 ****
   (mu			?\265)	; distinct from apostrophe/quote, but 
   (paragraph		?\266)	; no grave keysym that is distinct from
   (periodcentered	?\267)	; backquote?
!  (cedilla		?\270)
!  (onesuperior		?\271)
   (masculine		?\272)
   (guillemotright	?\273)
   (onequarter		?\274)
--- 119,126 ----
   (mu			?\265)	; distinct from apostrophe/quote, but 
   (paragraph		?\266)	; no grave keysym that is distinct from
   (periodcentered	?\267)	; backquote?
!  (cedilla		?\270)  ; I've added the grave keysym, because it's
!  (onesuperior		?\271)  ; used in x-compose (Heiko Muenkel).
   (masculine		?\272)
   (guillemotright	?\273)
   (onequarter		?\274)

