From xemacs-m  Wed Jan  8 19:28:45 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id TAA13781 for <xemacs-beta@xemacs.org>; Wed, 8 Jan 1997 19:28:43 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id RAA09355; Wed, 8 Jan 1997 17:38:50 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: What happened to M-g?
References: <199701081323.NAA29137@wrath.parallax.co.uk> <yvtiv576elk.fsf@corona.pixar.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Hunter Kelly's message of 08 Jan 1997 13:28:55 -0800
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 08 Jan 1997 17:38:50 -0800
Message-ID: <m2g20bbpat.fsf@altair.xemacs.org>
Lines: 26
X-Mailer: Red Gnus v0.79/XEmacs 20.0

>>>>> "Hunter" == Hunter Kelly <retnuh@corona.pixar.com> writes:

> (M-g prefix conflicts with XEmacs global M-g keybinding)

Hunter> This happens to me once "enriched" gets loaded, which can
Hunter> happen if you use tm.  It really bugs me, too.  Maybe we
Hunter> should change the prefix key in the enriched library?

M-g is used as a prefix map in utils/facemenu.el (loaded by
enriched.el).  The comments there say:

;;; Provide some binding for startup:
;;; XEmacs -- goto-line is a *much* better binding for M-g.
;;;dont ###autoload (define-key global-map "\M-g" 'facemenu-keymap)

(defvar facemenu-key "\M-g"
  "Prefix key to use for facemenu commands.")


If you don't wish to clobber M-g, then set facemenu-key to whatever
else you wish.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

