From xemacs-m  Wed Feb 26 18:25:04 1997
Received: from birdland.rhein-neckar.de (root@birdland.rhein-neckar.de [193.197.88.3])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA18742
	for <xemacs-beta@xemacs.org>; Wed, 26 Feb 1997 18:25:01 -0600 (CST)
Received: from mips.pfalz.de (uucp@localhost) by birdland.rhein-neckar.de (8.8.5/8.8.3) with BSMTP id BAA28266 for xemacs.org!xemacs-beta; Thu, 27 Feb 1997 01:10:21 +0100 (MET)
Received: from cthulhu.pfalz.de by mips.pfalz.de with bsmtp
	(Smail3.1.29.1 #6) id m0vzsc1-000CnSC; Thu, 27 Feb 97 00:18 CET
Received: from arthur.pfalz.de by cthulhu.pfalz.de
	via rsmtp with bsmtp
	id <m0vzqgu-000CGJC@cthulhu.pfalz.de>
	for <xemacs-beta@xemacs.org>; Wed, 26 Feb 1997 22:15:08 +0100 (MET)
	(Smail-3.2 1996-Jul-4 #20 built 1996-Oct-4)
Received: by arthur.pfalz.de
	via sendmail with stdio
	id <m0vznuH-0001mxC@arthur.pfalz.de>
	for xemacs-beta@xemacs.org; Wed, 26 Feb 1997 19:16:45 +0100 (CET)
	(Smail-3.2.0.91 1997-Jan-14 #7 built 1997-Feb-10)
Message-Id: <m0vznuH-0001mxC@arthur.pfalz.de>
Date: Wed, 26 Feb 1997 19:16:45 +0100 (CET)
From: Andreas Jaeger <aj@arthur.pfalz.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: Help menue with XEmacs 19.15-beta 95


I played around with the "Help" menu and noticed the following:

In lisp/x11/x-menubar.el starting at line 596 we've got:
      ("XEmacs FAQ"
!      ["FAQ)"			xemacs-local-faq	t]
       ["FAQ via WWW"		xemacs-www-faq		t]

But I think it should be:
      ("XEmacs FAQ"
!      ["FAQ (local)"		xemacs-local-faq	t]
       ["FAQ via WWW"		xemacs-www-faq		t]


Trying to get the "About XEmacs" Information from the help menue I get:

Signaling: (wrong-number-of-arguments #<compiled-function (from "view.elc") (&optional arg) "...(16)" [arg view-mode prefix-numeric-value 0 force-mode-line-update] 2 "Toggle View mode.
  view-mode(nil kill-buffer)
  #<compiled-function (from "about.elc") nil "...(297)"
[switch-to-buffer get-buffer-create "About XEmacs"
delete-other-windows buffer-disable-undo make-local-variable tab-width
8 t buffer-read-only view-mode nil kill-buffer emacs-major-version "."
emacs-minor-version emacs-short-version format "version %s; March
1997" emacs-about-version indent-tabs-mode erase-buffer "\n"
startup-center-spaces xemacs-logo make-extent e set-extent-begin-glyph
"\n\n" "(formerly known as Lucid Emacs)" about-xref news "The latest
NEWS of XEmacs" "\n	" about-face "XEmacs" italic " is a powerful,
extensible text editor with full GUI\n	support, initially based on an
early version of GNU Emacs 19 from\n	the Free Software Foundation
and since kept up to date with recent\n	versions of that product.
XEmacs stems from a " "collaboration" history "An XEmacs History
Lesson" "\n	of Lucid, Inc. with Sun Microsystems, Inc. and the
University\n	of Illinois with additional support having been
provided by\n	Amdahl Corporation and INS Engineering
Corporation.\n\n	" "In almost all circumstances, Emacs-Lisp
code written for\n	GNU Emacs versions 18 and 19 will run under
XEmacs without\n        requiring any modifications, or at most will
require small\n	changes to accommodate an improved functional
interface.\n\n	" "XEmacs provides a great number of " "new features"
features "See a list of the new features." ".  More details\n	on
XEmacs's functionality, including bundled packages can be\n
obtained through the " "`info`" info ...] 4 nil nil>() 
  call-interactively(about-xemacs)

Btw. the startup screen displays copyright notices "-1996", I think
this should be changed to "-1997".

Andreas
-- 
 Andreas Jaeger   aj@arthur.pfalz.de    jaeger@informatik.uni-kl.de
  Altenwoogstr. 31      67655 Kaiserslautern, Germany
   Phone +49 631 3403051 Fax/Modem +49 631 3403052
    http://www.student.uni-kl.de/~ajaeger/

