sequencep problem

A.J. Rossini rossini at blindglobe.net
Thu Sep 14 18:58:52 CEST 2000


>>>>> "WDM" == William D McCoy <wdmccoy at geo.umass.edu> writes:

    WDM> I am installing ESS 5.1.16 and XEmacs to 21.2 on LinuxPPC.

21.2?  That's the current development branch of XEmacs...

    WDM> When I try to start R in XEmacs, it fails to start and I get
    WDM> the following message:

    WDM> Wrong type argument: sequencep, 1

Based on the backtrace, the problem is that concat appears to need a
string, not a number.  Can you verify that in ess-inf.el, you've got
this version of ess-proc-name?

(defun ess-proc-name (n name)
  "Return name of process N, as a string, with NAME prepended."
  (if ess-plain-first-buffername
      (if (> n 1)
	  (concat name ":" (number-to-string n))
	(concat name))
    (concat name ":" n)))

Also, which distribution are you installing, and if so, are you
installing ESS locally?  (which might not have the fix?).  Try:
        M-x find-function ess-proc-name
to determine if there is another copy around.

best,
-tony

-- 
A.J. Rossini				Rsrch. Asst. Prof. of Biostatistics
BlindGlobe Networks (home/default)	rossini at blindglobe.net	
UW Biostat/Center for AIDS Research	rossini at u.washington.edu	
FHCRC/SCHARP/HIV Vaccine Trials Net	rossini at scharp.org

FHCRC: M/Tu: 206-667-7025 (fax=4812) | Voicemail is pretty sketchy
CFAR:   W/F: 206-731-3647 (fax=3694) | Email is far better than phone
UW:    Th/F: 206-543-1044 (fax=3286) | Change last 4 digits of phone for fax
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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