From mboxrd@z Thu Jan  1 00:00:00 1970
Path: news.gmane.org!not-for-mail
From: "B. T. Raven" <ecinmn@alcisp.com>
Newsgroups: gmane.emacs.help
Subject: Re: Xemacs
Date: Sun, 18 Feb 2007 00:22:46 -0600
Organization: UseNetServer.com
Message-ID: <a2f88$45d7f0bc$49fa25e$1427@DIALUPUSA.NET>
References: <slrnetcjcj.ckb.joliver@ns.sdsitehosting.net>
NNTP-Posting-Host: lo.gmane.org
Mime-Version: 1.0
Content-Type: text/plain;
 	charset="utf-8"
Content-Transfer-Encoding: 7bit
X-Trace: sea.gmane.org 1171780844 27418 80.91.229.12 (18 Feb 2007 06:40:44 GMT)
X-Complaints-To: usenet@sea.gmane.org
NNTP-Posting-Date: Sun, 18 Feb 2007 06:40:44 +0000 (UTC)
To: help-gnu-emacs@gnu.org
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 18 07:40:37 2007
Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>
Envelope-to: geh-help-gnu-emacs@m.gmane.org
Original-Received: from lists.gnu.org ([199.232.76.165])
	by lo.gmane.org with esmtp (Exim 4.50)
	id 1HIfis-0005N1-6Z
	for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Feb 2007 07:40:34 +0100
Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43)
	id 1HIfir-0000nP-Ot
	for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Feb 2007 01:40:33 -0500
Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx01.iad01.newshosting.com!newshosting.com!208.49.83.154.MISMATCH!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!DIALUPUSA.NET!not-for-mail
Original-Newsgroups: gnu.emacs.help
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Original-X-Complaints-To: abuse@usenetserver.com
Original-Lines: 25
Original-X-Trace: a2f8845d7f0bca13a07fb01427
Original-Xref: shelby.stanford.edu gnu.emacs.help:145689
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/help-gnu-emacs>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org
Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org
Xref: news.gmane.org gmane.emacs.help:41294
Archived-At: <http://permalink.gmane.org/gmane.emacs.help/41294>


"John Oliver" <joliver@john-oliver.net> wrote in message
news:slrnetcjcj.ckb.joliver@ns.sdsitehosting.net...
> I set up several users with the Cygwin X server so they can export the
> display of X apps to their Windows desktops.  One user, who has a
> dual-boot system (Red Hat 8.0 and Windows XP) has a problem with Xemacs
> in both Linux and Windows... she has the icons for things like New
> Document, etc. but does not have the "word" menus along the top... you
> know, File, Edit, etc.  When she first starts emacs, they're there for a
> split second, and then it sort of "flashes" and the menus disappear to
> leave only the icons.  Any ideas why that would be?
>
> --
> * John Oliver                              http://www.john-oliver.net/ *

This is Emacs rather than Xemacs, but the symptom you describe is probably
common to both. It sounds like an init file is turning off this feature.
Look for something like (setq menu-bar-mode nil) in .emacs or _emacs. The
icons sound like the tool-bar (versions > 21). This can be customized
also.

Ed.