From xemacs-m  Tue Jan 21 08:20:21 1997
Received: from mgate.uni-hannover.de (mgate.uni-hannover.de [130.75.2.3])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id IAA28459 for <xemacs-beta@xemacs.org>; Tue, 21 Jan 1997 08:20:12 -0600 (CST)
Received: from helios (actually helios.tnt.uni-hannover.de) by mgate 
          with SMTP (PP); Tue, 21 Jan 1997 15:17:19 +0100
Received: from daedalus.tnt.uni-hannover.de by helios (SMI-8.6/SMI-SVR4) 
          id PAA09328; Tue, 21 Jan 1997 15:16:17 +0100
Received: by daedalus.tnt.uni-hannover.de (SMI-8.6/SMI-SVR4) id PAA26980;
          Tue, 21 Jan 1997 15:16:16 +0100
Date: Tue, 21 Jan 1997 15:16:16 +0100
Message-Id: <199701211416.PAA26980@daedalus.tnt.uni-hannover.de>
From: Heiko Muenkel <muenkel@tnt.uni-hannover.de>
To: xemacs-beta@xemacs.org
Subject: Buggy keybinding of ] in emacs-lisp-mode
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.90)
Content-Type: text/plain; charset=US-ASCII

I've just found out, that in 19.15 Beta 90 the key ] is bound to
close-all-lisp. I'm not sure, if this is very usefull, because with
that it's harder to enter a ]. I prefer another keybinding for
close-all-lisp (maybe `C-0 )' ). But however, if you've a
line like the following:

 ["menuitem" command t

with the point after the t and you want to enter a ] and hit the ] key
then you get the following:
 ("menuitem" command t)

And this is in my eyes a bug - even if one assumes, that ] is bind to
self-insert.
 

