From xemacs-m  Mon Aug  4 09:32:12 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 JAA07862;
	Mon, 4 Aug 1997 09:32:10 -0500 (CDT)
Received: from helios (actually helios.tnt.uni-hannover.de) by mgate 
          with SMTP (PP); Mon, 4 Aug 1997 16:31:10 +0200
Received: from daedalus.tnt.uni-hannover.de by helios (SMI-8.6/SMI-SVR4) 
          id QAA14984; Mon, 4 Aug 1997 16:30:38 +0200
Received: by daedalus.tnt.uni-hannover.de (SMI-8.6/SMI-SVR4) id QAA28916;
          Mon, 4 Aug 1997 16:30:36 +0200
Date: Mon, 4 Aug 1997 16:30:36 +0200
Message-Id: <199708041430.QAA28916@daedalus.tnt.uni-hannover.de>
From: Heiko Muenkel <muenkel@tnt.uni-hannover.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: steve@xemacs.org
Cc: xemacs-beta@xemacs.org, xemacs-webmaint@xemacs.org
Subject: Re: XEmacs 20.3-beta16 "Budapest" is released
In-Reply-To: <m2sowu79u9.fsf@altair.xemacs.org>
References: <m2sowu79u9.fsf@altair.xemacs.org>
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

>>>>> "sb" == SL Baur <steve@xemacs.org> writes:

    sb> There are no new packages.

    sb> to 20.3 beta16 "Budapest" -- New lisp finding functions
    sb> courtesy of Jens Petersen New keybindings: C-c f --

Please don't bind anything to C-c <character>. These keybindings are
reserved in the emacs for user bindings. No package should bind them.
This binding will propably bother a lot of users.

I think also that C-c is a mode specific prefix. Are these bindings
local or global? I think they could be local in the emacs Lisp modes.

May be better local bindings would be C-c C-f, C-c C-4 C-f and C-c C-5
C-f.


    sb> find-function C-x 4 F -- find-function-other-window C-x 5 F --
    sb> find-function-other-frame -- vhdl-mode.el-2.74 Courtesy of Rod
    sb> Whitby -- Custom-1.9953 -- OffiX DnD extensions courtesy of
    sb> Oliver Graf -- Miscellaneous bug fixes

