From xemacs-m  Wed Feb  5 00:21:06 1997
Received: from mailhost.lanl.gov (mailhost.lanl.gov [128.165.3.12])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA24566
	for <xemacs-beta@xemacs.org>; Wed, 5 Feb 1997 00:21:06 -0600 (CST)
Received: from branagh.ta52.lanl.gov (branagh.ta52.lanl.gov [128.165.144.9]) by mailhost.lanl.gov (8.8.5/8.8.3) with SMTP id XAA11556; Tue, 4 Feb 1997 23:20:56 -0700 (MST)
Received: by branagh.ta52.lanl.gov (SMI-8.6/SMI-SVR4)
	id XAA15627; Tue, 4 Feb 1997 23:17:29 -0700
Date: Tue, 4 Feb 1997 23:17:29 -0700
Message-Id: <199702050617.XAA15627@branagh.ta52.lanl.gov>
From: John Turner <turner@branagh.ta52.lanl.gov>
To: mrb@Eng.Sun.COM
Cc: neal@ctd.comsat.com, xemacs-beta@xemacs.org
Subject: Re: add shell mode to menu
In-Reply-To: <199702050359.TAA09732@xemacs.eng.sun.com>
References: <u97mkomzw7.fsf@neal.ctd.comsat.com>
	<199702050359.TAA09732@xemacs.eng.sun.com>
Reply-To: turner@lanl.gov

Martin Buchholz writes:
 > >>>>> "Neal" == Neal Becker <neal@ctd.comsat.com> writes:
 > 
 > Neal> shell mode is one of emacs's best features.  I suggest adding it
 > Neal> to the menubar.
 > 
 > It's there in 20.0 under the Tools menu.

There was a discussion of this some time ago.  I looked back but
couldn't find any messages about it.

I think I advocated putting it under Apps, because here's what I've
been doing for a while:

(add-menu '("Apps") "Shells"
	  '(
	    ["local machine"              shell   t]
	    ["remote machine via rsh"     rsh     t]
	    ["remote machine via telnet"  telnet  t]
	    ) "Read Mail (VM)...")

Seems to me Steven (or somebody) had some variant that was better than
this, though...

-- 
John Turner
http://www.lanl.gov/home/turner

