essd-sas and w32 (was RE: what's "reporter"?)

Liaw, Andy andy_liaw at merck.com
Thu Nov 1 17:16:42 CET 2001


Thanks to Tony, I found reporter.el in the mail-lib package (which I did not
install because I can't use (X)Emacs to read mails).

After that's solved, here's another problem.  Can anyone help me decipher
the following backtrace?
System: NT4sp6 on P3.  XEmacs 21.4.5.  ESS-5.1.19.


Signaling: (void-function w32-using-nt)
  (w32-using-nt)
  (and (w32-using-nt) "cmd.exe")
  (or (and (boundp ...) explicit-shell-file-name) (getenv "ESHELL") (getenv
"SHELL") (and (w32-using-nt) "cmd.exe") "command.com")
  w32-shell-name()
  (w32-system-shell-p (w32-shell-name))
  (or (w32-system-shell-p (w32-shell-name)) (and (member ... ...)
(w32-system-shell-p ...)))
  w32-shell-dos-semantics()
  (if (w32-shell-dos-semantics) "-rsasuser -icon" "-rsasuser &")
  eval((if (w32-shell-dos-semantics) "-rsasuser -icon" "-rsasuser &"))
  custom-initialize-reset(ess-sas-submit-post-command (if
(w32-shell-dos-semantics) "-rsasuser -icon" "-rsasuser &"))
  custom-declare-variable(ess-sas-submit-post-command (if
(w32-shell-dos-semantics) "-rsasuser -icon" "-rsasuser &") "*Command-line
statement to post-modify SAS invocation, e.g. -rsasuser" :group ess-sas
:type string)
  (defcustom ess-sas-submit-post-command (if (w32-shell-dos-semantics)
"-rsasuser -icon" "-rsasuser &") "*Command-line statement to post-modify SAS
invocation, e.g. -rsasuser" :group (quote ess-sas) :type (quote string))
  load-internal("essa-sas" nil t nil undecided)
  load("essa-sas" nil t nil)
  require(essa-sas)
  load-internal("essl-sas" nil t nil undecided)
  load("essl-sas" nil t nil)
  require(essl-sas)
  load-internal("essd-sas" nil t nil undecided)
  load("essd-sas" nil t nil)
  require(essd-sas)
  load-internal("c:/ess/lisp/ess-site.el" nil nil nil undecided)
  load("c:/ess/lisp/ess-site.el")
  load-internal("c:\\home\\.xemacs\\init.el" t t t undecided)
  load("c:\\home\\.xemacs\\init.el" t t t)
  load-user-init-file()
  load-init-file()
  command-line()
  normal-top-level()


TIA!
Andy

-----Original Message-----
From: rossini at blindglobe.net [mailto:rossini at blindglobe.net]
Sent: Tuesday, October 30, 2001 3:52 PM
To: Liaw, Andy
Cc: 'ess-help at stat.math.ethz.ch'
Subject: Re: what's "reporter"?



Reporter is a standard (X)Emacs package.  You might need to go to the
"Tools -> Packages" menubar to D/L it.  Otherwise, you might try
installing the "Sumo Package", which is somewhere in the Packages
section of the Download (ftp or http) site off of
http://www.xemacs.org/. 

best,
-tony


>>>>> "AL" == Andy Liaw <Liaw> writes:

    AL> Hi everyone, I've just gotten a laptop upgrade, and therefore
    AL> have the joy of re-installing all the software--- including R,
    AL> Splus, XEmacs and ESS.  I was using XEmacs 21.4.3 with ESS
    AL> 5.1.19 previously w/o problems.  For the new laptop, I
    AL> installed XEmacs 21.4.5, and used ESS 5.1.19 along with my
    AL> original init.el file.  Now when I fire up XEmacs, it
    AL> complained about not finding "reporter".  Using the
    AL> -debug-init flag generated the following:

    AL> Signaling: (file-error "Cannot open load file" "reporter")
    AL> signal(file-error ("Cannot open load file" "reporter"))
    AL> load("reporter" nil t nil) require(reporter) (progn (require
    AL> (quote reporter)) (require (quote ess-inf)) (require (quote
    AL> info))) (eval-when-compile (require (quote reporter)) (require
    AL> (quote ess-inf)) (require (quote info)))
    AL> load-internal("ess-help" nil t nil undecided) load("ess-help"
    AL> nil t nil) require(ess-help) load-internal("ess-iw32" nil t
    AL> nil undecided) load("ess-iw32" nil t nil) require(ess-iw32)
    AL> load-internal("essd-sp4" nil t nil undecided) load("essd-sp4"
    AL> nil t nil) require(essd-sp4) (progn (ess-message "[ess-site:]
    AL> require 'essd-sp4 ...") (require (quote essd-sp4))
    AL> (ess-message "[ess-site:] require 'essdsp6w ...") (require
    AL> (quote essdsp6w))) (if (or (equal window-system ...) (equal
    AL> window-system ...) (equal window-system ...)) (progn
    AL> (ess-message "[ess-site:] require 'essd-sp4 ...")  (require
    AL> ...) (ess-message "[ess-site:] require 'essdsp6w ...") 
    AL> (require ...)) (ess-message "[ess-site:] require 'essd-sp5
    AL> ...") (require (quote essd-sp5)) (ess-message "[ess-site:]
    AL> require 'essd-sp6 ...") (require (quote essd-sp6)))
    AL> load-internal("c:/ess/lisp/ess-site.el" nil nil nil undecided)
    AL> load("c:/ess/lisp/ess-site.el")
    AL> load-internal("c:\\home\\.xemacs\\init.el" t t t undecided)
    AL> load("c:\\home\\.xemacs\\init.el" t t t) load-user-init-file()
    AL> load-init-file() command-line() normal-top-level()

    AL> Can someone explain to me what's wrong?  TIA!

    AL> Cheers, Andy

    AL>
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
-.-
    AL> ess-help mailing list -- To (un)subscribe, send subscribe or
    AL> unsubscribe (in the "body", not the subject !)  To:
    AL> ess-help-request at stat.math.ethz.ch
    AL>
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.
_._




-- 
A.J. Rossini				Rsrch. Asst. Prof. of Biostatistics
U. of Washington Biostatistics		rossini at u.washington.edu	
FHCRC/SCHARP/HIV Vaccine Trials Net	rossini at scharp.org
-------------- http://software.biostat.washington.edu/ --------------
FHCRC: M-W: 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email
UW:   T-Th: 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX
Rosen: (Mullins' Lab) Fridays, and I'm unreachable except by email.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
-.-
ess-help mailing list -- To (un)subscribe, send
subscribe	or	unsubscribe
(in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.
_._

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
ess-help mailing list -- To (un)subscribe, send
subscribe	or	unsubscribe
(in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the ESS-help mailing list