>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)srce.hr> writes:
Hrvoje> Ben Wing <ben(a)666.com> writes:
> > it is clearly a more generic term.) The term
"XEmacs" refers to
> > this program or to its predecessors "Era" and "Lucid
Emacs". The
>
> ^^^ ERA
Hrvoje> Will fix it, thanks.
Hrvoje> Note that this entry predates my time, and it was written by Chuck or
Hrvoje> you. Originally it stated that `FSF GNU Emacs' was the politically
Hrvoje> correct term, but I changed it since `FSF GNU Emacs' wasn't actually
Hrvoje> mentioned anywhere in the file, whereas `GNU Emacs' was.
Not that it really matters, but the Sun source files (see lisp/Sun)
all refer to it as Era, not ERA. Let's not change this.
lisp/Sun/eos.el:9:;; Keywords: SPARCworks EOS Era on SPARCworks load
lisp/Sun/sun-eos-browser.el:8:;; Keywords: SPARCworks EOS Era on SPARCworks SBrowser
Source Browser
lisp/Sun/sun-eos-common.el:4:;; "Era on Sparcworks" (EOS)
lisp/Sun/sun-eos-debugger-extra.el:8:;; Keywords: SPARCworks EOS Era on SPARCworks
Debugger dbx
lisp/Sun/sun-eos-debugger.el:8:;; Keywords: SPARCworks EOS Era on SPARCworks Debugger dbx
lisp/Sun/sun-eos-editor.el:8:;; Keywords: SPARCworks EOS Era on SPARCworks editor
lisp/Sun/sun-eos-init.el:8:;; Keywords: SPARCworks EOS Era on SPARCworks initialize
lisp/Sun/sun-eos-load.el:8:;; Keywords: SPARCworks EOS Era on SPARCworks Debugger dbx
lisp/Sun/sun-eos-menubar.el:8:;; Keywords: SPARCworks EOS Era on SPARCworks menubar
lisp/Sun/sun-eos-toolbar.el:8:;; Keywords: SPARCworks EOS Era on SPARCworks toolbar
lisp/Sun/sun-eos.el:8:;; Keywords: SPARCworks EOS Era on SPARCworks load
lisp/Sun/sunpro-init.el:6:(defconst era-version "0.95" "\
lisp/Sun/sunpro-init.el:7:Version numbers of this version of Era.")
lisp/Sun/sunpro-init.el:9:;; We're (not really anymore) calling this version Sun Era.
lisp/Sun/sunpro-init.el:10:(defconst sun-era t)
lisp/Sun/sunpro-init.el:12:(defun era-version ()
lisp/Sun/sunpro-init.el:13: "Return (obsolete) string describing the version of Era
that is running.
lisp/Sun/sunpro-init.el:14:Era is now known as XEmacs. Use (emacs-version)
instead."
lisp/Sun/sunpro-init.el:17: (message "%s" (era-version))
lisp/Sun/sunpro-init.el:19: (if sun-era "Sun " "")
lisp/Sun/sunpro-init.el:20: era-version